|
||||||||||
| 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),
PushManager.unregisterRejectedNotificationListener(RejectedNotificationListener)| Method Summary | |
|---|---|
void |
handleRejectedNotification(PushManager<? extends T> pushManager,
T notification,
RejectedNotificationReason rejectionReason)
Handles a permanent push notification rejection. |
| Method Detail |
|---|
void handleRejectedNotification(PushManager<? extends T> pushManager,
T notification,
RejectedNotificationReason rejectionReason)
pushManager - the push manager that sent the rejected notificationnotification - the notification rejected by the APNs serverrejectionReason - the reason reported by APNs for the rejection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||