ClientRemoteTabs
public struct ClientRemoteTabs
extension ClientRemoteTabs: Equatable, Hashable
-
Declaration
Swift
public var clientId: String
-
Declaration
Swift
public var clientName: String
-
Declaration
Swift
public var deviceType: DeviceType
-
Number of ms since the unix epoch (as reported by the server’s clock)
Declaration
Swift
public var lastModified: Int64
-
Declaration
Swift
public var remoteTabs: [RemoteTabRecord]
-
Declaration
Swift
public init(clientId: String, clientName: String, deviceType: DeviceType, /** * Number of ms since the unix epoch (as reported by the server's clock) */lastModified: Int64, remoteTabs: [RemoteTabRecord])
-
Declaration
Swift
public static func == (lhs: ClientRemoteTabs, rhs: ClientRemoteTabs) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)