Package | Description |
---|---|
com.relayrides.pushy.apns |
Contains classes and interfaces for interacting with the Apple Push Notification service (APNs).
|
Modifier and Type | Method and Description |
---|---|
void |
ExpiredTokenListener.handleExpiredTokens(PushManager<? extends T> pushManager,
Collection<ExpiredToken> expiredTokens)
Handles a collection of expired tokens received from the APNs feedback service.
|
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.
|
Copyright © 2013–2015 RelayRides. All rights reserved.