next
Gets the list of group channel members. 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 group channel members list. If there is no more pages to be read, an empty List
(not null
) is returned to handler
.
Since
3.0.49
Parameters
handler
A callback handler to get the queried result.