InitialObject

interface InitialObject<O : BaseRealmObject> : ObjectChange<O>

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

Properties

obj
Link copied to clipboard
abstract override val obj: O
Returns the newest state of object being observed.