|
NIMSDK-AOS
10.9.71
|
申请/邀请记录类型 更多...
Public 成员函数 | |
| QChatInviteApplyRecordType (int value) | |
| int | getValue () |
静态 Public 成员函数 | |
| static QChatInviteApplyRecordType | typeOfValue (int value) |
Public 属性 | |
| APPLY =(1) | |
| 申请 更多... | |
| INVITE =(2) | |
| 邀请 更多... | |
| BE_INVITED =(3) | |
| 被邀请 更多... | |
| GENERATE_INVITE_CODE =(4) | |
| 生成邀请码 更多... | |
| JOIN_BY_INVITE_CODE =(5) | |
| 通过邀请码加入 更多... | |
申请/邀请记录类型
在文件 QChatInviteApplyRecordType.java 第 6 行定义.
| com.netease.nimlib.sdk.qchat.enums.QChatInviteApplyRecordType.QChatInviteApplyRecordType | ( | int | value | ) |
在文件 QChatInviteApplyRecordType.java 第 31 行定义.
| int com.netease.nimlib.sdk.qchat.enums.QChatInviteApplyRecordType.getValue | ( | ) |
在文件 QChatInviteApplyRecordType.java 第 35 行定义.
|
static |
在文件 QChatInviteApplyRecordType.java 第 39 行定义.
| com.netease.nimlib.sdk.qchat.enums.QChatInviteApplyRecordType.APPLY =(1) |
申请
在文件 QChatInviteApplyRecordType.java 第 10 行定义.
| com.netease.nimlib.sdk.qchat.enums.QChatInviteApplyRecordType.BE_INVITED =(3) |
被邀请
在文件 QChatInviteApplyRecordType.java 第 18 行定义.
| com.netease.nimlib.sdk.qchat.enums.QChatInviteApplyRecordType.GENERATE_INVITE_CODE =(4) |
生成邀请码
在文件 QChatInviteApplyRecordType.java 第 22 行定义.
| com.netease.nimlib.sdk.qchat.enums.QChatInviteApplyRecordType.INVITE =(2) |
邀请
在文件 QChatInviteApplyRecordType.java 第 14 行定义.
| com.netease.nimlib.sdk.qchat.enums.QChatInviteApplyRecordType.JOIN_BY_INVITE_CODE =(5) |
通过邀请码加入
在文件 QChatInviteApplyRecordType.java 第 26 行定义.
1.8.11