Lines Matching refs:provider
15 …provider application, **UIExtensionAbility** allows the provider to run in a separate process. It …
20 …When an atomic service needs to be launched, the AMS checks whether the provider has authorized th…
22 …* and, by launching the EmbeddableUIAbility, display the content of the provider, offering a seaml…
33 - When the service provider authorizes the host application to run the atomic service in an embedde…
34 - When the service provider does not authorize the host application to run the atomic service in an…
39 …ns, offering a high degree of flexibility. It operates by launching the provider application's cap…
41 … attributes, events, components, Node-APIs, and other features that the provider application can u…
51 By default, the provider application cannot interact with the host application's components or proc…
62 …ponents. This nesting introduces additional complexity.<br>2. Since the provider of the **FullScre…
68 …ing access to the host application's main window information within the provider. Therefore, this …
92 …tance.| In the default **FullScreenLaunchComponent** configuration, the provider lacks an actual w…
93 …etween components relies on **UIContext** instances. Since the host and provider applications do n…
94 …* is expected to be obtained. This capability is not supported yet. The provider can use this capa…
96 … | The registered fonts have a restricted scope, and the provider is unable to infl…
97 …request components and data and send component templates and data.| The provider component, residi…
98 …nfiguration currently, and will introduce more features over time.| The provider application canno…
104 …provider side), offering a universal capability for application sharing. As capabilities of the **…
106 …provider application that cannot be resolved within the **FullScreenLaunchComponent**, alternative…
110 - When the service provider authorizes the host application to run the atomic service in an embedde…
111 - When the service provider does not authorize the host application to run the atomic service in an…
113 …apabilities, as it can no longer create subwindows that could cover the provider application's win…
122 …does not support the universal events. Instead, it passes events to the provider's EmbeddableUIAbi…
126 - Interactions between the host process and the provider process are handled asynchronously by defa…
146 …tion calls, the processing between the host application process and the provider application proce…
149 …provider application's process tasks are triggered by the host application, layout tasks are handl…
153 When developing the provider application, consider the following design constraints:
156 - When layout changes occur, the provider application's JavaScript thread should execute as few tas…
158 You can mitigate the flickering white screen issue with the provider application in the following w…
160 …ground.md)) to match the background color of the host application's and provider application's pag…