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
AppShortcutParameterPresentationTitleStringrepresenting the specific title of theAppShortcutParameterPresentation. Example:"Call \(\.$person)". - generic:
A
StaticStringrepresenting the generic title of theAppShortcutParameterPresentation. Example:"Call Person...". - table:
An optional
StaticStringrepresenting the table to use when localizing the title.