Enum RejectionReason

java.lang.Object
java.lang.Enum<RejectionReason>
com.eatthepath.pushy.apns.server.RejectionReason
All Implemented Interfaces:
Serializable, Comparable<RejectionReason>, java.lang.constant.Constable

public enum RejectionReason
extends Enum<RejectionReason>
An enumeration of reasons a push notification may be rejected by an APNs server. The most up-to-date descriptions of each rejection reason are available in Table 5 of Sending Notification Requests to APNs.