public class AndroidNotification extends PlatformNotification
| Modifier and Type | Class and Description |
|---|---|
static class |
AndroidNotification.Builder |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NOTIFICATION_ANDROID |
ALERT, LOG| Modifier and Type | Method and Description |
|---|---|
static AndroidNotification |
alert(java.lang.String alert) |
protected java.lang.Object |
getInbox() |
java.lang.String |
getPlatform() |
static AndroidNotification.Builder |
newBuilder() |
protected void |
setInbox(java.lang.Object inbox) |
com.google.gson.JsonElement |
toJSON() |
getAlert, setAlertpublic static final java.lang.String NOTIFICATION_ANDROID
public static AndroidNotification.Builder newBuilder()
public static AndroidNotification alert(java.lang.String alert)
public java.lang.String getPlatform()
getPlatform in class PlatformNotificationprotected java.lang.Object getInbox()
protected void setInbox(java.lang.Object inbox)
public com.google.gson.JsonElement toJSON()
toJSON in interface PushModeltoJSON in class PlatformNotificationCopyright © 2018. All Rights Reserved.