public static class JoinChatroom.Req extends BaseReq
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
chatroomNickName
Current user's nickname in group chatting room
当前用户在群聊中的昵称
|
java.lang.String |
extMsg |
java.lang.String |
groupId
Game group id
游戏公会ID
|
openId, transaction| Constructor and Description |
|---|
Req() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkArgs()
Check parameters of this request
检查该请求各个参数的合法性
|
int |
getType()
Return type ID of the current request.
|
void |
toBundle(android.os.Bundle data)
Serialize requests into Bundle
将请求序列化到Bundle中
|
fromBundlepublic java.lang.String groupId
public java.lang.String chatroomNickName
public java.lang.String extMsg
public int getType()
BaseReqpublic boolean checkArgs()
BaseReq