InitialMap

interface InitialMap<K, V> : MapChange<K, V>

Initial event to be observed on a RealmMap flow. It contains a reference to the starting map state. Note, this state might be different than the map the flow was registered on, if another thread or device updated the object in the meantime.

Properties

Link copied to clipboard
abstract val map: RealmMap<K, V>