| Package | Description |
|---|---|
| org.jboss.aerogear.unifiedpush.message | |
| org.jboss.aerogear.unifiedpush.message.sender |
| Modifier and Type | Method and Description |
|---|---|
void |
SenderServiceImpl.send(PushApplication pushApplication,
UnifiedPushMessage message) |
void |
SenderService.send(PushApplication pushApplication,
UnifiedPushMessage payload)
Sends the given message/payload to ALL installations of the variants, matching the given criterias.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimplePushNotificationSender.sendPushMessage(Variant variant,
Collection<String> tokens,
UnifiedPushMessage pushMessage,
NotificationSenderCallback callback)
Sends SimplePush notifications to all connected clients, that are represented by
the
Collection of channelIDs, for the given SimplePush network. |
void |
PushNotificationSender.sendPushMessage(Variant variant,
Collection<String> clientIdentifiers,
UnifiedPushMessage pushMessage,
NotificationSenderCallback senderCallback)
Sends the
UnifiedPushMessage to the given clients, identified by a collection of tokens, the underlying push network. |
void |
GCMPushNotificationSender.sendPushMessage(Variant variant,
Collection<String> tokens,
UnifiedPushMessage pushMessage,
NotificationSenderCallback callback)
Sends GCM notifications (
UnifiedPushMessage) to all devices, that are represented by
the List of tokens for the given AndroidVariant. |
void |
GCMForChromePushNotificationSender.sendPushMessage(Variant variant,
Collection<String> tokens,
UnifiedPushMessage pushMessage,
NotificationSenderCallback callback) |
void |
APNsPushNotificationSender.sendPushMessage(Variant variant,
Collection<String> tokens,
UnifiedPushMessage pushMessage,
NotificationSenderCallback callback)
Sends APNs notifications (
UnifiedPushMessage) to all devices, that are represented by
the Collection of tokens for the given iOSVariant. |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.