Package com.lightstreamer.client.mpn


package com.lightstreamer.client.mpn
  • Class
    Description
    Utility class that provides methods to build or parse the JSON structure used to represent the format of a push notification.
    It provides getters and setters for the fields of a push notification, following the format specified by FCM REST API.
    Class representing a device that supports Mobile Push Notifications (MPN).
    It contains device details and the listener needed to monitor its status.
    An MPN device is created from the application context, the sender ID (a.k.a.
    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.