Uses of Class
com.mypurecloud.sdk.v2.model.WebEventDevice
Packages that use WebEventDevice
-
Uses of WebEventDevice in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WebEventDeviceModifier and TypeMethodDescriptionWebEventDevice.category(WebEventDevice.CategoryEnum category) Device category.WebEventRequest.getDevice()WebEventResponse.getDevice()Flag that is true for mobile devices.WebEventDevice.manufacturer(String manufacturer) Manufacturer of the device.Operating system family.Operating system version.WebEventDevice.screenDensity(Integer screenDensity) Device's screen density, measured as a scale factor where a value of 1 represents a baseline 1:1 ratio of pixels to logical (device-independent) pixels.WebEventDevice.screenHeight(Integer screenHeight) Device's screen height.WebEventDevice.screenWidth(Integer screenWidth) Device's screen width.Device type (e.g. iPad, iPhone, Other).Methods in com.mypurecloud.sdk.v2.model with parameters of type WebEventDeviceModifier and TypeMethodDescriptionWebEventRequest.device(WebEventDevice device) Customer's device.WebEventResponse.device(WebEventDevice device) Customer's device.voidWebEventRequest.setDevice(WebEventDevice device) voidWebEventResponse.setDevice(WebEventDevice device)