getMessagesAfter

abstract fun getMessagesAfter(index: Long, count: Int, listener: CallbackListener<List<Message>>)

Fetch at most count messages including and subsequent to the specified index.

Parameters

index

start index

count

count of messages to load

listener

operation callback listener

Throws

If conversation isn't synchronized properly.