Uses of Enum Class
com.iizix.push.vapid.Urgency
Uses of Urgency in com.iizix.push.vapid
Modifier 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.Modifier and TypeMethodDescriptionModifierConstructorDescriptionNotification
(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)