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
Modifier and TypeMethodDescriptionDetailed device attributesDeviceGroup to which this Device belongsUser-Agent that was provided in the request
-
Method Details
-
getDeviceGroup
DeviceGroup getDeviceGroup()DeviceGroup to which this Device belongs -
getAttributes
Detailed device attributes -
getUserAgent
String getUserAgent()User-Agent that was provided in the request
-