public interface DeviceCapability
DeviceCapability
interface specifies the capability of a mobile device as used by the DeviceGroup
.Modifier and Type | Field and Description |
---|---|
static DeviceCapability |
CAPABILITY_CSS
Deprecated.
will be removed and privatized, as capabilities are now available via
DeviceMapper.getCapabilities() |
static DeviceCapability |
CAPABILITY_DEVICEROTATION
Deprecated.
will be removed and privatized, as capabilities are now available via
DeviceMapper.getCapabilities() |
static DeviceCapability |
CAPABILITY_IMAGES
Deprecated.
will be removed and privatized, as capabilities are now available via
DeviceMapper.getCapabilities() |
static DeviceCapability |
CAPABILITY_JAVASCRIPT
Deprecated.
will be removed and privatized, as capabilities are now available via
DeviceMapper.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns a description of this device capability.
|
java.lang.String[] |
getKeys()
Returns an array of WURFL database value keys that this capability is based on.
|
java.lang.String |
getName()
Return the name of this device capability.
|
java.lang.String |
getTitle()
Returns a human readable title of this device capability.
|
static final DeviceCapability CAPABILITY_DEVICEROTATION
DeviceMapper.getCapabilities()
static final DeviceCapability CAPABILITY_CSS
DeviceMapper.getCapabilities()
static final DeviceCapability CAPABILITY_IMAGES
DeviceMapper.getCapabilities()
static final DeviceCapability CAPABILITY_JAVASCRIPT
DeviceMapper.getCapabilities()
java.lang.String getName()
String
representing the name of this device capability.java.lang.String getTitle()
String
representing the title of this device capability.java.lang.String getDescription()
String
representing the description.java.lang.String[] getKeys()
String
array representing the keys.Copyright © 2010 - 2020 Adobe. All Rights Reserved