|
NIMSDK-AOS
9.20.15
|
音视频通话事件 更多...
Public 成员函数 | |
| AVChatCommonEvent (AVChatEventType event, AVChatData data) | |
| AVChatEventType | getEvent () |
| long | getChatId () |
| 获取通话ID 更多... | |
| String | getAccount () |
| 获取对方帐号, 多人通话时无效 更多... | |
| AVChatType | getChatType () |
| 获取通话的类型 更多... | |
| long | getTimeTag () |
| 获取当前事件发生的时间戳 更多... | |
| String | getExtra () |
| 获取自定义 更多... | |
| String | getPushSound () |
| 获取推送铃声 更多... | |
Protected 属性 | |
| AVChatEventType | event |
| AVChatData | data |
音视频通话事件
在文件 AVChatCommonEvent.java 第 14 行定义.
| com.netease.nimlib.sdk.avchat.model.AVChatCommonEvent.AVChatCommonEvent | ( | AVChatEventType | event, |
| AVChatData | data | ||
| ) |
在文件 AVChatCommonEvent.java 第 20 行定义.
| String com.netease.nimlib.sdk.avchat.model.AVChatCommonEvent.getAccount | ( | ) |
获取对方帐号, 多人通话时无效
实现了 com.netease.nimlib.sdk.avchat.model.AVChatData.
在文件 AVChatCommonEvent.java 第 35 行定义.
| long com.netease.nimlib.sdk.avchat.model.AVChatCommonEvent.getChatId | ( | ) |
| AVChatType com.netease.nimlib.sdk.avchat.model.AVChatCommonEvent.getChatType | ( | ) |
| AVChatEventType com.netease.nimlib.sdk.avchat.model.AVChatCommonEvent.getEvent | ( | ) |
在文件 AVChatCommonEvent.java 第 25 行定义.
| String com.netease.nimlib.sdk.avchat.model.AVChatCommonEvent.getExtra | ( | ) |
| String com.netease.nimlib.sdk.avchat.model.AVChatCommonEvent.getPushSound | ( | ) |
| long com.netease.nimlib.sdk.avchat.model.AVChatCommonEvent.getTimeTag | ( | ) |
获取当前事件发生的时间戳
实现了 com.netease.nimlib.sdk.avchat.model.AVChatData.
在文件 AVChatCommonEvent.java 第 45 行定义.
|
protected |
在文件 AVChatCommonEvent.java 第 18 行定义.
|
protected |
在文件 AVChatCommonEvent.java 第 16 行定义.
1.8.11