data class UserAgentMetadata
Used to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints
<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) |
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 |