Package com.codename1.push


package com.codename1.push
Push notification support using either device specific protocols when available
  • Class
    Description
    Utility class for sending a push message to a different device through the Codename One push servers.
    Encapsulates a push notification action.
    Encapsulates a category for push notifications.
    This callback interface is invoked when a push notification with a "category" is received by the application.
    A convenience class for building a push notification Payload.
    This callback interface is invoked when a push notification is received by the application.
    Explicit v3 client binding.
     
    Encapsulates the content of a Push message.
    A registration or delivery error reported by a push transport.
    Receives typed push lifecycle events.
    Immutable v3 push envelope used for both received messages and server payload construction.
     
    Receives native registration material for storage by an application-owned server.
    Opaque native registration material produced by a push transport.
    Low-level escape hatch for CN1Libs that supply their own native push transport.