public class PlatformNotification extends Object
| 限定符和类型 | 类和说明 |
|---|---|
class |
PlatformNotification.Platform |
| 构造器和说明 |
|---|
PlatformNotification() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAlert() |
String |
getApns_collapse_id() |
Integer |
getBadge() |
String |
getCategory() |
Integer |
getContentAvailable() |
Map<String,String> |
getExtras() |
PlatformNotification.Platform |
getHw() |
PlatformNotification.Platform |
getMi() |
PlatformNotification.Platform |
getOppo() |
String |
getRichMediaUri() |
String |
getThread_id() |
String |
getTitle() |
PlatformNotification.Platform |
getVivo() |
void |
setAlert(String alert) |
void |
setApns_collapse_id(String apns_collapse_id) |
void |
setBadge(Integer badge) |
void |
setCategory(String category) |
void |
setContentAvailable(Integer contentAvailable) |
void |
setExtras(Map<String,String> extras) |
void |
setHw(String channelId) |
void |
setMi(String channelId) |
void |
setOppo(String channelId) |
void |
setRichMediaUri(String richMediaUri) |
void |
setThread_id(String thread_id) |
void |
setTitle(String title) |
void |
setVivo(String classification) |
String |
toString() |
public String getAlert()
public void setAlert(String alert)
public String getTitle()
public void setTitle(String title)
public Integer getContentAvailable()
public void setContentAvailable(Integer contentAvailable)
public Integer getBadge()
public void setBadge(Integer badge)
public String getCategory()
public void setCategory(String category)
public String getRichMediaUri()
public void setRichMediaUri(String richMediaUri)
public String getThread_id()
public void setThread_id(String thread_id)
public String getApns_collapse_id()
public void setApns_collapse_id(String apns_collapse_id)
public PlatformNotification.Platform getHw()
public void setHw(String channelId)
public PlatformNotification.Platform getMi()
public void setMi(String channelId)
public PlatformNotification.Platform getOppo()
public void setOppo(String channelId)
public PlatformNotification.Platform getVivo()
public void setVivo(String classification)
Copyright © 2022 RcongCloud Group. All rights reserved.