Package | Description |
---|---|
com.relayrides.pushy.apns |
Contains classes and interfaces for interacting with the Apple Push Notification service (APNs).
|
com.relayrides.pushy.apns.util |
Contains classes for working with APNs tokens and payloads.
|
Modifier and Type | Method and Description |
---|---|
DeliveryPriority |
ApnsPushNotification.getPriority()
Returns the priority with which this push notification should be sent to the receiving device.
|
static DeliveryPriority |
DeliveryPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeliveryPriority[] |
DeliveryPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DeliveryPriority |
SimpleApnsPushNotification.getPriority()
Returns the priority with which this push notification should be delivered to the receiving device.
|
Constructor and Description |
---|
SimpleApnsPushNotification(String token,
String topic,
String payload,
Date invalidationTime,
DeliveryPriority priority)
Constructs a new push notification with the given token, topic, payload, delivery expiration time, and delivery
priority.
|
Copyright © 2013–2016 RelayRides. All rights reserved.