PendingObject

interface PendingObject<O : BaseRealmObject> : SingleQueryChange<O>

Describes the initial state where a query result does not contain any elements.

Properties

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