ASYMMETRIC
Content copied to clipboard
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.