Uses of Class
tigase.push.apns.ApnsService.AuthorizationType
-
Packages that use ApnsService.AuthorizationType Package Description tigase.push.apns -
-
Uses of ApnsService.AuthorizationType in tigase.push.apns
Methods in tigase.push.apns that return ApnsService.AuthorizationType Modifier and Type Method Description ApnsService.AuthorizationTypeApnsService. getAuthorizationType()static ApnsService.AuthorizationTypeApnsService.AuthorizationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ApnsService.AuthorizationType[]ApnsService.AuthorizationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-