public class IosNotification extends PlatformNotification
APNs 通知类
| Modifier and Type | Class and Description |
|---|---|
static class |
IosNotification.Builder |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NOTIFICATION_IOS |
ALERT, LOG| Modifier and Type | Method and Description |
|---|---|
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 in class PlatformNotificationpublic com.google.gson.JsonElement toJSON()
toJSON in interface PushModeltoJSON in class PlatformNotificationCopyright © 2018. All Rights Reserved.