CanEmulateResponse

@Serializable
data class CanEmulateResponse(val result: Boolean)(source)

Response type for the EmulationDomain.canEmulate command.

Constructors

Link copied to clipboard
constructor(result: Boolean)

Properties

Link copied to clipboard

True if emulation is supported.