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