Instance Property
インスタンスプロパティ
hostedViewMaximumAllowedSize
The maximum size for a Siri hosted view.
Siriがホストするビューに対する最大限のサイズ。
Declaration
宣言
@property(nonatomic, assign, readonly) CGSize
hostedViewMaximumAllowedSize;
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 no larger than 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がユーザに表示します。