Webcom Android SDK Public API Reference / com.orange.webcom.sdkv2.datasync / ChildEvent

ChildEvent

data class ChildEvent : Event

Notification of a subscribed Child event type to a Callback function.

Types

Trigger

enum class Trigger

Represents the kind of child event that triggers a notification.

Properties

node

val node: DatasyncNode

The child node of the watched data node, which the notification relates to.

subscription

val subscription: Subscription

The Subscription instance that sends this notification Event.

trigger

val trigger: ChildEvent.Trigger

Kind of child event that triggered the notification.

value

val value: DatasyncValuable

The value of the child node of the watched data node, which the notification relates to.