BacklinksDelegate

Delegate for backlinks collections. Backlinks are used to establish reverse relationships between Realm models.

See RealmObject.backlinks on how to define inverse relationships in your model.

Functions

Link copied to clipboard
abstract operator fun getValue(reference: RealmObject, targetProperty: KProperty<*>): RealmResults<T>