Uses of Enum
com.eatthepath.pushy.apns.util.LiveActivityEvent
Packages that use LiveActivityEvent
Package
Description
Contains classes for working with APNs tokens and payloads.
-
Uses of LiveActivityEvent in com.eatthepath.pushy.apns.util
Methods in com.eatthepath.pushy.apns.util that return LiveActivityEventModifier and TypeMethodDescriptionstatic LiveActivityEventReturns the enum constant of this type with the specified name.static LiveActivityEvent[]LiveActivityEvent.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 LiveActivityEventModifier and TypeMethodDescriptionApnsPayloadBuilder.setEvent(LiveActivityEvent event) Sets whether the notification payload will be used for updating the Live Activity or for ending it.