Uses of Class
com.relayrides.pushy.apns.RejectedNotificationReason

Packages that use RejectedNotificationReason
com.relayrides.pushy.apns Contains classes and interfaces for interacting with the Apple Push Notification service (APNs). 
 

Uses of RejectedNotificationReason in com.relayrides.pushy.apns
 

Methods in com.relayrides.pushy.apns that return RejectedNotificationReason
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.
 

Methods in com.relayrides.pushy.apns with parameters of type RejectedNotificationReason
 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–2014 RelayRides. All rights reserved.