Signed-off-by: xieqiongyang <xieqiongyang@huawei.com>
Change-Id: Icb3095ff6add8b9a2268b5c9627ac4c823ed4c60
This commit is contained in:
xieqiongyang 2024-06-17 17:19:50 +08:00
parent dee5a49c6a
commit 8ab164697f
7 changed files with 17 additions and 12 deletions

View File

@ -13,13 +13,13 @@
* limitations under the License.
*/
import StartupListener from './@ohos.app.appstartup.StartupListener';
/**
* @file
* @kit AbilityKit
*/
import StartupListener from './@ohos.app.appstartup.StartupListener';
/**
* The interface of configuration for running startup tasks.
*

View File

@ -13,13 +13,13 @@
* limitations under the License.
*/
import StartupConfig from './@ohos.app.appstartup.StartupConfig';
/**
* @file
* @kit AbilityKit
*/
import StartupConfig from './@ohos.app.appstartup.StartupConfig';
/**
* The configuration entry for running startup tasks.
*

View File

@ -13,13 +13,13 @@
* limitations under the License.
*/
import AbilityStageContext from './application/AbilityStageContext';
/**
* @file
* @kit AbilityKit
*/
import AbilityStageContext from './application/AbilityStageContext';
/**
* The base class of startup task.
*

View File

@ -13,13 +13,13 @@
* limitations under the License.
*/
import StartupConfig from './@ohos.app.appstartup.StartupConfig';
/**
* @file
* @kit AbilityKit
*/
import StartupConfig from './@ohos.app.appstartup.StartupConfig';
/**
* Startup task manager.
*

View File

@ -13,13 +13,13 @@
* limitations under the License.
*/
import AbilityFirstFrameStateData from './AbilityFirstFrameStateData';
/**
* @file
* @kit AbilityKit
*/
import AbilityFirstFrameStateData from './AbilityFirstFrameStateData';
/**
* The ability first frame state observer.
*

View File

@ -13,13 +13,13 @@
* limitations under the License.
*/
import type { AbilityResult } from '../ability/abilityResult';
/**
* @file
* @kit AbilityKit
*/
import type { AbilityResult } from '../ability/abilityResult';
/**
* The callback of UIAbility or UIExtensionAbility.
* @syscap SystemCapability.Ability.AbilityRuntime.Core

View File

@ -13,6 +13,11 @@
* limitations under the License.
*/
/**
* @file
* @kit AbilityKit
*/
/**
* Auto Fill Popup config.
*