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

Change

sealed class Change : DataEvent

Notification that some data has changed.

Types

Children

class Children : DataEvent.Change

Notification that something has occurred with a child of the subscribed data node.

Value

class Value : DataEvent.Change

Notification that the value of the subscribed data node has changed.

Inherited Properties

application

val application: String

Name (or identifier) of the WebcomApplication concerned by the received notification.

path

val path: String

/-separated path of the DatasyncNode concerned by the received notification.

Inheritors

Children

class Children : DataEvent.Change

Notification that something has occurred with a child of the subscribed data node.

Value

class Value : DataEvent.Change

Notification that the value of the subscribed data node has changed.