Toggle navigation
Toggle navigation
This project
Loading...
Sign in
public_service
/
public_sdk_android
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
xuguohong
2017-07-25 10:00:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ca5a0349a8f5a74867a07ef454c68a1f37833f3b
ca5a0349
1 parent
09539e36
modify doc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
publicAndroidSDK/doc/公共SDK客户端接入文档.md
publicAndroidSDK/doc/公共SDK客户端接入文档.md
View file @
ca5a034
...
...
@@ -520,6 +520,19 @@
PoolSdkHelper.switchAccount(this);
}
}
2.17、聊天统计
说明:在用户发送聊天信息时调用改接口
方法:public static void reportChat(final String content, final String accountId,final String accountName, final int level, final String serverId,final String serverName)
参数说明:
参数 |说明
------------ | -------------
content | 聊天内容
accountId | 角色ID
accountName | 角色名称
level | 角色等级
serverId | 服务器ID
serverName | 服务器名称
# 3、自测用例 #
### 3.1、进入游戏会弹出下面的登录界面,表示登录接口接入正常; ###
...
...
Please
register
or
login
to post a comment