Interface UserAgent


public interface UserAgent
Interface to provide both the compile time and runtime user.agent value.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of user agent for this permutation
    Returns the calculated value of user agent on the runtime
  • Method Details

    • getCompileTimeValue

      String getCompileTimeValue()
      Returns the value of user agent for this permutation
    • getRuntimeValue

      String getRuntimeValue()
      Returns the calculated value of user agent on the runtime