harmony 鸿蒙Widget Data Interaction
Widget Data Interaction
The ArkTS widget framework provides the updateForm() and requestForm() APIs to proactively trigger widget updates. You can use LocalStorageProp to check the widget data to be updated.
API | System Capability | Constraints |
---|---|---|
updateForm | No | 1. Invoked by the widget provider. 2. Allows only the widget provider to update its own widgets. |
requestForm | Yes | 1. Invoked by the widget host. 2. Allows only the widget host to update the widgets added to it. |
The following are the typical use cases of widget updates:
- Configuring a Widget to Update Periodically
- Updating Widget Content Through a Proxy
- Updating Local and Online Images
- Updating Widget Content by State
- Updating Widget Content by Widget Host (for System Applications Only)
你可能感兴趣的鸿蒙文章
harmony 鸿蒙Using Explicit Want to Start an Application Component
harmony 鸿蒙Using Implicit Want to Open a Website
harmony 鸿蒙AbilityStage Component Container
harmony 鸿蒙Accessing a DataAbility
harmony 鸿蒙Accessing a DataShareExtensionAbility from the FA Model
harmony 鸿蒙AccessibilityExtensionAbility
harmony 鸿蒙Common action and entities Values
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦