com.sap.portal.ds.objects
Interface IDeviceGroup
public interface IDeviceGroup
A device group is a collection of user agent strings that define client devices.
You can define one or more device groups. Each device group has a device type.
A device type is one of the following: smartphone, tablet, desktop.
IDeviceGroup is a semantic object that allows aggregation of devices.
The DeviceGroup can be used to determine runtime and management aspects of applications according to the client device.
DeviceGroup examples: iPhone (DeviceType.SMART_PHONE), Android (DeviceType.SMART_PHONE), iPad (DeviceType.TABLET). Different DeviceGroups can have the same DeviceType.
Use this class to get the device group's atomic ID getAtomicID() or its DeviceType.
getAtomicID
String getAtomicID()
- Returns the atomic ID of this DeviceGroup
- Returns:
- AtomicID - the atomic ID of this DeviceGroup
getDeviceType
DeviceType getDeviceType()
- Returns the
DeviceType of this DeviceGroup
- Returns:
- DeviceType - the DeviceType of this DeviceGroup
This class can be accessed from:
|
SC
|
DC
|
Public Part
|
ACH
|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/navigation/api
|
api
|
EP-PIN
|
Copyright 2013 SAP AG Complete Copyright Notice