Package io. realm. kotlin. mongodb. annotations
Types
Experimental Asymmetric Sync Api
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION, AnnotationTarget.TYPEALIAS ] )
Content copied to clipboard
This annotation mark Realm APIs for Asymmetric Sync that are considered experimental, i.e. there are no guarantees given that these APIs cannot change without warning between minor and major versions. They will not change between patch versions.
Experimental Flexible Sync Api
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION, AnnotationTarget.TYPEALIAS ] )
Content copied to clipboard
This annotation mark Realm APIs for Flexible Sync that are considered experimental, i.e. there are no guarantees given that these APIs cannot change without warning between minor and major versions. They will not change between patch versions.