文章分类 -  DolphinHybrid / 接口 / Siri.

editSiriInstructShortcut 编辑自定义指令Siri shortcut
摘要:editSiriInstructShortcut ^8.7 编辑自定义指令Siri shortcut #请求参数 Prop Type Default Comment sceneId String N/A 场景ID sceneName String N/A 场景名 #接口调用示例 const para 阅读全文
posted @ 2024-12-21 14:40 AtlasLapetos 阅读(23) 评论(0) 推荐(0)
getAllSiriInstructShortcuts 获取已创建的siri 自定义指令 shortcut 列表
摘要:getAllSiriInstructShortcuts ^8.7 获取已创建的siri 自定义指令 shortcut 列表 #请求参数 N/A #接口调用示例 this.$bridge .getAllSiriInstructShortcuts() .then(res => { this.$alert 阅读全文
posted @ 2024-12-21 14:40 AtlasLapetos 阅读(17) 评论(0) 推荐(0)
addInstructToSiriShortcut 添加Siri自定义指令 Shortcut
摘要:addInstructToSiriShortcut ^8.7 添加Siri自定义指令 Shortcut #请求参数 Prop Type Default Comment sceneName String N/A 执行的场景名称,同一个sceneId下不能同名 sceneId String N/A 执行 阅读全文
posted @ 2024-12-21 14:40 AtlasLapetos 阅读(15) 评论(0) 推荐(0)
editSiriShortcut 编辑场景Siri Shortcut
摘要:editSiriShortcut ^7.8 编辑场景Siri Shortcut #请求参数 Prop Type Default Comment homegroupId String N/A 家庭ID sceneId String N/A 场景ID #接口调用示例 const params = { " 阅读全文
posted @ 2024-12-21 14:40 AtlasLapetos 阅读(9) 评论(0) 推荐(0)
getAllSiriShortcuts 获取场景里的所有Siri Shortcut 列表
摘要:getAllSiriShortcuts ^7.8 获取场景里的所有Siri Shortcut 列表 #请求参数 N/A #接口调用示例 this.$bridge .getAllSiriShortcuts() .then(res => { this.$alert(res) }) .catch(err 阅读全文
posted @ 2024-12-21 14:40 AtlasLapetos 阅读(7) 评论(0) 推荐(0)
addSceneToSiriShortcut 添加场景到Siri Shortcut
摘要:addSceneToSiriShortcut ^7.8 添加场景到Siri Shortcut #请求参数 Prop Type Default Comment homegroupId String N/A 家庭ID sceneId String N/A 场景ID sceneName String N/ 阅读全文
posted @ 2024-12-21 14:40 AtlasLapetos 阅读(9) 评论(0) 推荐(0)
canUseSiriShortcut 获取ios设备,是否支持SiriShortcut
摘要:canUseSiriShortcut ^7.8 获取ios设备,是否支持SiriShortcut #请求参数 N/A #接口调用示例 this.$bridge .canUseSiriShortcut() .then(res => { this.$alert(res) }) .catch(err => 阅读全文
posted @ 2024-12-21 14:39 AtlasLapetos 阅读(8) 评论(0) 推荐(0)