loadNext

open fun loadNext(): List<BaseMessage>

Requests the list of BaseMessages to be searched. 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 getSearchResultList.

Return

Returns the queried list of BaseMessages if no error occurs since 3.0.0