DeletedObject

interface DeletedObject<O : BaseRealmObject> : ObjectChange<O>

This interface describes the event is emitted deleted on a RealmObject or EmbeddedRealmObject flow. The flow will terminate after emitting this event.

Properties

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