loadInitial

open fun loadInitial(startingPoint: Long): Boolean

Requests the list of BaseMessages for the first time. 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 getMessageList.

Parameters

startingPoint

Timestamp that is the starting point when the message list is fetched since 3.5.0


open fun loadInitial(startingPoint: Long, @Nullable customTypes: List<String>): Boolean