var hostedViewMinimumAllowedSize : CGSize
var hostedViewMaximumAllowedSize : CGSize
Availability 有効性
Technology
func interfaceParametersDescription() -> String
If you provide an Intents UI app extension, you can customize all or some of the interface that SiriKit displays to the user for a given intent. The information displayed by SiriKit is different for each intent, and can change in the future. During development, use this method to retrieve a human-readable description of the contents of the INParameter
objects that SiriKit intends to display for the current intent. Use that information to plan your custom interface.
あなたがインテントUIアプリ拡張を提供するならば、あなたは、SiriKitがある与えられたインテントのためにユーザに表示する、全てまたはいくつかのインターフェイスをカスタマイズできます。SiriKitによって表示される情報は各インテントで異なります、そして将来変更可能です。開発の間、このメソッドを使ってINParameter
オブジェクトの内容の人の読みやすい説明を取ってきてください、それはSiriKitが現在のインテントのために表示することを意図するものです。その情報を使ってあなたのカスタムインターフェイスを計画してください。
For information about customizing the Siri and Maps interfaces, see Creating an Intents UI Extension. SiriおよびMapsインターフェイスのカスタマイズについての情報として、Creating an Intents UI Extensionを見てください。
var hostedViewMinimumAllowedSize : CGSize
var hostedViewMaximumAllowedSize : CGSize