Link Search Menu Expand Document

FocusSoundIdentifier

An identifier for a focus-related sound.

public struct FocusSoundIdentifier: Equatable, Hashable, RawRepresentable 

Inheritance

Equatable, Hashable, RawRepresentable

Nested Type Aliases

RawValue

public typealias RawValue = String

Initializers

init(rawValue:)

public init(rawValue: RawValue) 

init(_:)

public init(_ rawValue: String) 

Properties

rawValue

public let rawValue: RawValue

`default`

The identifier for the default system sound to play during focus updates.

public static var `default`: FocusSoundIdentifier 

none

The identifier for disabling sound during a focus update.

public static var none: FocusSoundIdentifier