public class PushExt extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PushExt.APNs |
static class |
PushExt.HW |
static class |
PushExt.OPPO |
static class |
PushExt.VIVO |
| 构造器和说明 |
|---|
PushExt() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PushExt |
build(String title,
Integer forceShowPushContent,
Platform... platforms)
获取PushExt json参数
|
int |
getForceShowPushContent() |
List<Platform> |
getPushConfigs() |
String |
getTemplateId() |
String |
getTitle() |
void |
setForceShowPushContent(int forceShowPushContent) |
void |
setPushConfigs(List<Platform> pushConfigs) |
void |
setTemplateId(String templateId) |
void |
setTitle(String title) |
public void setTitle(String title)
public String getTitle()
public String getTemplateId()
public void setTemplateId(String templateId)
public void setForceShowPushContent(int forceShowPushContent)
public int getForceShowPushContent()
Copyright © 2022 RcongCloud Group. All rights reserved.