Web
Device
Info
class WebDeviceInfo(val uniqueIdentifier: String, val brand: String, val model: String, val os: String, val osVersion: String, val browser: String, val browserVersion: String) : DeviceInfo
The WebDeviceInfo class represents the information about the current browser (and related device) where the application is running
Author
N7ghtm4r3 - Tecknobit
Parameters
unique Identifier
The unique identifier of the user
brand
The brand of the device
model
The model of the device
os
The operating system of the device
os Version
The operating system version of the device
browser
The browser where the web-app is running
browser Version
The version of the browser