Lines Matching refs:provider

15 …Defined and used in the provider application, **UIExtensionAbility** allows the provider to run in…
20 …arts, it triggers the Application Management Service (AMS) to start the provider application proce…
22 After implementation, the page of the provider application can be displayed in the host application…
26 After being started by AMS, the provider application can exchange data with the host application.
30provider application through [UIExtensionProxy.send](../reference/apis-arkui/arkui-ts/ts-container…
31 - The provider application sends messages to the host application through [UIExtensionContentSessio…
42 …ns, offering a high degree of flexibility. It operates by launching the provider application's cap…
44 … attributes, events, components, Node-APIs, and other features that the provider application can u…
54 - The attributes of the provider component cannot control, assign, or merge with the attributes of …
55 - The attributes of the provider component cannot control display effects or animations that extend…
61provider can also set the component ID. However, there is no unified ID management system between …
65 …ted. | Within the **UIExtension** component, the pages generated by the provider application canno…
66 …ted. | Within the **UIExtension** component, the pages generated by the provider application canno…
71 By default, the provider application cannot interact with the host application's components or proc…
81 …ponents. This nesting introduces additional complexity.<br>2. Since the provider of the **UIExtens…
88 …ing access to the host application's main window information within the provider. Therefore, this …
112 …onding UI instance. | In the default **UIExtension** configuration, the provider lacks an actual w…
113 …etween components relies on **UIContext** instances. Since the host and provider applications do n…
114 …n is expected to be obtained. This capability is not supported yet. The provider can use this capa…
116 …g custom fonts. | The registered fonts have a restricted scope, and the provider is unable to infl…
117 …equest components and data and send component templates and data. | The provider component, residi…
118 …figuration currently, and will introduce more features over time. | The provider application canno…
124provider side), offering a universal capability for application sharing. As UIExtension capabiliti…
126provider application that cannot be resolved within UIExtension, alternative approaches should be …
136 - The provider application can determine, based on its service needs, whether to allow the host app…
140 …apabilities, as it can no longer create subwindows that could cover the provider application's win…
154 - Interactions between the host process and the provider process are handled asynchronously by defa…
175 …tion calls, the processing between the host application process and the provider application proce…
178provider application's process tasks are triggered by the host application, layout tasks are handl…
182 When developing the provider application, consider the following design constraints:
185 - When layout changes occur, the provider application's JavaScript thread should execute as few tas…
187 You can mitigate the flickering white screen issue with the provider application in the following w…
189 …ground.md)) to match the background color of the host application's and provider application's pag…
190 … component to configure a custom UI, which will be displayed before the provider application page …