Search found 2 matches
- 2024年 Jun 24日 20:56
- Forum: App开发
- Topic: ios 如何更合理的注入 protocol
- Replies: 1
- Views: 1536
ios 如何更合理的注入 protocol
ThingSmartBizCore 目前提供了以下两个方法来注册服务: /** * Register a instance for service which can not be served by BizBundle itself * Each service can only register one instance or class at a time, whichever is the last * * @param service service protocol * @param instance instance which conform to the service pr...
- 2024年 Apr 1日 19:11
- Forum: App开发
- Topic: 【开发资料】设备离线提醒功能开发
- Replies: 0
- Views: 2256
【开发资料】设备离线提醒功能开发
用途 当设备离线超过30分钟时(低功耗设备8个小时), 手机推送中心 和 app消息中心 都将收到离线提醒的消息。 接入 要求 :需要接入UI业务包5.8.0及以上版本 source 'https://github.com/tuya/tuya-pod-specs.git' platform :ios, '11.0' target 'Your_Project_Name' do pod "ThingSmartBusinessExtensionKit" end API 说明 判断设备是否支持离线提醒功能 |入参|类型|说明| |----|-----|-------| |devi...