| Package | Description |
|---|---|
| org.jboss.aerogear.unifiedpush.message.sender |
| Modifier and Type | Method and Description |
|---|---|
void |
WNSPushNotificationSender.sendPushMessage(Variant variant,
Collection<String> clientIdentifiers,
UnifiedPushMessage pushMessage,
String pushMessageInformationId,
NotificationSenderCallback senderCallback) |
void |
SimplePushNotificationSender.sendPushMessage(Variant variant,
Collection<String> tokens,
UnifiedPushMessage pushMessage,
String pushMessageInformationId,
NotificationSenderCallback callback) |
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 |
MPNSPushNotificationSender.sendPushMessage(Variant variant,
Collection<String> clientIdentifiers,
UnifiedPushMessage pushMessage,
String pushMessageInformationId,
NotificationSenderCallback senderCallback) |
void |
GCMPushNotificationSender.sendPushMessage(Variant variant,
Collection<String> tokens,
UnifiedPushMessage pushMessage,
String pushMessageInformationId,
NotificationSenderCallback callback)
Sends GCM notifications (
UnifiedPushMessage) to all devices, that are represented by
the List of tokens for the given AndroidVariant. |
void |
APNsPushNotificationSender.sendPushMessage(Variant variant,
Collection<String> tokens,
UnifiedPushMessage pushMessage,
String pushMessageInformationId,
NotificationSenderCallback callback)
Sends APNs notifications (
UnifiedPushMessage) to all devices, that are represented by
the Collection of tokens for the given iOSVariant. |
void |
AdmPushNotificationSender.sendPushMessage(Variant variant,
Collection<String> clientIdentifiers,
UnifiedPushMessage pushMessage,
String pushMessageInformationId,
NotificationSenderCallback senderCallback) |
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.