腾讯通插件服务
这里主要是消息处理等方面,而 SSO 通过 HttpSDK、ProxyController、RtxController 等来实现。
| Modifiers | Name | Description |
|---|---|---|
static Map |
HTTP_PARAMS |
|
static String |
MSG_URL |
|
static String |
SDK_URL |
|
static String |
SIGN_URL |
|
static Object |
aliasOverridingOrder |
| Type | Name and description |
|---|---|
SettingService |
settingService |
| Type | Name and description |
|---|---|
void |
bootStrapInit()初始化 |
boolean |
sendMessage(String receiver, String title, String content, Integer delaytime)发送系统消息 |
| Methods inherited from class | Name |
|---|---|
class Object |
Object#wait(long, int), Object#wait(long), Object#wait(), Object#equals(Object), Object#toString(), Object#hashCode(), Object#getClass(), Object#notify(), Object#notifyAll() |
初始化
发送系统消息
receiver - 接收者帐号,多个接受者以逗号(,)隔开title - 标题,默认为“通知”content - 消息内容delaytime - 消息提醒框停留时间(毫秒),0表示不自动消失,默认null以服务器设置为主(默认为10s)