App Intents
앱 기능을 Siri·Shortcuts·Spotlight에 노출하는 선언적 API.
struct OpenNote: AppIntent {
@Parameter var id: String
func perform() async -> some IntentResult {...}
}iOS 16+ Siri·Spotlight·단축어 통합 프레임워크.
앱 기능을 Siri·Shortcuts·Spotlight에 노출하는 선언적 API.
struct OpenNote: AppIntent {
@Parameter var id: String
func perform() async -> some IntentResult {...}
}