Package lumis.portal.device
Interface IDevice
-
- All Known Implementing Classes:
Device
@StableMinor(version="14.1", sinceVersion="6.0") public interface IDevice
Represents the device informations- Since:
- 6.0.0
- Version:
- $Revision: 24683 $ $Date: 2021-08-23 18:55:58 -0300 (Mon, 23 Aug 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
-
-