Package com.sendbird.android.caching

Types

Link copied to clipboard
data class CachedBaseChannelInfo

Class containing the cached information of the channel. This is to be used when determining in which order the cached messages would be cleared when the DB size exceeds LocalCacheConfig.maxSize with LocalCacheConfig.clearOrder set to CachedDataClearOrder.CUSTOM.

Link copied to clipboard
enum CachedDataClearOrder : Enum<CachedDataClearOrder>

The order of the cached data (DB) deletion.

Link copied to clipboard
class LocalCacheConfig

Config class for local cache.

Link copied to clipboard
data class SqlcipherConfig(password: String, licenseCode: String?)

Config class for using sqlcipher. For these cases, SendbirdChat.init fails and InitResultHandler.onInitFailed will be called.