getChannelAttributesByKeys

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


flutter void ARRtmClient.getChannelAttributesByKeys         ({
    String                  channelId,
    List< String >          attributeKeys,                      
    ResultCallback< List< RtmChannelAttribute >> resultCallback 
});

查询某指定频道指定属性名的属性。

参数

channelId该指定频道的频道 ID。

attributeKeys频道属性名列表。

resultCallback

Implementation

Future ARRtmClient.getChannelAttributesByKeys