Webcom Android API
/
com.orange.webcom.sdkv2.datasync
/
Child
/
Change
Change
object
Change
:
Child
Content copied to clipboard
Events of the
Child
type that are raised when the value of a child of a data node changes.
Functions
Properties
Functions
minus
Link copied to clipboard
operator fun
minus
(other:
Child
):
Child
Content copied to clipboard
Subtracts a
Child
event type from another
Child
event type.
plus
Link copied to clipboard
operator fun
plus
(other:
Child
):
Child
Content copied to clipboard
Combines two
Child
event types.
Properties
addition
Link copied to clipboard
val
addition
:
Boolean
= false
Content copied to clipboard
true
if this
Child
instance includes events that are raised when a new child is added to a data node.
change
Link copied to clipboard
val
change
:
Boolean
= false
Content copied to clipboard
true
if this
Child
instance includes events that are raised when the value of a child of a data node changes.
removal
Link copied to clipboard
val
removal
:
Boolean
= false
Content copied to clipboard
true
if this
Child
instance includes events that are raised when a child is removed from a data node.