Connected Device

@Entity
open class ConnectedDevice : EquinoxItem

The ConnectedDevice class is useful to represent the details about a device connected to a session

Author

N7ghtm4r3 - Tecknobit

See also

EquinoxItem

Constructors

Link copied to clipboard
constructor()
Constructor to init the ConnectedDevice class
constructor(id: String, brand: String, model: String, browser: String, type: ConnectedDeviceType)
Constructor to init the ConnectedDevice class
constructor(jDevice: JSONObject)
Constructor to init the ConnectedDevice class

Properties

Link copied to clipboard
brand the brand of the device
Link copied to clipboard
browser the browser of the device
Link copied to clipboard
Link copied to clipboard
protected val hItem: JsonHelper
Link copied to clipboard
protected val id: String
Link copied to clipboard
open var lastLogin: Long
lastLogin the last login of a specific session
Link copied to clipboard
model the model of the device
Link copied to clipboard
private open var sessions: List<DeviceUserSession>
sessions the sessions where the device is connected
Link copied to clipboard
protected val timeFormatter: TimeFormatter
Link copied to clipboard
type the type of the device

Functions

Link copied to clipboard
open fun getId(): String
Link copied to clipboard
open fun toString(): String