RealmClassKind

enum RealmClassKind : Enum<RealmClassKind>

Enum describing what kind of Realm object it is.

Entries

ASYMMETRIC
Link copied to clipboard

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

EMBEDDED
Link copied to clipboard

Embedded Realm objects extend the io.realm.kotlin.types.EmbeddedRealmObject interface.

STANDARD
Link copied to clipboard

Standard Realm objects are the default kind of object in Realm, and they extend the io.realm.kotlin.types.RealmObject interface.

Properties

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