setChannelAttributes

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


flutter void ARRtmClient.setChannelAttributes           ({
    String                          channelId,
    List< RtmChannelAttribute >     attributes,
    ChannelAttributeOptions         option,
    ResultCallback< Void >          resultCallback 
});

全量设置某指定频道的属性。

参数

channelId该指定频道的频道 ID。

attributes频道属性列表。详见 RtmChannelAttribute

option频道属性操作选项。详见 ChannelAttributeOptions

resultCallback

Implementation

Future <void> ARRtmClient.setChannelAttributes