clearChannelAttributes

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


flutter void ARRtmClient.clearChannelAttributes         ({
    String                      channelId,
    ChannelAttributeOptions     option,
    ResultCallback< Void >      resultCallback 
});

清空某指定频道的属性。

参数

channelId该指定频道的频道 ID。

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

resultCallback

Implementation

Future <void> ARRtmClient.clearChannelAttributes{
     String                         channelId,
}