Uses of Enum Class
com.iizix.push.PushUrgency
Uses of PushUrgency in com.iizix.push
Modifier and TypeMethodDescriptionstatic PushUrgency
Returns the enum constant of this class with the specified name.static PushUrgency[]
PushUrgency.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionPushServer.createNotification
(IPushSubscription subscription, String payloadMessage, int ttl, PushUrgency urgency, String topic) Constructs a new notification instance for use with browsers and non-Apple devices.