Uses of Class
tigase.push.apns.ApnsService.ErrorType
-
Packages that use ApnsService.ErrorType Package Description tigase.push.apns -
-
Uses of ApnsService.ErrorType in tigase.push.apns
Methods in tigase.push.apns that return ApnsService.ErrorType Modifier and Type Method Description static ApnsService.ErrorTypeApnsService.ErrorType. from(java.lang.String type)ApnsService.ErrorTypeApnsServiceException. getErrorType()static ApnsService.ErrorTypeApnsService.ErrorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ApnsService.ErrorType[]ApnsService.ErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tigase.push.apns with parameters of type ApnsService.ErrorType Modifier and Type Method Description booleanApnsServiceException. isErrorType(ApnsService.ErrorType errorType)voidApnsDelegate. messageSendFailed(ApnsNotification message, ApnsService.ErrorCode errorCode, ApnsService.ErrorType errorType)Constructors in tigase.push.apns with parameters of type ApnsService.ErrorType Constructor Description ApnsServiceException(ApnsService.ErrorCode errorCode, ApnsService.ErrorType errorType)
-