ChildEvent

public class ChildEvent

Known direct subclasses
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 ChildEvent

Emitted when a new child is added to the location.

public final data class ChildEvent.Changed extends ChildEvent

Emitted when the data at a child location has changed.

public final data class ChildEvent.Moved extends ChildEvent

Emitted when a child location's priority changes.

public final data class ChildEvent.Removed extends ChildEvent

Emitted when a child is removed from the location.

Protected constructors

Protected constructors

ChildEvent

protected ChildEvent()