|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PushManager | |
|---|---|
| com.relayrides.pushy.apns | Contains classes and interfaces for interacting with the Apple Push Notification service (APNs). |
| Uses of PushManager in com.relayrides.pushy.apns |
|---|
| Methods in com.relayrides.pushy.apns that return PushManager | |
|---|---|
PushManager<T> |
PushManagerFactory.buildPushManager()
Constructs a new PushManager with the settings provided to this factory. |
| Methods in com.relayrides.pushy.apns with parameters of type PushManager | |
|---|---|
void |
FailedConnectionListener.handleFailedConnection(PushManager<? extends T> pushManager,
Throwable cause)
Handles a failed attempt to connect to the APNs gateway. |
void |
RejectedNotificationListener.handleRejectedNotification(PushManager<? extends T> pushManager,
T notification,
RejectedNotificationReason rejectionReason)
Handles a permanent push notification rejection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||