public interface ExpiredTokenListener<T extends ApnsPushNotification>
Listens for expired tokens from the APNs feedback service.
| Modifier and Type | Method and Description |
|---|---|
void |
handleExpiredTokens(PushManager<? extends T> pushManager,
Collection<ExpiredToken> expiredTokens)
Handles a collection of expired tokens received from the APNs feedback service.
|
void handleExpiredTokens(PushManager<? extends T> pushManager, Collection<ExpiredToken> expiredTokens)
pushManager - the push manager that reported the expired tokensexpiredTokens - a collection of tokens that have expired since the last call to the feedback serviceCopyright © 2013–2015 RelayRides. All rights reserved.