ChildEvent.Removed
public final data class ChildEvent.Removed extends ChildEvent
| java.lang.Object | ||
| ↳ | com.google.firebase.database.ChildEvent | |
| ↳ | com.google.firebase.database.ChildEvent.Removed |
Emitted when a child is removed from the location.
Summary
Public fields |
|
|---|---|
final @NonNull DataSnapshot |
An immutable snapshot of the data at the child that was removed. |
Public constructors |
|---|
Removed(@NonNull DataSnapshot snapshot) |
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. |