NIMSDK-AOS  9.15.0
Public 成员函数 | Protected 属性 | 所有成员列表
com.netease.nimlib.sdk.avchat.model.AVChatCommonEvent类 参考

音视频通话事件 更多...

类 com.netease.nimlib.sdk.avchat.model.AVChatCommonEvent 继承关系图:
com.netease.nimlib.sdk.avchat.model.AVChatData com.netease.nimlib.sdk.avchat.model.AVChatCalleeAckEvent com.netease.nimlib.sdk.avchat.model.AVChatControlEvent com.netease.nimlib.sdk.avchat.model.AVChatOnlineAckEvent

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.java14 行定义.

构造及析构函数说明

◆ AVChatCommonEvent()

com.netease.nimlib.sdk.avchat.model.AVChatCommonEvent.AVChatCommonEvent ( AVChatEventType  event,
AVChatData  data 
)

在文件 AVChatCommonEvent.java20 行定义.

成员函数说明

◆ getAccount()

String com.netease.nimlib.sdk.avchat.model.AVChatCommonEvent.getAccount ( )

获取对方帐号, 多人通话时无效

实现了 com.netease.nimlib.sdk.avchat.model.AVChatData.

在文件 AVChatCommonEvent.java35 行定义.

◆ getChatId()

long com.netease.nimlib.sdk.avchat.model.AVChatCommonEvent.getChatId ( )

获取通话ID

实现了 com.netease.nimlib.sdk.avchat.model.AVChatData.

在文件 AVChatCommonEvent.java30 行定义.

◆ getChatType()

AVChatType com.netease.nimlib.sdk.avchat.model.AVChatCommonEvent.getChatType ( )

获取通话的类型

实现了 com.netease.nimlib.sdk.avchat.model.AVChatData.

在文件 AVChatCommonEvent.java40 行定义.

◆ getEvent()

AVChatEventType com.netease.nimlib.sdk.avchat.model.AVChatCommonEvent.getEvent ( )

在文件 AVChatCommonEvent.java25 行定义.

◆ getExtra()

String com.netease.nimlib.sdk.avchat.model.AVChatCommonEvent.getExtra ( )

获取自定义

实现了 com.netease.nimlib.sdk.avchat.model.AVChatData.

在文件 AVChatCommonEvent.java50 行定义.

◆ getPushSound()

String com.netease.nimlib.sdk.avchat.model.AVChatCommonEvent.getPushSound ( )

获取推送铃声

实现了 com.netease.nimlib.sdk.avchat.model.AVChatData.

在文件 AVChatCommonEvent.java55 行定义.

◆ getTimeTag()

long com.netease.nimlib.sdk.avchat.model.AVChatCommonEvent.getTimeTag ( )

获取当前事件发生的时间戳

实现了 com.netease.nimlib.sdk.avchat.model.AVChatData.

在文件 AVChatCommonEvent.java45 行定义.

类成员变量说明

◆ data

AVChatData com.netease.nimlib.sdk.avchat.model.AVChatCommonEvent.data
protected

在文件 AVChatCommonEvent.java18 行定义.

◆ event

AVChatEventType com.netease.nimlib.sdk.avchat.model.AVChatCommonEvent.event
protected

在文件 AVChatCommonEvent.java16 行定义.


该类的文档由以下文件生成: