pl.wendigo.chrome.domain.target / SetDiscoverTargetsRequest

SetDiscoverTargetsRequest

data class SetDiscoverTargetsRequest (source)

Represents request frame that can be used with Target.setDiscoverTargets method call.

Controls whether to discover available targets and notify via targetCreated/targetInfoChanged/targetDestroyed events.

Constructors

<init>

SetDiscoverTargetsRequest(discover: Boolean)

Represents request frame that can be used with Target.setDiscoverTargets method call.

Properties

discover

val discover: Boolean

Whether to discover available targets.