Uses of Class
com.mypurecloud.sdk.v2.model.RequestDevice
Packages that use RequestDevice
-
Uses of RequestDevice in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RequestDeviceModifier and TypeMethodDescriptionRequestDevice.category(RequestDevice.CategoryEnum category) Device category.RequestDevice.fingerprint(String fingerprint) Fingerprint generated by looking at the individual device features.AppEventRequest.getDevice()Flag that is true for mobile devices.RequestDevice.manufacturer(String manufacturer) Manufacturer of the device.Operating system family.Operating system version.RequestDevice.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.RequestDevice.screenHeight(Integer screenHeight) Device's screen height.RequestDevice.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 RequestDeviceModifier and TypeMethodDescriptionAppEventRequest.device(RequestDevice device) Customer's device.voidAppEventRequest.setDevice(RequestDevice device)