ClientRemoteTabs

data class ClientRemoteTabs(var clientId: String, var clientName: String, var deviceType: DeviceType, var lastModified: Long, var remoteTabs: List<RemoteTabRecord>)

Constructors

Link copied to clipboard
constructor(clientId: String, clientName: String, deviceType: DeviceType, lastModified: Long, remoteTabs: List<RemoteTabRecord>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Number of ms since the unix epoch (as reported by the server's clock)

Link copied to clipboard