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