Uses of Class
com.iizix.push.PushNotificationParameters
Packages that use PushNotificationParameters Package Description com.iizix.push Uses of PushNotificationParameters in com.iizix.push
Methods in com.iizix.push that return PushNotificationParameters Modifier and Type Method Description static PushNotificationParameters
PushNotificationParameters. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PushNotificationParameters[]
PushNotificationParameters. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix.push that return types with arguments of type PushNotificationParameters Modifier and Type Method Description static java.util.Map<PushNotificationParameters,java.lang.String>
PushNotificationParameters. parseURL(java.lang.String query)
Parses an encoded URL query string into a parameter array with its values.static java.util.Map<PushNotificationParameters,java.lang.String>
PushNotificationParameters. validateParams(java.util.Map<PushNotificationParameters,java.lang.String> params)
Validates a map of push notification parameters.Method parameters in com.iizix.push with type arguments of type PushNotificationParameters Modifier and Type Method Description static java.util.Map<PushNotificationParameters,java.lang.String>
PushNotificationParameters. validateParams(java.util.Map<PushNotificationParameters,java.lang.String> params)
Validates a map of push notification parameters.