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