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 | Class and Description |
---|---|
class |
ApnsClient<T extends ApnsPushNotification>
An APNs client sends push notifications to the APNs gateway.
|
interface |
PushNotificationResponse<T extends ApnsPushNotification>
A response from the APNs gateway indicating whether a notification was accepted or rejected.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleApnsPushNotification
A simple and immutable implementation of the
ApnsPushNotification interface. |
Copyright © 2013–2016 RelayRides. All rights reserved.