onApiResult

abstract fun onApiResult(apiResultList: SendbirdResult<List<BaseMessage>>)

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

4.15.0

Parameters

apiResultList

the SendbirdResult for list of BaseMessage loaded from the api.

See also

MessageCollectionInitPolicy