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.
|
SimpleApnsPushNotification(String token,
String topic,
String payload,
Date invalidationTime,
DeliveryPriority priority,
PushType pushType) |
Constructs a new push notification with the given token, topic, payload, delivery expiration time, delivery
priority, and push notification type.
|
SimpleApnsPushNotification(String token,
String topic,
String payload,
Date invalidationTime,
DeliveryPriority priority,
PushType pushType,
String collapseId) |
Constructs a new push notification with the given token, topic, payload, delivery expiration time, delivery
priority, push notification type, and "collapse identifier."
|
SimpleApnsPushNotification(String token,
String topic,
String payload,
Date invalidationTime,
DeliveryPriority priority,
PushType pushType,
String collapseId,
UUID apnsId) |
Constructs a new push notification with the given token, topic, payload, delivery expiration time, delivery
priority, "collapse identifier," and unique push notification identifier.
|
SimpleApnsPushNotification(String token,
String topic,
String payload,
Date invalidationTime,
DeliveryPriority priority,
String collapseId) |
Constructs a new push notification with the given token, topic, payload, delivery expiration time, delivery
priority, and "collapse identifier." No push notification type is specified.
|
SimpleApnsPushNotification(String token,
String topic,
String payload,
Date invalidationTime,
DeliveryPriority priority,
String collapseId,
UUID apnsId) |
Constructs a new push notification with the given token, topic, payload, delivery expiration time, delivery
priority, "collapse identifier," and unique push notification identifier.
|