result(value:actionButtonIntent:activityIdentifier:)
Indicates the Intent finished performing with an AppIntent to continue with
Declaration
static func result<Value, Intent>(value: Value, actionButtonIntent: Intent, activityIdentifier: String) -> Self where Self == IntentResultContainer<Value, Never, Never, Never>, Value : _IntentValue, Intent : AppIntentParameters
- value:
The value produced by the
AppIntent