getChannelAttributes

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


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

查询某指定频道的全部属性。

参数

channelId该指定频道的频道 ID。

resultCallback

Implementation

Future <void> ARRtmClient.getChannelAttributes{
    String      channelId
}