Realm Class Kind
Enum describing what kind of Realm object it is.
Entries
ASYMMETRIC
Link copied to clipboard
Content copied to clipboard
Asymmetric Realm objects extend the io.realm.kotlin.types.mongodb.AsymmetricRealmObject interface.
EMBEDDED
Link copied to clipboard
Content copied to clipboard
Embedded Realm objects extend the io.realm.kotlin.types.EmbeddedRealmObject interface.
STANDARD
Link copied to clipboard
Content copied to clipboard
Standard Realm objects are the default kind of object in Realm, and they extend the io.realm.kotlin.types.RealmObject interface.