createMessage

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


flutter ARRtmMessage ARRtmClient.createMessage{
    String  text
}

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

Note ARRtmMessage 实例可用于频道和点对点消息。

  • 参数

    text文本消息内容。长度不得超过 32 KB。

  • 返回

    一个文本 ARRtmMessage 消息实例。

Implementation

 String     text