public class Notification extends Object
| 构造器和说明 |
|---|
Notification() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAlert() |
PlatformNotification |
getAndroid() |
Integer |
getForceShowPushContent() |
PlatformNotification |
getIos() |
String |
getTitle() |
void |
setAlert(String alert) |
void |
setAndroid(PlatformNotification android) |
void |
setForceShowPushContent(Integer forceShowPushContent) |
void |
setIos(PlatformNotification ios) |
void |
setTitle(String title) |
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)
public String getTitle()
public void setTitle(String title)
public Integer getForceShowPushContent()
public void setForceShowPushContent(Integer forceShowPushContent)
Copyright © 2022 RcongCloud Group. All rights reserved.