onTopicMessage property

OnTopicMessage? onTopicMessage
getter/setter pair

Notification of topic message.

Parameter topic The topic.

Parameter userId The user who published the message.

Parameter data The topic data.

Parameter timestamp The topic message send timestamp, in seconds.

用户主题消息通知。

Parameter topic 主题标识。

Parameter userId 发布主题消息的用户标识。

Parameter data 主题消息数据。

Parameter timestamp 主题消息发送时间戳,单位秒。

Implementation

OnTopicMessage? onTopicMessage;