Class PushNotificationEvent


  • @Deprecated
    public class PushNotificationEvent
    extends Event
    Deprecated.
    TimerEvent represents a control's timer. Timers are created and destroyed using the addTimer() and removeTimer() methods present in the Control class.
    • Field Detail

      • TOKEN_RECEIVED

        public static final int TOKEN_RECEIVED
        Deprecated.
        The event type for a token for this device being received by server
        See Also:
        Constant Field Values
      • MESSAGE_RECEIVED

        public static final int MESSAGE_RECEIVED
        Deprecated.
        The event type for a message being received by server
        See Also:
        Constant Field Values
      • message

        public java.lang.String message
        Deprecated.
        The message or the token, depending on the event type
    • Constructor Detail

      • PushNotificationEvent

        @Deprecated
        public PushNotificationEvent​(int type,
                                     java.lang.String msg)
        Deprecated.
    • Method Detail

      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class Event