DeviceType
Customer device class detected at checkout.
desktop- Desktop browser.mobile- Mobile phone.smartTV- Smart TV or streaming device.tablet- Tablet.
enum DeviceType {
desktop
mobile
smartTV
tablet
}
Values
DeviceType.desktop
DeviceType.mobile
DeviceType.smartTV
DeviceType.tablet
Member Of
SessionDetails object ● SessionDetailsInput input ● TraceDetails object