public class AndroidNotification extends PlatformNotification
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AndroidNotification.Builder |
| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
NOTIFICATION_ANDROID |
ALERT, LOG| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 PlatformNotificationprotected java.lang.Object getInbox()
protected void setInbox(java.lang.Object inbox)
public com.google.gson.JsonElement toJSON()
toJSON 在接口中 PushModeltoJSON 在类中 PlatformNotificationCopyright © 2018. All Rights Reserved.