Uses of Enum Class
com.iizix.push.PushNotificationParameters
Packages that use PushNotificationParameters
Uses of PushNotificationParameters in com.iizix.push
Methods in com.iizix.push that return PushNotificationParametersModifier 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.Methods in com.iizix.push that return types with arguments of type PushNotificationParametersModifier 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.Method parameters in com.iizix.push with type arguments of type PushNotificationParametersModifier and TypeMethodDescriptionstatic Map<PushNotificationParameters,
String> PushNotificationParameters.validateParams
(Map<PushNotificationParameters, String> params) Validates a map of push notification parameters.