Realm Kotlin SDK
/
io.realm.kotlin.notifications
/
PendingObject
Pending
Object
interface
PendingObject
<
O
:
BaseRealmObject
> :
SingleQueryChange
<
O
>
Content copied to clipboard
Describes the initial state where a query result does not contain any elements.
Properties
Properties
obj
Link copied to clipboard
abstract val
obj
:
O
?
Content copied to clipboard
Returns the newest state of object being observed.