| Package | Description |
|---|---|
| javapns.notification.transmission |
Specialized classes for transmitting notifications to large number of devices.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationThreads |
NotificationThreads.start()
Start all notification threads.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationProgressListener.eventAllThreadsFinished(NotificationThreads notificationThreads) |
void |
NotificationProgressListener.eventAllThreadsStarted(NotificationThreads notificationThreads) |
| Constructor and Description |
|---|
NotificationThread(NotificationThreads threads,
PushNotificationManager notificationManager,
AppleNotificationServer server)
Create a grouped thread in QUEUE mode, awaiting messages to push.
|
NotificationThread(NotificationThreads threads,
PushNotificationManager notificationManager,
AppleNotificationServer server,
Object messages)
Create a grouped thread in LIST mode for pushing individual payloads to a list of devices
and coordinating with a parent NotificationThreads object.
|
NotificationThread(NotificationThreads threads,
PushNotificationManager notificationManager,
AppleNotificationServer server,
Payload payload,
Object devices)
Create a grouped thread in LIST mode for pushing a single payload to a list of devices
and coordinating with a parent NotificationThreads object.
|
Copyright © 2016. All rights reserved.