gpt4 book ai didi

swift - 列出 SendBird 应用程序中可用的所有 channel

转载 作者:行者123 更新时间:2023-11-28 15:26:08 25 4
gpt4 key购买 nike

有没有办法使用 SendBird API 列出特定应用程序中所有可用的开放 channel /组。我能够找到创建 channel 和删除 channel 的功能,但没有列出特定应用中的所有可用 channel ?

最佳答案

这可能是 v3 仅回答...

例如,要列出所有可用的开放 channel ,请使用如下内容:

OpenChannelListQuery clq = OpenChannel.createOpenChannelListQuery();          
clq.next(new OpenChannelListQuery.OpenChannelListQueryResultHandler() {
@Override
public void onResult(List<OpenChannel> list, SendBirdException e) {
Log.i(TAG,"query results, "+list.size()+" open channels");
}
});

请记住,在调用上述内容之前,您需要完成连接。

关于swift - 列出 SendBird 应用程序中可用的所有 channel ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45188704/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com