Chat Android v4
Chat Android
Chat
Android
Version 4
Home
/
Chat
/
Android
/
Channel
You can search for specific open channels by adding keywords to an OpenChannelListQuery
instance. There are two types of keywords, which are name and URL.
The code sample below shows the query instance which returns a list of open channels that partially match the specified nameKeyword
in their channel names.
The following shows the query instance which returns a list of open channels that partially match the specified urlKeyword
in their channel URLs.
You can also search for open channels with a specific custom type by setting customType
as in the following code.