AppIntentsにおける主要プロトコル
AppIntent https://developer.apple.com/documentation/appintents/appintent インテントそのものを定義するプロトコル。これがイ...
6 search resultsShowing 1~6 results
You need to log-in
AppIntent https://developer.apple.com/documentation/appintents/appintent インテントそのものを定義するプロトコル。これがイ...
title AppIntentのタイトル。ショートカットの名前として表示される。 description ショートカットの説明文。 openAppWhenRun その名の通り、インテントが実行さ...
ふとこんなものを発見した。通常、AppIntentを定義すると自動的にショートカットアプリで表示されるのだが、それを非表示にできるらしい。 static var isDiscoverable =...
requestConfirmation()とは この関数を使うとPerform()の前にDialogなどを出してユーザーに尋ねることができる。 https://developer.apple.c...
結論: IntentFileを使う Parameterで写真を読み込みたかったのだが、Imageなどの型は対応していないのでIntentFileという型を使う必要がある。データの型なので、そのま...
perform() returned types not declared in method signature Did not declare ReturnsValue but provid...
6 search resultsShowing 1~6 results
Qiita is a knowledge sharing service for engineers.