Contents

result(opensIntent:dialog:content:)

Indicates the AppIntent finished performing

Declaration

static func result<Content>(opensIntent: some AppIntent, dialog: IntentDialog, @ViewBuilder content: () -> Content) -> Self where Self == IntentResultContainer<Never, Never, _SnippetViewContainer, IntentDialog>, Content : View

Parameters

  • opensIntent:

    An AppIntent to shows the result of current intent

  • dialog:

    A custom success dialog

  • content:

    A custom View to display the result