public class CapabilitiesDelegate extends BaseSystemDelegate implements me.adaptive.arp.api.ICapabilities
| Constructor and Description |
|---|
CapabilitiesDelegate()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
me.adaptive.arp.api.ICapabilitiesOrientation |
getOrientationDefault()
Obtains the default orientation of the device/display.
|
me.adaptive.arp.api.ICapabilitiesOrientation[] |
getOrientationsSupported()
Provides the device/display orientations supported by the platform.
|
boolean |
hasButtonSupport(me.adaptive.arp.api.ICapabilitiesButton type)
Determines whether a specific hardware button is supported for interaction.
|
boolean |
hasCommunicationSupport(me.adaptive.arp.api.ICapabilitiesCommunication type)
Determines whether a specific Communication capability is supported by
the device.
|
boolean |
hasDataSupport(me.adaptive.arp.api.ICapabilitiesData type)
Determines whether a specific Data capability is supported by the device.
|
boolean |
hasMediaSupport(me.adaptive.arp.api.ICapabilitiesMedia type)
Determines whether a specific Media capability is supported by the
device.
|
boolean |
hasNetSupport(me.adaptive.arp.api.ICapabilitiesNet type)
Determines whether a specific Net capability is supported by the device.
|
boolean |
hasNotificationSupport(me.adaptive.arp.api.ICapabilitiesNotification type)
Determines whether a specific Notification capability is supported by the
device.
|
boolean |
hasOrientationSupport(me.adaptive.arp.api.ICapabilitiesOrientation orientation)
Determines whether the device/display supports a given orientation.
|
boolean |
hasSensorSupport(me.adaptive.arp.api.ICapabilitiesSensor type)
Determines whether a specific Sensor capability is supported by the
device.
|
getAPIGroup, getAPIVersionpublic me.adaptive.arp.api.ICapabilitiesOrientation getOrientationDefault()
getOrientationDefault in interface me.adaptive.arp.api.ICapabilitiespublic me.adaptive.arp.api.ICapabilitiesOrientation[] getOrientationsSupported()
getOrientationsSupported in interface me.adaptive.arp.api.ICapabilitiespublic boolean hasButtonSupport(me.adaptive.arp.api.ICapabilitiesButton type)
hasButtonSupport in interface me.adaptive.arp.api.ICapabilitiestype - Type of feature to check.public boolean hasCommunicationSupport(me.adaptive.arp.api.ICapabilitiesCommunication type)
hasCommunicationSupport in interface me.adaptive.arp.api.ICapabilitiestype - Type of feature to check.public boolean hasDataSupport(me.adaptive.arp.api.ICapabilitiesData type)
hasDataSupport in interface me.adaptive.arp.api.ICapabilitiestype - Type of feature to check.public boolean hasMediaSupport(me.adaptive.arp.api.ICapabilitiesMedia type)
hasMediaSupport in interface me.adaptive.arp.api.ICapabilitiestype - Type of feature to check.public boolean hasNetSupport(me.adaptive.arp.api.ICapabilitiesNet type)
hasNetSupport in interface me.adaptive.arp.api.ICapabilitiestype - Type of feature to check.public boolean hasNotificationSupport(me.adaptive.arp.api.ICapabilitiesNotification type)
hasNotificationSupport in interface me.adaptive.arp.api.ICapabilitiestype - Type of feature to check.public boolean hasOrientationSupport(me.adaptive.arp.api.ICapabilitiesOrientation orientation)
hasOrientationSupport in interface me.adaptive.arp.api.ICapabilitiesorientation - Orientation type.public boolean hasSensorSupport(me.adaptive.arp.api.ICapabilitiesSensor type)
hasSensorSupport in interface me.adaptive.arp.api.ICapabilitiestype - Type of feature to check.