作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试集成 Sirikit
扩展至我现有的 iOS 应用程序。
为此,我将使用两种不同类型的意图。
INSendMessageIntent - to send message from Siri through my app.
INSendPaymentIntent - for making a payment
IntentUI
.
ViewController
在基于 Intent 类型的 Sirikit 扩展中,即如果我说
Make payment using MyWorld
然后一个
PayViewController
必须推,当我说
Send message using MyWorld
然后
MessageViewController
必须推。
INSendMessageIntent
或
INSendPaymentIntent
)在运行时动态选择 View Controller 。
最佳答案
我认为您应该能够通过创建独立的目标来支持 Siri 的多个功能。支付 UI 是一个 IntentsUI 目标,消息 UI 是另一个目标。每个信息列表定义了哪个目标关注哪种类型的意图。
关于ios - 如何根据 Intent 类型在 Sirikit 扩展中推送不同的 IntentViewController?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39727457/
我正在尝试集成 Sirikit扩展至我现有的 iOS 应用程序。 为此,我将使用两种不同类型的意图。 INSendMessageIntent - to send message from Siri t
我是一名优秀的程序员,十分优秀!