You need to enable JavaScript to run this app.
导航
CommentDataManager
最近更新时间:2024.05.17 17:41:20首次发布时间:2024.05.17 17:41:20

直播间内消息列表的管理类。

成员函数

sendTextMessage

在直播间内发送文字评论。

public void sendTextMessage(String text, ServiceApi.ResultCallback<SendCommentResponse> callback)

参数

名称

类型

说明

text

String

评论内容。

callback

ServiceApi.ResultCallback

评论发送回调。回调传入参数:SendCommentResponse