hasMoreMessages

open fun hasMoreMessages(@NonNull context: Context, @NonNull conversationId: String): Boolean

Call this method to check if there is more messages to load for the current existing thread.

Return

has more messages or not

See also

Parameters

context

The application context

conversationId

The identifier of a conversation.