Instance Property
インスタンスプロパティ
hostedViewMinimumAllowedSize
The minimum size for a Siri hosted view.
Siriがホストするビューに対する最小限のサイズ。
Declaration
宣言
@property(nonatomic, assign, readonly) CGSize
hostedViewMinimumAllowedSize;
Discussion
議論
Apps can customize the Siri interface using an Intents UI extension. The extension vends a view controller whose view contains the custom content that you want Siri to display. The size of that view controller’s view must be at least as large as the size value in this property.
アプリは、SiriインターフェイスをインテントUI拡張を使ってカスタマイズできます。拡張は、あるビューコントローラを供給し、それの持つビューは、あなたがSiriに表示してほしいカスタムコンテンツを含みます。そのビューコントローラの持つビューのサイズは、このプロパティでのサイズ値より少なくてはなりません。
See Also
参照
Getting Siri-Related Information
Siri関連の情報を取得する
- interfaceParametersDescription
Returns a human-readable string describing the data that SiriKit displays to the user when you handle an intent.
データを記述している、人の読みやすい文字列を返します、それはあなたがあるインテントを取り扱う場合にSiriKitがユーザに表示します。