This API is available on Firefox OS for internal applications only.
Summary
The MozVoicemailEvent API provides access to the event information when a statuschange event is triggered.
Interface overview
interface MozVoicemailEvent: Event
{
  readonly attribute MozVoicemailStatus status;
};
Properties
- MozVoicemailEvent.status
- A MozVoicemailStatusobject indicating the voicemail status that caused this event to be triggered.
Methods
None other than the ones inherited from the Event interface.
Specification
Not part of any specification yet.