Package com.lightstreamer.client.mpn


package com.lightstreamer.client.mpn
  • Class
    Description
    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.
    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.
    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.
    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.
    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.