Skip to:
To support Kotlin, the function formerly named `flags()` is now called `getFlags()`
Also the values of the enum DocumentFlags have been changed from
DocumentFlagsDeleted and DocumentFlagsAccessRemoved
to:
DELETED and ACCESS_REMOVED
adding "deprecated" label, even though it doesn't exactly apply
Committed in couchbase-lite-java-ee-root @ da4fce719b2134ffc837
To support Kotlin, the function formerly named `flags()` is now called `getFlags()`
Also the values of the enum DocumentFlags have been changed from
DocumentFlagsDeleted and DocumentFlagsAccessRemoved
to:
DELETED and ACCESS_REMOVED