MozVoicemailStatus.hasMessage
This API is available on Firefox OS for internal applications only.
Summary
The hasMessage
property indicates if there are messages available within the voicemail inbox (true
) or not (false
).
Syntax
JavaScript
Copy Code
var hasMsg = instanceOfMozVoicemailStatus.hasMessage
Value
Return a boolean
Specification
Not part of any specification yet.
See also
License
© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/mozvoicemailstatus/hasmessage