ChildEvent
public 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 |
|---|
public final data class ChildEvent.Added extends ChildEventEmitted when a new child is added to the location. |
public final data class ChildEvent.Changed extends ChildEventEmitted when the data at a child location has changed. |
public final data class ChildEvent.Moved extends ChildEventEmitted when a child location's priority changes. |
public final data class ChildEvent.Removed extends ChildEventEmitted when a child is removed from the location. |
Protected constructors |
|---|