Class UserAgentBrandVersion


  • @Beta
    public class UserAgentBrandVersion
    extends java.lang.Object
    Used to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints
    • Constructor Summary

      Constructors 
      Constructor Description
      UserAgentBrandVersion​(java.lang.String brand, java.lang.String version)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBrand()  
      java.lang.String getVersion()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UserAgentBrandVersion

        public UserAgentBrandVersion​(java.lang.String brand,
                                     java.lang.String version)
    • Method Detail

      • getBrand

        public java.lang.String getBrand()
      • getVersion

        public java.lang.String getVersion()