| Package | Description |
|---|---|
| org.jboss.aerogear.unifiedpush.message.sender | |
| org.jboss.aerogear.unifiedpush.message.sender.apns |
| Modifier and Type | Method and Description |
|---|---|
void |
AdmPushNotificationSender.sendPushMessage(Variant variant,
Collection<String> clientIdentifiers,
UnifiedPushMessage pushMessage,
String pushMessageInformationId,
NotificationSenderCallback senderCallback) |
void |
PushNotificationSender.sendPushMessage(Variant variant,
Collection<String> clientIdentifiers,
UnifiedPushMessage pushMessage,
String pushMessageInformationId,
NotificationSenderCallback senderCallback)
Sends the
UnifiedPushMessage to the given clients, identified by a collection of tokens, the underlying push network. |
void |
FCMPushNotificationSender.sendPushMessage(Variant variant,
Collection<String> tokens,
UnifiedPushMessage pushMessage,
String pushMessageInformationId,
NotificationSenderCallback callback)
Sends FCM notifications (
UnifiedPushMessage) to all devices, that are represented by
the List of tokens for the given AndroidVariant. |
void |
WNSPushNotificationSender.sendPushMessage(Variant variant,
Collection<String> clientIdentifiers,
UnifiedPushMessage pushMessage,
String pushMessageInformationId,
NotificationSenderCallback senderCallback) |
| Modifier and Type | Method and Description |
|---|---|
void |
PushyApnsSender.sendPushMessage(Variant variant,
Collection<String> tokens,
UnifiedPushMessage pushMessage,
String pushMessageInformationId,
NotificationSenderCallback senderCallback) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.