|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ApnsPushNotification | |
|---|---|
| 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. |
| Uses of ApnsPushNotification in com.relayrides.pushy.apns |
|---|
| Classes in com.relayrides.pushy.apns with type parameters of type ApnsPushNotification | |
|---|---|
class |
ApnsConnection<T extends ApnsPushNotification>
A connection to an APNs gateway. |
interface |
ApnsConnectionListener<T extends ApnsPushNotification>
An ApnsConnectionListener receives lifecycle events from ApnsConnection instances. |
interface |
FailedConnectionListener<T extends ApnsPushNotification>
Listens for failed attempts to connect to an APNs gateway. |
class |
PushManager<T extends ApnsPushNotification>
Push managers manage connections to the APNs gateway and send notifications from their queue. |
class |
PushManagerFactory<T extends ApnsPushNotification>
A PushManagerFactory is used to configure and construct a new PushManager. |
interface |
RejectedNotificationListener<T extends ApnsPushNotification>
Listens for permanent push notification rejections. |
| Uses of ApnsPushNotification in com.relayrides.pushy.apns.util |
|---|
| Classes in com.relayrides.pushy.apns.util that implement ApnsPushNotification | |
|---|---|
class |
SimpleApnsPushNotification
A simple and immutable implementation of the ApnsPushNotification interface. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||