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

ValueChanged

sealed class ValueChanged : Type

Represents the type of events raised when the value of a data node changes.

Types

WithData

object WithData : ValueChanged

Events of the ValueChanged type that additionally emit the data of the node when raised.

WithoutData

object WithoutData : ValueChanged

Events of the ValueChanged type that don't emit the data of the node when raised.

Inheritors

WithData

object WithData : ValueChanged

Events of the ValueChanged type that additionally emit the data of the node when raised.

WithoutData

object WithoutData : ValueChanged

Events of the ValueChanged type that don't emit the data of the node when raised.