AdRelatedStateUpdated

@Serializable
data class AdRelatedStateUpdated(val nodeId: NodeId, val isAdRelated: Boolean) : DOMEvent

Fired when a node's ad related state changes.

Official doc

Constructors

Link copied to clipboard
constructor(nodeId: NodeId, isAdRelated: Boolean)

Properties

Link copied to clipboard

If the node is ad related.

Link copied to clipboard

The id of the node.