public interface UserAgent
| Modifier and Type | Method and Description |
|---|---|
String |
getFamily()
Return the browser family name of the user agent
|
String |
getMajorVersion()
Return the major version number of the user agent
|
String |
getMinorVersion()
Return the minor version number of the user agent
|
String |
getVersion()
Return the version number of the user agent
|
String |
toString()
Return a string representation of UserAgent
|
String getFamily()
String getMajorVersion()
String getMinorVersion()
String getVersion()
Copyright © 2017. All rights reserved.