public class ToastNotification extends Object implements MpnsNotification
| Modifier and Type | Class and Description |
|---|---|
static class |
ToastNotification.Builder |
| Constructor and Description |
|---|
ToastNotification(ToastNotification.Builder builder,
List<? extends Map.Entry<String,String>> headers) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Map.Entry<String,String>> |
getHttpHeaders()
Returns the identifier of the current message.
|
byte[] |
getRequestBody()
Returns the binary representation of the payload.
|
public ToastNotification(ToastNotification.Builder builder, List<? extends Map.Entry<String,String>> headers)
public List<? extends Map.Entry<String,String>> getHttpHeaders()
MpnsNotificationgetHttpHeaders in interface MpnsNotificationpublic byte[] getRequestBody()
MpnsNotificationgetRequestBody in interface MpnsNotificationCopyright © 2014 JBoss by Red Hat. All Rights Reserved.