pl.wendigo.chrome.api.emulation / CanEmulateResponse

CanEmulateResponse

data class CanEmulateResponse (source)

Represents response frame that is returned from Emulation#canEmulate operation call. Tells whether emulation is supported.

Link
Emulation#canEmulate method documentation.

See Also

EmulationOperations.canEmulate

Constructors

<init>

CanEmulateResponse(result: Boolean)

Represents response frame that is returned from Emulation#canEmulate operation call. Tells whether emulation is supported.

Properties

result

val result: Boolean

True if emulation is supported.