ChildEvent.Removed

public final data class ChildEvent.Removed extends ChildEvent


Emitted when a child is removed from the location.

Deprecation Notice: The Kotlin extensions (KTX) APIs have been added to their respective main modules, and the Kotlin extension (KTX) APIs in com.google.firebase.firebase-database-ktx are now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the FAQ about this initiative.

Summary

Public fields

final @NonNull DataSnapshot

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

Public constructors

Public fields

snapshot

public final @NonNull DataSnapshot snapshot

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

Public constructors

Removed

public Removed(@NonNull DataSnapshot snapshot)
Parameters
@NonNull DataSnapshot snapshot

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