Uses of Interface
com.eatthepath.pushy.apns.PushNotificationResponse
| Package | Description |
|---|---|
| com.eatthepath.pushy.apns |
Contains classes and interfaces for interacting with the Apple Push Notification service (APNs).
|
-
Uses of PushNotificationResponse in com.eatthepath.pushy.apns
Methods in com.eatthepath.pushy.apns that return types with arguments of type PushNotificationResponse Modifier and Type Method Description <T extends ApnsPushNotification>
PushNotificationFuture<T,PushNotificationResponse<T>>ApnsClient. sendNotification(T notification)Sends a push notification to the APNs gateway.