ChildEvent.Added

data class ChildEvent.Added : ChildEvent


Emitted when a new child is added to the ___location.

Summary

Public constructors

Added(snapshot: DataSnapshot, previousChildName: String?)

Public properties

String?

The key name of sibling ___location ordered before the new child.

DataSnapshot

An immutable snapshot of the data at the new child ___location

Public constructors

Added

Added(snapshot: DataSnapshot, previousChildName: String?)
Parameters
snapshot: DataSnapshot

An immutable snapshot of the data at the new child ___location

previousChildName: String?

The key name of sibling ___location ordered before the new child. This

    will be null for the first child node of a ___location.

Public properties

previousChildName

val previousChildNameString?

The key name of sibling ___location ordered before the new child. This

    will be null for the first child node of a ___location.

snapshot

val snapshotDataSnapshot

An immutable snapshot of the data at the new child ___location