Package | Description |
---|---|
com.relayrides.pushy.apns |
Contains classes and interfaces for interacting with the Apple Push Notification service (APNs).
|
com.relayrides.pushy.apns.util |
Contains classes for working with APNs tokens and payloads.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PushNotificationResponse<T extends ApnsPushNotification>
A response from the APNs gateway indicating whether a notification was accepted or rejected.
|
Modifier and Type | Method and Description |
---|---|
<T extends ApnsPushNotification> |
ApnsClient.sendNotification(T notification)
Sends a push notification to the APNs gateway.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleApnsPushNotification
A simple and immutable implementation of the
ApnsPushNotification interface. |
Copyright © 2013–2016 Turo. All rights reserved.