!2869 修复BundleStatusCallback引入问题

Merge pull request !2869 from wanghang/master
This commit is contained in:
openharmony_ci 2022-09-27 14:08:15 +00:00 committed by Gitee
commit 34e7e7b54c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -14,7 +14,7 @@
*/
import { AsyncCallback, Callback } from './basic';
import { BundleStatusCallback } from './bundle/bundleStatusCallback';
import { BundleStatusCallback as _BundleStatusCallback } from './bundle/bundleStatusCallback';
import { LauncherAbilityInfo as _LauncherAbilityInfo } from './bundle/launcherAbilityInfo';
import * as _ShortCutInfo from './bundle/shortcutInfo';
@ -104,6 +104,15 @@ declare namespace innerBundleManager {
*/
export type LauncherAbilityInfo = _LauncherAbilityInfo;
/**
* Contains basic launcher Ability information, which uniquely identifies a launcher StatusCallback.
*
* @since 9
* @syscap SystemCapability.BundleManager.BundleFramework
* @systemapi hide this for inner system use
*/
export type BundleStatusCallback = _BundleStatusCallback;
/**
* Provides information about a shortcut, including the shortcut ID and label.
*