public interface NotificationSenderCallback
UnifiedPushMessage to
an actual push network.| Modifier and Type | Method and Description |
|---|---|
void |
onError(String reason)
Simple indicator which will be called on any type of error that occurred while sending the payload to the
underlying push network.
|
void |
onSuccess()
Simple indicator which will be called on a successful to deliver to the push network.
|
void onSuccess()
PushNotificationSender was able to send the messages to
the push network for its further processingvoid onError(String reason)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.