Uses of Class
cn.jpush.api.schedule.model.TriggerPayload.Type
-
Packages that use TriggerPayload.Type Package Description cn.jpush.api.schedule.model -
-
Uses of TriggerPayload.Type in cn.jpush.api.schedule.model
Methods in cn.jpush.api.schedule.model that return TriggerPayload.Type Modifier and Type Method Description static TriggerPayload.TypeTriggerPayload.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TriggerPayload.Type[]TriggerPayload.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-