loadNext

open fun loadNext(): List<T>

Requests the list of Users. If there is no more pages to be read, an empty List (not null) returns. If the request is succeed, you can observe updated data through getUserList.

Return

Returns the queried list of Users if no error occurs

Throws

Throws exception if getting the user list are failed since 3.1.0