Device
Info
open class DeviceInfo(val uniqueIdentifier: String, val brand: String, val model: String, val os: String, val osVersion: String)
The DeviceInfo class represents the information about the current 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