This API is available on Firefox OS for internal applications only.
Summary
The getStaus
method is used to access the current status of a specified service.
Syntax
var status = navigator.mozVoicemail.getStatus([serviceId]);
Properties
serviceId
Optional- A number representing the voicemail service to access.
Returns
A MozVoicemailStatus
object or null
if the status is unknown.
Specification
Not part of any specification yet.