RemoteTabRecord
public struct RemoteTabRecord
extension RemoteTabRecord: Equatable, Hashable
-
Declaration
Swift
public var title: String
-
Declaration
Swift
public var urlHistory: [String]
-
Declaration
Swift
public var icon: String?
-
Number of ms since the unix epoch (as reported by the client’s clock)
Declaration
Swift
public var lastUsed: Int64
-
Declaration
Swift
public var inactive: Bool
-
Declaration
Swift
public init(title: String, urlHistory: [String], icon: String?, /** * Number of ms since the unix epoch (as reported by the client's clock) */lastUsed: Int64, inactive: Bool = false)
-
Declaration
Swift
public static func == (lhs: RemoteTabRecord, rhs: RemoteTabRecord) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)