onCacheResult

abstract fun onCacheResult(cachedList: SendbirdResult<List<BaseMessage>>)

This will give message lists loaded from the db. If the db is empty, this will give an empty list.

Since

4.15.0

Parameters

cachedList

the SendbirdResult for list of BaseMessage loaded from the db.