mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2025-02-17 07:29:22 +00:00
IssueNo:#I4WA09:fix bundle docs
Description:fix bundle docs Sig:SIG_ApplicaitonFramework Feature or Bugfix:Feature Binary Source:No Signed-off-by: wanghang <wanghang26@huawei.com> Change-Id: I82efe50748575984c5485075763aac44a9c29079
This commit is contained in:
parent
01fae609ad
commit
7c1d33ddbc
1
api/@ohos.bundle.d.ts
vendored
1
api/@ohos.bundle.d.ts
vendored
@ -482,6 +482,7 @@ declare namespace bundle {
|
||||
* @param bundleFlags Indicates the flag used to specify information contained in the BundleInfo object to be
|
||||
* returned.
|
||||
* @return Returns the BundleInfo object.
|
||||
* @systemapi Hide this for inner system use
|
||||
*/
|
||||
function getBundleArchiveInfo(hapFilePath: string, bundleFlags: number, callback: AsyncCallback<BundleInfo>) : void
|
||||
function getBundleArchiveInfo(hapFilePath: string, bundleFlags: number) : Promise<BundleInfo>;
|
||||
|
2
api/bundle/applicationInfo.d.ts
vendored
2
api/bundle/applicationInfo.d.ts
vendored
@ -174,7 +174,7 @@ export interface ApplicationInfo {
|
||||
|
||||
/**
|
||||
* @default Indicates entity type of the application
|
||||
* @since 8
|
||||
* @since 9
|
||||
* @syscap SystemCapability.BundleManager.BundleFramework
|
||||
*/
|
||||
readonly entityType: string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user