Contents

init(displayName:identifier:language:)

Creates a new media selection option.

Declaration

convenience init(displayName: String, identifier: String, language: Locale.Language? = nil)

Parameters

  • displayName:

    Human-readable name displayed in user interfaces.

  • identifier:

    Unique system identifier for programmatic selection.

  • language:

    The language of the media selection option, or nil for language-neutral content.

See Also

Creating an option source