随笔 - 2649  文章 - 2452  评论 - 0  阅读 - 74060

文章分类 -  MeiOS / 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-17 09:33 AtlasLapetos 阅读(6) 评论(0) 推荐(0) 编辑
getAllSiriInstructShortcuts 获取已创建的siri 自定义指令 shortcut 列表
摘要:getAllSiriInstructShortcuts ^8.7 获取已创建的siri 自定义指令 shortcut 列表 #请求参数 N/A #接口调用示例 this.$bridge .getAllSiriInstructShortcuts() .then(res => { this.$alert 阅读全文
posted @ 2024-12-17 09:33 AtlasLapetos 阅读(6) 评论(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-17 09:32 AtlasLapetos 阅读(12) 评论(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-17 09:32 AtlasLapetos 阅读(3) 评论(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-17 09:32 AtlasLapetos 阅读(2) 评论(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-17 09:32 AtlasLapetos 阅读(3) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示