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

UserAgentMetadata

data class UserAgentMetadata

Used to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints

Constructors

<init>

Used to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints

UserAgentMetadata(brands: List<UserAgentBrandVersion>, fullVersion: String, platform: String, platformVersion: String, architecture: String, model: String, mobile: Boolean)

Properties

architecture

val architecture: String

brands

val brands: List<UserAgentBrandVersion>

fullVersion

val fullVersion: String

mobile

val mobile: Boolean

model

val model: String

platform

val platform: String

platformVersion

val platformVersion: String