|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RejectedNotificationListener<T extends ApnsPushNotification>
Listens for permanent push notification rejections. Listeners will be informed when the APNs server permanently rejects a notification for a specific reason. Listeners are not notified of temporary delivery issues.
PushManager.registerRejectedNotificationListener(RejectedNotificationListener)| Method Summary | |
|---|---|
void |
handleRejectedNotification(T notification,
RejectedNotificationException cause)
Handles a permanent push notification rejection. |
| Method Detail |
|---|
void handleRejectedNotification(T notification,
RejectedNotificationException cause)
notification - the notification rejected by the APNs servercause - the cause reported by APNs for the rejection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||