Uses of Class
com.iizix.push.vapid.Urgency
Packages that use Urgency Package Description com.iizix.push.vapid Uses of Urgency in com.iizix.push.vapid
Methods in com.iizix.push.vapid that return Urgency Modifier and Type Method Description Urgency
Notification. getUrgency()
static Urgency
Urgency. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Urgency[]
Urgency. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix.push.vapid with parameters of type Urgency Modifier and Type Method Description Notification.NotificationBuilder
Notification.NotificationBuilder. urgency(Urgency urgency)
Constructors in com.iizix.push.vapid with parameters of type Urgency Constructor Description Notification(Subscription subscription, java.lang.String payload, Urgency urgency)
Notification(java.lang.String endpoint, java.lang.String userPublicKey, java.lang.String userAuth, java.lang.String payload, Urgency urgency)
Notification(java.lang.String endpoint, org.bouncycastle.jce.interfaces.ECPublicKey userPublicKey, byte[] userAuth, byte[] payload, int ttl, Urgency urgency, java.lang.String topic)