Searched refs:LaunchController (Results 1 – 4 of 4) sorted by relevance
29 InnerFullScreenLaunchComponent({ content: Callback\<void>, controller: LaunchController })44 | controller | [LaunchController](#launchcontroller) | 是 | - | 拉起原子化服务控制器。 |46 ## LaunchController section73 import { InnerFullScreenLaunchComponent, LaunchController } from '@kit.ArkUI';97 controller: LaunchController = new LaunchController();
29 InnerFullScreenLaunchComponent({ content: Callback\<void>, controller: LaunchController })44 | controller | [LaunchController](#launchcontroller) | Yes| - | Controller for launching the atomic…46 ## LaunchController section73 import { InnerFullScreenLaunchComponent, LaunchController } from '@kit.ArkUI';97 controller: LaunchController = new LaunchController();
22 export class LaunchController { class37 this.controller = new LaunchController();216 export default { InnerFullScreenLaunchComponent, LaunchController};
23 export class LaunchController {33 controller: LaunchController = new LaunchController();