NIMSDK-AOS
10.8.10
首页
相关页面
+
包
包
+
类
类列表
类索引
类继承关系
+
类成员
+
全部
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
函数
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
变量
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
文件
文件列表
•
全部
类
命名空间
文件
函数
变量
页
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
6
/**
7
* 会话控制命令通知
8
*/
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
生成于 2025年 二月 28日 星期五 14:18:28 , 为 NIMSDK-AOS使用
1.8.13