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)static ApnsService.ErrorCodeApnsService.ErrorCode. valueOf(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 protected voidAPNsBinaryApiProvider. failure(ApnsNotification notification, ApnsService.ErrorCode errorCode, ApnsService.ErrorType errorType)protected voidAPNsBinaryApiProvider. failureWithFallback(ApnsNotification notification, ApnsService.ErrorCode errorCode, ApnsService.ErrorType errorType)voidApnsDelegate. messageSendFailed(ApnsNotification message, ApnsService.ErrorCode errorCode, ApnsService.ErrorType errorType)
-