ChildEvent.Removed

public final data class ChildEvent.Removed extends ChildEvent


Emitted when a child is removed from the location.

Summary

Public fields

final @NonNullDataSnapshot

An immutable snapshot of the data at the child that was removed.

Public constructors

Public fields

snapshot

public final @NonNullDataSnapshot snapshot

An immutable snapshot of the data at the child that was removed.

Public constructors

Removed

public Removed(@NonNullDataSnapshot snapshot)
Parameters
@NonNullDataSnapshot snapshot

An immutable snapshot of the data at the child that was removed.