Uses of Enum
com.eatthepath.pushy.apns.util.InterruptionLevel
Package
Description
Contains classes for working with APNs tokens and payloads.
-
Uses of InterruptionLevel in com.eatthepath.pushy.apns.util
Modifier and TypeMethodDescriptionstatic InterruptionLevel
Returns the enum constant of this type with the specified name.static InterruptionLevel[]
InterruptionLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionApnsPayloadBuilder.setInterruptionLevel
(InterruptionLevel interruptionLevel) Sets the interruption level for this notification.