Uses of Enum Class
com.iizix.push.PushUrgency
Packages that use PushUrgency
Uses of PushUrgency in com.iizix.push
Methods in com.iizix.push that return PushUrgencyModifier 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.Methods in com.iizix.push with parameters of type PushUrgencyModifier 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.