Package | Description |
---|---|
com.notnoop.apns | |
com.notnoop.exceptions |
Modifier and Type | Method and Description |
---|---|
static DeliveryError |
DeliveryError.ofCode(int code)
Returns the appropriate
DeliveryError enum
corresponding to the Apple provided status code |
static DeliveryError |
DeliveryError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeliveryError[] |
DeliveryError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ApnsDelegateAdapter.connectionClosed(DeliveryError e,
int messageIdentifier) |
void |
ApnsDelegate.connectionClosed(DeliveryError e,
int messageIdentifier)
The connection was closed and/or an error packet was received while
monitoring was turned on.
|
Modifier and Type | Method and Description |
---|---|
DeliveryError |
ApnsDeliveryErrorException.getDeliveryError() |
Constructor and Description |
---|
ApnsDeliveryErrorException(DeliveryError error) |
Copyright © 2015. All rights reserved.