onApiResult

abstract fun onApiResult(apiResultList: List<BaseMessage>?, e: SendbirdException?)

This will give message lists loaded from the api. Once the results are received, you should handle the data in view according to the MessageCollectionInitPolicy.

Since

3.1.0

Parameters

apiResultList

the list of BaseMessage loaded from the api.

e

SendbirdException in case an error occurred.

See also