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.
 RejectedNotificationReason RejectedNotificationException.getReason()
          Returns the reason the notification was rejected by APNs.
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.
 

Constructors in com.relayrides.pushy.apns with parameters of type RejectedNotificationReason
RejectedNotificationException(int sequenceNumber, RejectedNotificationReason errorCode)
          Constructs a new rejected notification exception indicating that the notification sent with the given sequence number was rejected for the given reason.
 



Copyright © 2013 RelayRides. All rights reserved.