加入聊天室登录相关参数
更多...
|
| | V2NIMChatroomEnterParams (boolean anonymousMode, boolean enableLbs, String accountId, String token, String roomNick, String roomAvatar, int timeout, V2NIMChatroomLoginOption loginOption, V2NIMChatroomLinkProvider linkProvider, String serverExtension, String notificationExtension, V2NIMChatroomTagConfig tagConfig, V2NIMChatroomLocationConfig locationConfig, V2NIMAntispamConfig antispamConfig) |
| |
| boolean | isAnonymousMode () |
| | 获取是否匿名模式 更多...
|
| |
| boolean | isEnableLbs () |
| |
| String | getAccountId () |
| | 获取账号ID 更多...
|
| |
| String | getToken () |
| | 获取静态token 更多...
|
| |
| String | getRoomNick () |
| | 获取进入聊天室后显示的昵称 更多...
|
| |
| String | getRoomAvatar () |
| | 获取进入聊天室后显示的头像 更多...
|
| |
| int | getTimeout () |
| | 获取进入方法超时时间 更多...
|
| |
| V2NIMChatroomLoginOption | getLoginOption () |
| | 获取聊天室登录相关信息 更多...
|
| |
| V2NIMChatroomLinkProvider | getLinkProvider () |
| | 获取获取聊天室link链接地址, 两种获取途径 更多...
|
| |
| String | getServerExtension () |
| | 获取用户扩展字段,建议使用json格式 更多...
|
| |
| String | getNotificationExtension () |
| | 获取通知扩展字段,进入聊天室通知开发者扩展字段 更多...
|
| |
| V2NIMChatroomTagConfig | getTagConfig () |
| | 获取进入聊天室标签信息配置 更多...
|
| |
| V2NIMChatroomLocationConfig | getLocationConfig () |
| | 获取进入聊天室空间位置信息配置 更多...
|
| |
| V2NIMAntispamConfig | getAntispamConfig () |
| | 获取用户资料反垃圾检测 更多...
|
| |
| String | toString () |
| |
| com.netease.nimlib.sdk.v2.chatroom.params.V2NIMChatroomEnterParams.V2NIMChatroomEnterParams |
( |
boolean |
anonymousMode, |
|
|
boolean |
enableLbs, |
|
|
String |
accountId, |
|
|
String |
token, |
|
|
String |
roomNick, |
|
|
String |
roomAvatar, |
|
|
int |
timeout, |
|
|
V2NIMChatroomLoginOption |
loginOption, |
|
|
V2NIMChatroomLinkProvider |
linkProvider, |
|
|
String |
serverExtension, |
|
|
String |
notificationExtension, |
|
|
V2NIMChatroomTagConfig |
tagConfig, |
|
|
V2NIMChatroomLocationConfig |
locationConfig, |
|
|
V2NIMAntispamConfig |
antispamConfig |
|
) |
| |
| String com.netease.nimlib.sdk.v2.chatroom.params.V2NIMChatroomEnterParams.getAccountId |
( |
| ) |
|
| V2NIMAntispamConfig com.netease.nimlib.sdk.v2.chatroom.params.V2NIMChatroomEnterParams.getAntispamConfig |
( |
| ) |
|
| String com.netease.nimlib.sdk.v2.chatroom.params.V2NIMChatroomEnterParams.getNotificationExtension |
( |
| ) |
|
| String com.netease.nimlib.sdk.v2.chatroom.params.V2NIMChatroomEnterParams.getRoomAvatar |
( |
| ) |
|
| String com.netease.nimlib.sdk.v2.chatroom.params.V2NIMChatroomEnterParams.getRoomNick |
( |
| ) |
|
| String com.netease.nimlib.sdk.v2.chatroom.params.V2NIMChatroomEnterParams.getServerExtension |
( |
| ) |
|
| int com.netease.nimlib.sdk.v2.chatroom.params.V2NIMChatroomEnterParams.getTimeout |
( |
| ) |
|
| String com.netease.nimlib.sdk.v2.chatroom.params.V2NIMChatroomEnterParams.getToken |
( |
| ) |
|
| boolean com.netease.nimlib.sdk.v2.chatroom.params.V2NIMChatroomEnterParams.isAnonymousMode |
( |
| ) |
|
| boolean com.netease.nimlib.sdk.v2.chatroom.params.V2NIMChatroomEnterParams.isEnableLbs |
( |
| ) |
|
| String com.netease.nimlib.sdk.v2.chatroom.params.V2NIMChatroomEnterParams.toString |
( |
| ) |
|
该类的文档由以下文件生成: