public class Notification extends Object
| 构造器和说明 |
|---|
Notification() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAlert() |
PlatformNotification |
getAndroid() |
PlatformNotification |
getIos() |
void |
setAlert(String alert) |
void |
setAndroid(PlatformNotification android) |
void |
setIos(PlatformNotification ios) |
String |
toString() |
public String getAlert()
public void setAlert(String alert)
public PlatformNotification getIos()
public void setIos(PlatformNotification ios)
public PlatformNotification getAndroid()
public void setAndroid(PlatformNotification android)
Copyright © 2020 RcongCloud Group. All rights reserved.