-
public final class UserAgentBrandVersionUsed to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints
-
-
Constructor Summary
Constructors Constructor Description UserAgentBrandVersion(String brand, String version)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final UserAgentBrandVersioncopy(String brand, String version)final StringgetBrand()final StringgetVersion()-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
copy
final UserAgentBrandVersion copy(String brand, String version)
-
getVersion
final String getVersion()
-
-
-
-