-
public interface OpenChannelListQuery.OpenChannelListQueryResultHandler
OpenChannelListQuery handler. This handler provides callback for next.
-
-
Method Summary
Modifier and Type Method Description abstract void
onResult(List<OpenChannel> queryResult, SendBirdException e)
Returns the queried list of OpenChannel
s if no error occurs.-
-
Method Detail
-
onResult
abstract void onResult(List<OpenChannel> queryResult, SendBirdException e)
Returns the queried list of
OpenChannel
s if no error occurs.- Parameters:
queryResult
- The list ofOpenChannel
s.e
- Returnsnull
if no error occurs.
-
-
-
-