InitialRealm

interface InitialRealm<R : BaseRealm> : RealmChange<R>

Initial event to be observed on a Realm flow. It contains a reference to the original Realm instance.

Properties

realm
Link copied to clipboard
abstract val realm: R
Returns the realm instance that was affected by the change event.