pl.wendigo.chrome.api.target / SetDiscoverTargetsRequest

SetDiscoverTargetsRequest

data class SetDiscoverTargetsRequest (source)

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

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

Link
Target#setDiscoverTargets method documentation.

See Also

TargetOperations.setDiscoverTargets

Constructors

<init>

SetDiscoverTargetsRequest(discover: Boolean)

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

Properties

discover

val discover: Boolean

Whether to discover available targets.