chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.emulation / CanEmulateResponse

CanEmulateResponse

data class CanEmulateResponse

Response type for the EmulationDomain.canEmulate command.

Constructors

<init>

Response type for the EmulationDomain.canEmulate command.

CanEmulateResponse(result: Boolean)

Properties

result

True if emulation is supported.

val result: Boolean