Interface | Description |
---|---|
MpnDeviceInterface |
Interface representing a device that supports Mobile Push Notifications (MPN).
It contains device details and the listener needed to monitor its status. After creation, an MpnDevice object is in "unknown" state. |
MpnDeviceListener |
Interface to be implemented to receive MPN device events including registration, suspension/resume and status change.
Events for these listeners are dispatched by a different thread than the one that generates them. |
MpnSubscriptionListener |
Interface to be implemented to receive
MpnSubscription events including subscription/unsubscription, triggering and status change.Events for these listeners are dispatched by a different thread than the one that generates them. |
Class | Description |
---|---|
AbstractMpnDevice |
Abstract class representing a device that supports Mobile Push Notifications (MPN).
It contains device details and the listener needed to monitor its status. Note: this abstract class is public due to implementation side effects. |
MpnSubscription |
Class representing a Mobile Push Notifications (MPN) subscription to be submitted to the MPN Module of a Lightstreamer Server.
It contains subscription details and the listener needed to monitor its status. |