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

Children

class Children : DataEvent.Change

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

Types

Data

sealed class Data

Represents the actual changes that occurred on the data node children.

Constructors

<init>

Children(a: String, p: String, data: DataEvent.Change.Children.Data)

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

Properties

data

val data: DataEvent.Change.Children.Data

Description of what occurred on which child.