Uses of Enum Class
com.iizix.push.PushNotificationParameters
Uses of PushNotificationParameters in com.iizix.push
Modifier and TypeMethodDescriptionstatic PushNotificationParameters
Returns the enum constant of this class with the specified name.static PushNotificationParameters[]
PushNotificationParameters.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Map<PushNotificationParameters,
String> Parses an encoded URL query string into a parameter array with its values.static Map<PushNotificationParameters,
String> PushNotificationParameters.validateParams
(Map<PushNotificationParameters, String> params) Validates a map of push notification parameters.Modifier and TypeMethodDescriptionstatic Map<PushNotificationParameters,
String> PushNotificationParameters.validateParams
(Map<PushNotificationParameters, String> params) Validates a map of push notification parameters.