AdRelatedStateUpdatedParameter

@Serializable
data class AdRelatedStateUpdatedParameter(val nodeId: Int, val adProvenance: Network.AdProvenance? = null)

Fired when a node's ad related state changes.

Constructors

Link copied to clipboard
constructor(nodeId: Int, adProvenance: Network.AdProvenance? = null)

Properties

Link copied to clipboard

The provenance of the ad related node, if it is ad related.

Link copied to clipboard
val nodeId: Int

The id of the node.