DeviceSettings
public struct DeviceSettings
extension DeviceSettings: Sendable
extension DeviceSettings: Equatable, Hashable
-
Declaration
Swift
public var fxaDeviceId: String -
Declaration
Swift
public var name: String -
Declaration
Swift
public var kind: DeviceType -
Declaration
Swift
public init(fxaDeviceId: String, name: String, kind: DeviceType) -
Declaration
Swift
public static func == (lhs: DeviceSettings, rhs: DeviceSettings) -> Bool -
Declaration
Swift
public func hash(into hasher: inout Hasher)