MozVoicemailEvent

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

JavaScript
interface MozVoicemailEvent: Event
{
  readonly attribute MozVoicemailStatus status;
};

Properties

MozVoicemailEvent.status
A MozVoicemailStatus object 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.

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/mozvoicemailevent

API B2G Firefox OS Reference voicemail