deduplicate

abstract fun deduplicate(value: String?): Boolean

Should provide a way to merge remote value with local value on First sync (Deduplication).

Return

true if local value was changed, false otherwise.

Parameters

value

the remote value to be merged with the local value. If remote value not present or deleted, will be null.