customClearOrderComparator

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.

The SDK will delete sorted channels using this comparator in the order until the DB size drops below the maxSize.

Since

4.6.0

See also