createMessage

最近更新时间:2022-09-20 05:17:40


flutter ARRtmMessage RtmClient.createMessage    ()

创建并返回一个空文本 ARRtmMessage 消息实例。

Note

  • ARRtmMessage 实例可用于频道和点对点消息。
  • 你可以在创建文本消息实例之后调用 valText 方法设置消息内容。不过请确保文本消息长度不超过 32 KB。

返回

一个空文本 ARRtmMessage 消息实例。

Implementation

Future <void> String RtmClient.createMessage