public class IosNotification extends PlatformNotification
APNs 通知类
| 限定符和类型 | 类和说明 |
|---|---|
static class |
IosNotification.Builder |
| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
NOTIFICATION_IOS |
ALERT, LOG| 限定符和类型 | 方法和说明 |
|---|---|
static IosNotification |
alert(java.lang.String alert) |
java.lang.String |
getPlatform() |
static IosNotification.Builder |
newBuilder() |
com.google.gson.JsonElement |
toJSON() |
getAlert, setAlertpublic static final java.lang.String NOTIFICATION_IOS
public static IosNotification.Builder newBuilder()
public static IosNotification alert(java.lang.String alert)
public java.lang.String getPlatform()
getPlatform 在类中 PlatformNotificationpublic com.google.gson.JsonElement toJSON()
toJSON 在接口中 PushModeltoJSON 在类中 PlatformNotificationCopyright © 2017. All Rights Reserved.