Uses of Enum Class
tigase.push.apns.ApnsService.ErrorCode
Packages that use ApnsService.ErrorCode
-
Uses of ApnsService.ErrorCode in tigase.push.apns
Methods in tigase.push.apns that return ApnsService.ErrorCodeModifier and TypeMethodDescriptionstatic ApnsService.ErrorCodeApnsService.ErrorCode.fromStatus(int statusCode) ApnsServiceException.getErrorCode()static ApnsService.ErrorCodeReturns the enum constant of this class with the specified name.static ApnsService.ErrorCode[]ApnsService.ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tigase.push.apns with parameters of type ApnsService.ErrorCodeModifier and TypeMethodDescriptionvoidApnsDelegate.messageSendFailed(ApnsNotification message, ApnsService.ErrorCode errorCode, ApnsService.ErrorType errorType) Constructors in tigase.push.apns with parameters of type ApnsService.ErrorCodeModifierConstructorDescriptionApnsServiceException(ApnsService.ErrorCode errorCode, ApnsService.ErrorType errorType)