DeviceSettings
public struct DeviceSettings : Equatable, Hashable
extension DeviceSettings: Sendable
-
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)