ClientRemoteTabs

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

misnamed: this is the fxa_device_id of the client (which may or may not be the same as the corresponding ID in the clients collection)

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
Link copied to clipboard
Link copied to clipboard