Trigger

enum Trigger : Enum<ChildEvent.Trigger>

Represents the kind of child event that triggers a notification.

Entries

ADDED
Link copied to clipboard
A new child has been added to the watched data node.
REMOVED
Link copied to clipboard
A child has been removed from the watched data node.
CHANGED
Link copied to clipboard
The value of a child of the watched data node has changed.
ACKNOWLEDGED
Link copied to clipboard
The value of a child of the watched data node has been acknowledged.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int