Package-level declarations

Types

Link copied to clipboard

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

The order of the cached data (DB) deletion.

Link copied to clipboard

Config class for local cache.

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

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