Uses of Enum Class
com.iizix.push.vapid.Urgency
Packages that use Urgency
Uses of Urgency in com.iizix.push.vapid
Methods in com.iizix.push.vapid that return UrgencyModifier and TypeMethodDescriptionNotification.getUrgency()
static Urgency
Returns the enum constant of this class with the specified name.static Urgency[]
Urgency.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.iizix.push.vapid with parameters of type UrgencyModifier and TypeMethodDescriptionConstructors in com.iizix.push.vapid with parameters of type UrgencyModifierConstructorDescriptionNotification
(Subscription subscription, String payload, Urgency urgency) Notification
(String endpoint, String userPublicKey, String userAuth, String payload, Urgency urgency) Notification
(String endpoint, org.bouncycastle.jce.interfaces.ECPublicKey userPublicKey, byte[] userAuth, byte[] payload, int ttl, Urgency urgency, String topic)