Package com.day.cq.wcm.mobile.api.device
Interface Device
-
public interface Device
Provides information about a specific mobile device, in the context of a specific HTTP request.- Since:
- CQ 5.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
getAttributes()
Detailed device attributesDeviceGroup
getDeviceGroup()
DeviceGroup to which this Device belongsjava.lang.String
getUserAgent()
User-Agent that was provided in the request
-
-
-
Method Detail
-
getDeviceGroup
DeviceGroup getDeviceGroup()
DeviceGroup to which this Device belongs
-
getAttributes
java.util.Map<java.lang.String,java.lang.String> getAttributes()
Detailed device attributes
-
getUserAgent
java.lang.String getUserAgent()
User-Agent that was provided in the request
-
-