Connected Device

constructor()

Constructor to init the ConnectedDevice class


constructor(id: String, brand: String, model: String, browser: String, type: ConnectedDeviceType)

Constructor to init the ConnectedDevice class

Parameters

id

The identifier of the device

brand

The brand of the device

model

The model of the device

browser

The browser of the device

type

The type of the device


constructor(jDevice: JSONObject)

Constructor to init the ConnectedDevice class

Parameters

jDevice

The JSON details of the device