Package com.google.gwt.useragent.client
Interface UserAgent
-
public interface UserAgent
Interface to provide both the compile time and runtimeuser.agent
value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCompileTimeValue()
Returns the value of user agent for this permutationjava.lang.String
getRuntimeValue()
Returns the calculated value of user agent on the runtime
-