Package lumis.portal.device
Interface IDevice
-
- All Known Implementing Classes:
Device
@StableMinor(version="14.0", sinceVersion="6.0") public interface IDevice
Represents the device informations- Since:
- 6.0.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>
getCapabilities()
Returns the device's capability map.String
getCapability(String capability)
Returns string representing the device's capabilityString
getUserAgent()
Returns string representing the device's user agent
-
-
-
Method Detail
-
getUserAgent
String getUserAgent()
Returns string representing the device's user agent- Returns:
- string representing the device's user agent
- Throws:
Exception
-
getCapability
String getCapability(String capability)
Returns string representing the device's capability- Parameters:
capability
- to be looked up- Returns:
- string representing the device's capability
-
-