Uses of Class
com.iizix.push.PushUrgency
Packages that use PushUrgency Package Description com.iizix.push Uses of PushUrgency in com.iizix.push
Methods in com.iizix.push that return PushUrgency Modifier and Type Method Description static PushUrgency
PushUrgency. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PushUrgency[]
PushUrgency. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix.push with parameters of type PushUrgency Modifier and Type Method Description IPushNotification
PushServer. createNotification(IPushSubscription subscription, java.lang.String payloadMessage, int ttl, PushUrgency urgency, java.lang.String topic)
Constructs a new notification instance for use with browsers and non-Apple devices.