result(value:opensIntent:)
Indicates the AppIntent finished performing
Declaration
static func result<Value>(value: Value, opensIntent: some AppIntent) -> Self where Self == IntentResultContainer<Value, Never, Never, Never>, Value : _IntentValueParameters
- value:
The value produced by the
AppIntent - opensIntent:
An
AppIntentto shows the result of current intent