Contents

result(value:)

Indicates the AppIntent finished performing

Declaration

static func result<Value>(value: Value) -> Self where Self == IntentResultContainer<Value, Never, Never, Never>, Value : _IntentValue

Parameters

  • value:

    The value produced by the AppIntent