Contents

init(specific:generic:table:)

Initializes an AppShortcutParameterPresentationTitle with the specified parameters.

Declaration

init(specific: AppShortcutParameterPresentationTitleString<Intent, Value, Parameter, ParameterKeyPath>, generic: StaticString, table: StaticString? = nil)

Parameters

  • specific:

    An AppShortcutParameterPresentationTitleString representing the specific title of the AppShortcutParameterPresentation. Example: "Call \(\.$person)".

  • generic:

    A StaticString representing the generic title of the AppShortcutParameterPresentation. Example: "Call Person...".

  • table:

    An optional StaticString representing the table to use when localizing the title.