我正在尝试将Sirikit
扩展程序集成到我现有的 iOS 应用程序中。为此,我将使用两种不同类型的意图。
INSendMessageIntent - to send message from Siri through my app.
INSendPaymentIntent - for making a payment
对于这两种意图类型,我将使用 custom & different IntentUI
。
但是如何ViewController
根据 Intent 类型在 Sirikit 扩展中推送不同的内容,即,如果我说必须推送Make payment using MyWorld
一个,而当我说必须推送时。PayViewController
Send message using MyWorld
MessageViewController
我想根据 Intent 类型(即,INSendMessageIntent
或INSendPaymentIntent
)在运行时动态选择视图控制器。