| Package | Description |
|---|---|
| javapns.notification |
Classes for pushing notifications through Apple servers.
|
| Modifier and Type | Method and Description |
|---|---|
PushedNotification |
PushNotificationManager.sendNotification(Device device,
Payload payload)
Send a notification to a single device and close the connection.
|
PushedNotification |
PushNotificationManager.sendNotification(Device device,
Payload payload,
boolean closeAfter)
Send a notification (Payload) to the given device
|
PushedNotification |
PushNotificationManager.sendNotification(Device device,
Payload payload,
boolean closeAfter,
int identifier)
Send a notification (Payload) to the given device
|
PushedNotification |
PushNotificationManager.sendNotification(Device device,
Payload payload,
int identifier)
Send a notification (Payload) to the given device
|
| Modifier and Type | Method and Description |
|---|---|
static List<PushedNotification> |
PushedNotification.findFailedNotifications(List<PushedNotification> notifications)
Filters a list of pushed notifications and returns only the ones that failed.
|
static List<PushedNotification> |
PushedNotification.findSuccessfulNotifications(List<PushedNotification> notifications)
Filters a list of pushed notifications and returns only the ones that were successful.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PushedNotifications.add(PushedNotification notification) |
void |
PushedNotifications.addElement(PushedNotification notification) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PushedNotifications.addAll(Collection<? extends PushedNotification> notifications) |
static List<PushedNotification> |
PushedNotification.findFailedNotifications(List<PushedNotification> notifications)
Filters a list of pushed notifications and returns only the ones that failed.
|
static List<PushedNotification> |
PushedNotification.findSuccessfulNotifications(List<PushedNotification> notifications)
Filters a list of pushed notifications and returns only the ones that were successful.
|
Copyright © 2016. All rights reserved.