Uses of Class
tigase.push.apns.ApnsService.ErrorCode
-
Packages that use ApnsService.ErrorCode Package Description tigase.push.apns -
-
Uses of ApnsService.ErrorCode in tigase.push.apns
Methods in tigase.push.apns that return ApnsService.ErrorCode Modifier and Type Method Description static ApnsService.ErrorCodeApnsService.ErrorCode. fromStatus(int statusCode)ApnsService.ErrorCodeApnsServiceException. getErrorCode()static ApnsService.ErrorCodeApnsService.ErrorCode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ApnsService.ErrorCode[]ApnsService.ErrorCode. 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.ErrorCode Modifier and Type Method Description voidApnsDelegate. messageSendFailed(ApnsNotification message, ApnsService.ErrorCode errorCode, ApnsService.ErrorType errorType)Constructors in tigase.push.apns with parameters of type ApnsService.ErrorCode Constructor Description ApnsServiceException(ApnsService.ErrorCode errorCode, ApnsService.ErrorType errorType)
-