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 voidApnsDelegate. messageSendFailed(ApnsNotification message, ApnsService.ErrorCode errorCode, ApnsService.ErrorType errorType)voidApnsDelegate. messageSent(ApnsNotification message)java.util.concurrent.CompletableFuture<java.lang.String>ApnsService. push(ApnsNotification notification)voidApnsService. push(ApnsNotification notification, java.util.concurrent.CompletableFuture<java.lang.String> future)protected java.util.concurrent.CompletableFuture<java.lang.String>APNsBinaryApiProvider. pushNotification(IPushSettings.IDevice device, ApnsNotification apnsNotification, ApnsService service, ApnsService fallbackService)
-