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

minus

operator fun minus(other: Child): Child

Subtracts a Child event type from another Child event type.

The watched elementary events are the difference between the elementary events of the main event type and the ones of the subtracted event type. For example, (Child.Addition + Child.Removal) - Child.Addition results in a type of events that are raised only when a child is removed from a data node.