|
NIMSDK-AOS
10.9.80
|
话单消息附件对象 更多...
Public 成员函数 | |
| int | getType () |
| 话单类型, 业务自定义 更多... | |
| String | getChannelId () |
| 话单频道ID 更多... | |
| int | getStatus () |
| 通话状态 更多... | |
| List< V2NIMMessageCallDuration > | getDurations () |
| 通话成员时长列表 更多... | |
话单消息附件对象
在文件 V2NIMMessageCallAttachment.java 第 9 行定义.
| String com.netease.nimlib.sdk.v2.message.attachment.V2NIMMessageCallAttachment.getChannelId | ( | ) |
话单频道ID
| List<V2NIMMessageCallDuration> com.netease.nimlib.sdk.v2.message.attachment.V2NIMMessageCallAttachment.getDurations | ( | ) |
通话成员时长列表
| int com.netease.nimlib.sdk.v2.message.attachment.V2NIMMessageCallAttachment.getStatus | ( | ) |
通话状态
| int com.netease.nimlib.sdk.v2.message.attachment.V2NIMMessageCallAttachment.getType | ( | ) |
话单类型, 业务自定义
1.8.11