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 |
PushManager.registerRejectedNotificationListener(RejectedNotificationListener<? super T> listener)
Registers a listener for notifications rejected by APNs for specific reasons.
|
boolean |
PushManager.unregisterRejectedNotificationListener(RejectedNotificationListener<? super T> listener)
Un-registers a rejected notification listener.
|
Copyright © 2013–2015 RelayRides. All rights reserved.