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 |
---|---|
static RejectedNotificationReason |
RejectedNotificationReason.getByErrorCode(byte errorCode)
Gets the rejection reason associated with the given error code.
|
static RejectedNotificationReason |
RejectedNotificationReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RejectedNotificationReason[] |
RejectedNotificationReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PushManager.handleRejectedNotification(ApnsConnection<T> connection,
T rejectedNotification,
RejectedNotificationReason reason) |
void |
ApnsConnectionListener.handleRejectedNotification(ApnsConnection<T> connection,
T rejectedNotification,
RejectedNotificationReason reason)
Indicates that a notification sent via the given connection was definitively rejected by 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.