ASYMMETRIC

Asymmetric Realm objects extend the io.realm.kotlin.types.mongodb.AsymmetricRealmObject interface.

These kind of classes can only be used in a synced realm and are "write-only", i.e. once you written an asymmetric object to a Realm, it is no longer possible access or query them.

See io.realm.kotlin.types.mongodb.AsymmetricRealmObject for more details.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int