API Differences in _AppIntents_SwiftUI in macOS 26.0

It's more difficult than it used to be to find what changed in Apple SDKs. This page is automatically generated and shows what is new in _AppIntents_SwiftUI in the macOS 26.0 SDK.

Table of Contents

Functions & Methods

AppIntents.AppIntent
public func requestChoice<Content>(between options: [AppIntents.IntentChoiceOption], dialog: AppIntents.IntentDialog? = nil, @SwiftUICore.ViewBuilder content: () -> Content) async throws -> AppIntents.IntentChoiceOption where Content : SwiftUICore.View
AppIntents.AppIntent
public func requestChoice<Content>(between options: [AppIntents.IntentChoiceOption], dialog: AppIntents.IntentDialog? = nil, view: Content) async throws -> AppIntents.IntentChoiceOption where Content : SwiftUICore.View