Uses of Class
tigase.push.apns.ApnsNotification
-
Packages that use ApnsNotification Package Description tigase.push.apns -
-
Uses of ApnsNotification in tigase.push.apns
Methods in tigase.push.apns that return ApnsNotification Modifier and Type Method Description ApnsNotificationApnsNotification.Builder. build()Methods in tigase.push.apns with parameters of type ApnsNotification 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)voidApnsDelegate. messageSent(ApnsNotification message)voidApnsService. push(ApnsNotification notification)
-