Uses of Enum
com.eatthepath.pushy.apns.util.InterruptionLevel
Packages that use InterruptionLevel
Package
Description
Contains classes for working with APNs tokens and payloads.
-
Uses of InterruptionLevel in com.eatthepath.pushy.apns.util
Methods in com.eatthepath.pushy.apns.util that return InterruptionLevelModifier 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.Methods in com.eatthepath.pushy.apns.util with parameters of type InterruptionLevelModifier and TypeMethodDescriptionApnsPayloadBuilder.setInterruptionLevel
(InterruptionLevel interruptionLevel) Sets the interruption level for this notification.