|
NIMSDK-AOS
9.20.15
|
频道类型 更多...
Public 成员函数 | |
| QChatChannelType (int value) | |
| int | getValue () |
静态 Public 成员函数 | |
| static QChatChannelType | typeOfValue (int value) |
Public 属性 | |
| MessageChannel =(0) | |
| 消息频道 更多... | |
| RTCChannel =(1) | |
| 音视频频道 更多... | |
| CustomChannel =(100) | |
| 自定义频道 更多... | |
频道类型
在文件 QChatChannelType.java 第 6 行定义.
| com.netease.nimlib.sdk.qchat.enums.QChatChannelType.QChatChannelType | ( | int | value | ) |
在文件 QChatChannelType.java 第 23 行定义.
| int com.netease.nimlib.sdk.qchat.enums.QChatChannelType.getValue | ( | ) |
在文件 QChatChannelType.java 第 27 行定义.
|
static |
在文件 QChatChannelType.java 第 31 行定义.
| com.netease.nimlib.sdk.qchat.enums.QChatChannelType.CustomChannel =(100) |
自定义频道
在文件 QChatChannelType.java 第 18 行定义.
| com.netease.nimlib.sdk.qchat.enums.QChatChannelType.MessageChannel =(0) |
消息频道
在文件 QChatChannelType.java 第 10 行定义.
| com.netease.nimlib.sdk.qchat.enums.QChatChannelType.RTCChannel =(1) |
音视频频道
在文件 QChatChannelType.java 第 14 行定义.
1.8.11