Uses of Enum Class
tigase.push.apns.ApnsService.ErrorType
Packages that use ApnsService.ErrorType
-
Uses of ApnsService.ErrorType in tigase.push.apns
Methods in tigase.push.apns that return ApnsService.ErrorTypeModifier and TypeMethodDescriptionstatic ApnsService.ErrorTypeApnsServiceException.getErrorType()static ApnsService.ErrorTypeReturns the enum constant of this class with the specified name.static ApnsService.ErrorType[]ApnsService.ErrorType.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.ErrorTypeModifier and TypeMethodDescriptionbooleanApnsServiceException.isErrorType(ApnsService.ErrorType errorType) voidApnsDelegate.messageSendFailed(ApnsNotification message, ApnsService.ErrorCode errorCode, ApnsService.ErrorType errorType) Constructors in tigase.push.apns with parameters of type ApnsService.ErrorTypeModifierConstructorDescriptionApnsServiceException(ApnsService.ErrorCode errorCode, ApnsService.ErrorType errorType)