ChildEvent.Removed

data class ChildEvent.Removed : ChildEvent


Emitted when a child is removed from the location.

Summary

Public constructors

Removed(snapshot: DataSnapshot)

Public properties

DataSnapshot

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

Public constructors

Removed

Removed(snapshot: DataSnapshot)
Parameters
snapshot: DataSnapshot

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

Public properties

snapshot

val snapshotDataSnapshot

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