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

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

Document Tags and Contributors

 Contributors to this page: chrisdavidmills, teoli, fscholz, kscarfone, Jeremie
 Last updated by: chrisdavidmills,