deleteChannelAttributesByKeys

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


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

删除某指定频道的指定属性。

参数

channelId该指定频道的频道 ID。

attributeKeys频道属性名列表。

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

resultCallback

Implementation

Future <void> ARRtmClient.deleteChannelAttributesByKeys{
    String  List.attributeKeys
}