ChildEvent
sealed class ChildEvent
ChildEvent.Added |
Emitted when a new child is added to the location. |
ChildEvent.Changed |
Emitted when the data at a child location has changed. |
ChildEvent.Moved |
Emitted when a child location's priority changes. |
ChildEvent.Removed |
Emitted when a child is removed from the location. |
Used to emit events about changes in the child locations of a given Query when using the childEvents Flow.
Summary
Nested types |
|---|
data class ChildEvent.Added : ChildEventEmitted when a new child is added to the location. |
data class ChildEvent.Changed : ChildEventEmitted when the data at a child location has changed. |
data class ChildEvent.Moved : ChildEventEmitted when a child location's priority changes. |
data class ChildEvent.Removed : ChildEventEmitted when a child is removed from the location. |
Protected constructors |
|---|