Local Cache Config
Properties
DB clear order when the DB size exceeds the maxSize. If this is set to CachedDataClearOrder.CUSTOM and customClearOrderComparator is not set, the order will be reset to the default order (CachedDataClearOrder.MESSAGE_COLLECTION_ACCESSED_AT).
Comparator to be used for sorting cached channels when deleting channel messages from DB. This will be used only when the clearOrder is set to CachedDataClearOrder.CUSTOM and the current db size exceeds the maxSize.
Flag whether to enable message auto resend feature for messages sent in offline state.
Max DB size to keep in MB. If db size becomes greater than this value, SDK will clear DB to manage appropriate DB size on SendbirdChat.init. Minimum size is 64MB and if set less than 64, SDK will use the minimum size. Defaults to 256MB.
Config class for using sqlcipher. To use encryption, you should provide a SqlcipherConfig instance.