public interface Capabilities
| Modifier and Type | Field and Description |
|---|---|
static String |
UNKNOWN_BROWSCAP_VALUE |
| Modifier and Type | Method and Description |
|---|---|
String |
getBrowser()
Returns the browser value (e.g.
|
String |
getBrowserMajorVersion()
Returns the major version of the browser (e.g.
|
String |
getBrowserType()
Returns the browser type (e.g.
|
String |
getDeviceType()
Returns the device type (e.g.
|
String |
getPlatform()
Returns the platform name (e.g.
|
String |
getPlatformVersion()
Returns the platform version (e.g.
|
String |
getValue(BrowsCapField field)
Returns the value for the specified field.
|
Map<BrowsCapField,String> |
getValues()
Returns the Map of values with the fields passed to the parser while loading
|
static final String UNKNOWN_BROWSCAP_VALUE
String getBrowser()
String getBrowserType()
String getBrowserMajorVersion()
String getPlatform()
String getPlatformVersion()
String getDeviceType()
String getValue(BrowsCapField field)
field - The field for which the value should be returned.Map<BrowsCapField,String> getValues()
Copyright © 2023. All rights reserved.