result(opensIntent:content:)
Indicates the AppIntent finished performing
Declaration
static func result<Content>(opensIntent: some AppIntent, @ViewBuilder content: () -> Content) -> Self where Self == IntentResultContainer<Never, Never, _SnippetViewContainer, Never>, Content : ViewParameters
- opensIntent:
An
AppIntentto shows the result of current intent - content:
A custom View to display the result