public class UniPushTemplate extends Object implements org.springframework.beans.factory.InitializingBean
| 构造器和说明 |
|---|
UniPushTemplate() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterPropertiesSet() |
com.gexin.rp.sdk.template.TransmissionTemplate |
getIOSTemplate(String title,
String content) |
void |
pushToAllUser(String title,
String content)
推送
|
void |
pushToAssignUser(String title,
String content,
String clientId,
Integer type)
推送指定用户
|
public void pushToAllUser(String title, String content)
title - 标题content - 内容public void pushToAssignUser(String title, String content, String clientId, Integer type)
title - 标题content - 内容clientId - 用户idtype - 手机类型public com.gexin.rp.sdk.template.TransmissionTemplate getIOSTemplate(String title, String content)
Copyright © 2021. All rights reserved.