Type
JFW defines the device type based on the application platform (web, mobile, or desktop) used by the device.
Here are the device types in JFW:
WebApp (0): is used to indicate that the device is using a web application. This type is also used for mobile browsers. (Default)
MobileApp (1): is assigned to devices that are using a native mobile application. Note that this type is not for mobile browsers.
DesktopApp (2): is used to indicate that the device is using a desktop application.
Last updated
Was this helpful?