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