NIMSDK-AOS
10.6.0
plugins
rts
src
com
netease
nimlib
sdk
rts
model
RTSControlEvent.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.rts.model;
2
3
import
com
.
netease
.
nimlib
.rts.RTSDataImpl;
4
import
com
.
netease
.
nimlib
.
sdk
.
rts
.
constant
.
RTSEventType
;
5
9
public
class
RTSControlEvent
extends
RTSCommonEvent
{
10
11
private
byte command;
12
private
String commandInfo;
13
14
public
RTSControlEvent
(
RTSEventType
event
, RTSDataImpl
data
, byte command, String commandInfo) {
15
super(event, data);
16
this.command = command;
17
this.commandInfo = commandInfo;
18
}
19
20
public
byte
getCommand
() {
21
return
command;
22
}
23
24
public
String
getCommandInfo
() {
25
return
commandInfo;
26
}
27
}
com.netease.nimlib.sdk
Definition:
RequestCallback.java:1
com.netease.nimlib.sdk.rts.model.RTSControlEvent.RTSControlEvent
RTSControlEvent(RTSEventType event, RTSDataImpl data, byte command, String commandInfo)
Definition:
RTSControlEvent.java:14
com.netease
com
com.netease.nimlib.sdk.rts.model.RTSCommonEvent.data
RTSDataImpl data
Definition:
RTSCommonEvent.java:16
com.netease.nimlib.sdk.rts.model.RTSControlEvent
会话控制命令通知
Definition:
RTSControlEvent.java:9
com.netease.nimlib.sdk.rts.model.RTSCommonEvent.event
RTSEventType event
Definition:
RTSCommonEvent.java:14
com.netease.nimlib.sdk.rts.constant.RTSEventType
会话事件枚举
Definition:
RTSEventType.java:6
com.netease.nimlib.sdk.rts.model.RTSControlEvent.getCommandInfo
String getCommandInfo()
Definition:
RTSControlEvent.java:24
com.netease.nimlib.sdk.rts
Definition:
RTSChannelStateObserver.java:1
com.netease.nimlib.sdk.rts.model.RTSCommonEvent
会话事件
Definition:
RTSCommonEvent.java:12
com.netease.nimlib.sdk.rts.model.RTSControlEvent.getCommand
byte getCommand()
Definition:
RTSControlEvent.java:20
com.netease.nimlib.sdk.rts.constant
Definition:
RTSEventType.java:1
com.netease.nimlib
生成于 2024年 十一月 19日 星期二 20:07:51 , 为 NIMSDK-AOS使用
1.8.13