next
Gets the list of GroupChannels. The queried result is passed to handler
as list. If this method is repeatedly called after each next is finished, it retrieves the following pages of the GroupChannel list. If there is no more pages to be read, an empty list (not null
). is returned to handler
.
Parameters
handler
A callback handler to get the queried result.