Uses of Class
tigase.push.apns.ApnsNotification
Packages that use ApnsNotification
-
Uses of ApnsNotification in tigase.push.apns
Methods in tigase.push.apns that return ApnsNotificationMethods in tigase.push.apns with parameters of type ApnsNotificationModifier and TypeMethodDescriptionvoidApnsDelegate.messageSendFailed(ApnsNotification message, ApnsService.ErrorCode errorCode, ApnsService.ErrorType errorType) voidApnsDelegate.messageSent(ApnsNotification message) ApnsService.push(ApnsNotification notification) voidApnsService.push(ApnsNotification notification, CompletableFuture<String> future) protected CompletableFuture<String> APNsBinaryApiProvider.pushNotification(IPushSettings.IDevice device, ApnsNotification apnsNotification, ApnsService service, ApnsService fallbackService)