harmony 鸿蒙js-apidiff-bundle
操作 | 旧版本 | 新版本 | d.ts文件 |
---|---|---|---|
新增 | NA | 类名:VerifyCodeParam; 方法or属性:moduleName: string; |
@ohos.bundle.installer.d.ts |
新增 | NA | 类名:appControl; 方法or属性:function setDisposedStatusSync(appId: string, disposedWant: Want): void; |
@ohos.bundle.appControl.d.ts |
新增 | NA | 类名:appControl; 方法or属性:function getDisposedStatusSync(appId: string): Want; |
@ohos.bundle.appControl.d.ts |
新增 | NA | 类名:appControl; 方法or属性:function deleteDisposedStatusSync(appId: string): void; |
@ohos.bundle.appControl.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:function getBundleInfoForSelfSync(bundleFlags: number): BundleInfo; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:function queryAbilityInfoSync(want: Want, abilityFlags: number, userId?: number): Array<AbilityInfo>; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:function queryExtensionAbilityInfoSync(want: Want, extensionAbilityType: ExtensionAbilityType, extensionAbilityFlags: number, userId?: number): Array<ExtensionAbilityInfo>; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:function getBundleNameByUidSync(uid: number): string; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:function getBundleArchiveInfoSync(hapFilePath: string, bundleFlags: number): BundleInfo; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:function setApplicationEnabledSync(bundleName: string, isEnabled: boolean): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:function setAbilityEnabledSync(info: AbilityInfo, isEnabled: boolean): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:function isApplicationEnabledSync(bundleName: string): boolean; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:function isAbilityEnabledSync(info: AbilityInfo): boolean; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:function getLaunchWantForBundleSync(bundleName: string, userId?: number): Want; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:function getProfileByAbilitySync(moduleName: string, abilityName: string, metadataName?: string): Array<string>; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:function getProfileByExtensionAbilitySync(moduleName: string, extensionAbilityName: string, metadataName?: string): Array<string>; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:function getPermissionDefSync(permissionName: string): PermissionDef; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:function getAbilityLabelSync(bundleName: string, moduleName: string, abilityName: string): string; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:function getAllSharedBundleInfo(callback: AsyncCallback<Array<SharedBundleInfo>>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:function getAllSharedBundleInfo(): Promise<Array<SharedBundleInfo>>; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:function getSharedBundleInfo(bundleName: string, moduleName: string, callback: AsyncCallback<Array<SharedBundleInfo>>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:function getSharedBundleInfo(bundleName: string, moduleName: string): Promise<Array<SharedBundleInfo>>; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:function getAppProvisionInfo(bundleName: string, callback: AsyncCallback<AppProvisionInfo>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:function getAppProvisionInfo(bundleName: string, userId: number, callback: AsyncCallback<AppProvisionInfo>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:function getAppProvisionInfo(bundleName: string, userId?: number): Promise<AppProvisionInfo>; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:function getAppProvisionInfoSync(bundleName: string, userId?: number): AppProvisionInfo; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:function getSpecifiedDistributionType(bundleName: string): string; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:function getAdditionalInfo(bundleName: string): string; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:export type ModuleMetadata = _ModuleMetadata; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:export type SharedBundleInfo = _SharedBundleInfo; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:export type AppProvisionInfo = _AppProvisionInfo.AppProvisionInfo; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:bundleManager; 方法or属性:export type Validity = _AppProvisionInfo.Validity; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:ExtensionAbilityType; 方法or属性:PRINT = 15 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:ExtensionAbilityType; 方法or属性:SHARE = 16 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:ExtensionAbilityType; 方法or属性:PUSH = 17 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:ExtensionAbilityType; 方法or属性:DRIVER = 18 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:ExtensionAbilityType; 方法or属性:ACTION = 19 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:CompatiblePolicy; 方法or属性:BACKWARD_COMPATIBILITY = 1 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 类名:defaultAppManager; 方法or属性:function isDefaultApplicationSync(type: string): boolean; |
@ohos.bundle.defaultAppManager.d.ts |
新增 | NA | 类名:defaultAppManager; 方法or属性:function getDefaultApplicationSync(type: string, userId?: number): BundleInfo; |
@ohos.bundle.defaultAppManager.d.ts |
新增 | NA | 类名:defaultAppManager; 方法or属性:function setDefaultApplicationSync(type: string, elementName: ElementName, userId?: number): void; |
@ohos.bundle.defaultAppManager.d.ts |
新增 | NA | 类名:defaultAppManager; 方法or属性:function resetDefaultApplicationSync(type: string, userId?: number): void; |
@ohos.bundle.defaultAppManager.d.ts |
新增 | NA | 类名:sourcefile; 方法or属性:export type BundleStatusCallback = _BundleStatusCallback; |
@ohos.bundle.innerBundleManager.d.ts |
新增 | NA | 类名:installer; 方法or属性:function getBundleInstallerSync(): BundleInstaller; |
@ohos.bundle.installer.d.ts |
新增 | NA | 类名:BundleInstaller; 方法or属性:uninstall(uninstallParam: UninstallParam, callback: AsyncCallback<void>): void; |
@ohos.bundle.installer.d.ts |
新增 | NA | 类名:BundleInstaller; 方法or属性:uninstall(uninstallParam: UninstallParam): Promise<void>; |
@ohos.bundle.installer.d.ts |
新增 | NA | 类名:BundleInstaller; 方法or属性:updateBundleForSelf(hapFilePaths: Array<string>, installParam: InstallParam, callback: AsyncCallback<void>): void; |
@ohos.bundle.installer.d.ts |
新增 | NA | 类名:BundleInstaller; 方法or属性:updateBundleForSelf(hapFilePaths: Array<string>, callback: AsyncCallback<void>): void; |
@ohos.bundle.installer.d.ts |
新增 | NA | 类名:BundleInstaller; 方法or属性:updateBundleForSelf(hapFilePaths: Array<string>, installParam?: InstallParam): Promise<void>; |
@ohos.bundle.installer.d.ts |
新增 | NA | 类名:VerifyCodeParam; 方法or属性:signatureFilePath: string; |
@ohos.bundle.installer.d.ts |
新增 | NA | 类名:InstallParam; 方法or属性:sharedBundleDirPaths?: Array<String>; |
@ohos.bundle.installer.d.ts |
新增 | NA | 类名:InstallParam; 方法or属性:specifiedDistributionType?: string; |
@ohos.bundle.installer.d.ts |
新增 | NA | 类名:InstallParam; 方法or属性:additionalInfo?: string; |
@ohos.bundle.installer.d.ts |
新增 | NA | 类名:InstallParam; 方法or属性:verifyCodeParams?: Array<VerifyCodeParam>; |
@ohos.bundle.installer.d.ts |
新增 | NA | 类名:UninstallParam; 方法or属性:bundleName: string; |
@ohos.bundle.installer.d.ts |
新增 | NA | 类名:UninstallParam; 方法or属性:versionCode?: number; |
@ohos.bundle.installer.d.ts |
新增 | NA | 类名:launcherBundleManager; 方法or属性:function getLauncherAbilityInfoSync(bundleName: string, userId: number): Array<LauncherAbilityInfo>; |
@ohos.bundle.launcherBundleManager.d.ts |
新增 | NA | 类名:launcherBundleManager; 方法or属性:function getShortcutInfoSync(bundleName: string): Array<ShortcutInfo>; |
@ohos.bundle.launcherBundleManager.d.ts |
新增 | NA | 类名:overlay; 方法or属性:function setOverlayEnabled(moduleName: string, isEnabled: boolean, callback: AsyncCallback<void>): void; |
@ohos.bundle.overlay.d.ts |
新增 | NA | 类名:overlay; 方法or属性:function setOverlayEnabled(moduleName: string, isEnabled: boolean): Promise<void>; |
@ohos.bundle.overlay.d.ts |
新增 | NA | 类名:overlay; 方法or属性:function setOverlayEnabledByBundleName(bundleName: string, moduleName: string, isEnabled: boolean, callback: AsyncCallback<void>): void; |
@ohos.bundle.overlay.d.ts |
新增 | NA | 类名:overlay; 方法or属性:function setOverlayEnabledByBundleName(bundleName: string, moduleName: string, isEnabled: boolean): Promise<void>; |
@ohos.bundle.overlay.d.ts |
新增 | NA | 类名:overlay; 方法or属性:function getOverlayModuleInfo(moduleName: string, callback: AsyncCallback<OverlayModuleInfo>): void; |
@ohos.bundle.overlay.d.ts |
新增 | NA | 类名:overlay; 方法or属性:function getOverlayModuleInfo(moduleName: string): Promise<OverlayModuleInfo>; |
@ohos.bundle.overlay.d.ts |
新增 | NA | 类名:overlay; 方法or属性:function getTargetOverlayModuleInfos(targetModuleName: string, callback: AsyncCallback<Array<OverlayModuleInfo>>): void; |
@ohos.bundle.overlay.d.ts |
新增 | NA | 类名:overlay; 方法or属性:function getTargetOverlayModuleInfos(targetModuleName: string): Promise<Array<OverlayModuleInfo>>; |
@ohos.bundle.overlay.d.ts |
新增 | NA | 类名:overlay; 方法or属性:function getOverlayModuleInfoByBundleName(bundleName: string, callback: AsyncCallback<Array<OverlayModuleInfo>>): void; |
@ohos.bundle.overlay.d.ts |
新增 | NA | 类名:overlay; 方法or属性:function getOverlayModuleInfoByBundleName(bundleName: string, moduleName: string, callback: AsyncCallback<Array<OverlayModuleInfo>>): void; |
@ohos.bundle.overlay.d.ts |
新增 | NA | 类名:overlay; 方法or属性:function getOverlayModuleInfoByBundleName(bundleName: string, moduleName?: string): Promise<Array<OverlayModuleInfo>>; |
@ohos.bundle.overlay.d.ts |
新增 | NA | 类名:overlay; 方法or属性:function getTargetOverlayModuleInfosByBundleName(targetBundleName: string, callback: AsyncCallback<Array<OverlayModuleInfo>>): void; |
@ohos.bundle.overlay.d.ts |
新增 | NA | 类名:overlay; 方法or属性:function getTargetOverlayModuleInfosByBundleName(targetBundleName: string, moduleName: string, callback: AsyncCallback<Array<OverlayModuleInfo>>): void; |
@ohos.bundle.overlay.d.ts |
新增 | NA | 类名:overlay; 方法or属性:function getTargetOverlayModuleInfosByBundleName(targetBundleName: string, moduleName?: string): Promise<Array<OverlayModuleInfo>>; |
@ohos.bundle.overlay.d.ts |
新增 | NA | 类名:overlay; 方法or属性:export type OverlayModuleInfo = _OverlayModuleInfo.OverlayModuleInfo; |
@ohos.bundle.overlay.d.ts |
新增 | NA | 类名:zlib; 方法or属性:function decompressFile(inFile: string, outFile: string, callback: AsyncCallback<void>): void; |
@ohos.zlib.d.ts |
新增 | NA | 类名:ApplicationInfo; 方法or属性:readonly metadataArray: Array<ModuleMetadata>; |
ApplicationInfo.d.ts |
新增 | NA | 类名:ApplicationInfo; 方法or属性:readonly debug: boolean; |
ApplicationInfo.d.ts |
新增 | NA | 类名:ModuleMetadata; 方法or属性:readonly moduleName: string; |
ApplicationInfo.d.ts |
新增 | NA | 类名:ModuleMetadata; 方法or属性:readonly metadata: Array<Metadata>; |
ApplicationInfo.d.ts |
新增 | NA | 类名:AppProvisionInfo; 方法or属性:readonly versionCode: number; |
AppProvisionInfo.d.ts |
新增 | NA | 类名:AppProvisionInfo; 方法or属性:readonly versionName: string; |
AppProvisionInfo.d.ts |
新增 | NA | 类名:AppProvisionInfo; 方法or属性:readonly uuid: string; |
AppProvisionInfo.d.ts |
新增 | NA | 类名:AppProvisionInfo; 方法or属性:readonly type: string; |
AppProvisionInfo.d.ts |
新增 | NA | 类名:AppProvisionInfo; 方法or属性:readonly appDistributionType: string; |
AppProvisionInfo.d.ts |
新增 | NA | 类名:AppProvisionInfo; 方法or属性:readonly validity: Validity; |
AppProvisionInfo.d.ts |
新增 | NA | 类名:AppProvisionInfo; 方法or属性:readonly developerId: string; |
AppProvisionInfo.d.ts |
新增 | NA | 类名:AppProvisionInfo; 方法or属性:readonly certificate: string; |
AppProvisionInfo.d.ts |
新增 | NA | 类名:AppProvisionInfo; 方法or属性:readonly apl: string; |
AppProvisionInfo.d.ts |
新增 | NA | 类名:AppProvisionInfo; 方法or属性:readonly issuer: string; |
AppProvisionInfo.d.ts |
新增 | NA | 类名:Validity; 方法or属性:readonly notBefore: number; |
AppProvisionInfo.d.ts |
新增 | NA | 类名:Validity; 方法or属性:readonly notAfter: number; |
AppProvisionInfo.d.ts |
新增 | NA | 类名:ReqPermissionDetail; 方法or属性:moduleName: string; |
BundleInfo.d.ts |
新增 | NA | 类名:Dependency; 方法or属性:readonly bundleName: string; |
HapModuleInfo.d.ts |
新增 | NA | 类名:Dependency; 方法or属性:readonly versionCode: number; |
HapModuleInfo.d.ts |
新增 | NA | 类名:OverlayModuleInfo; 方法or属性:readonly bundleName: string; |
OverlayModuleInfo.d.ts |
新增 | NA | 类名:OverlayModuleInfo; 方法or属性:readonly moduleName: string; |
OverlayModuleInfo.d.ts |
新增 | NA | 类名:OverlayModuleInfo; 方法or属性:readonly targetModuleName: string; |
OverlayModuleInfo.d.ts |
新增 | NA | 类名:OverlayModuleInfo; 方法or属性:readonly priority: number; |
OverlayModuleInfo.d.ts |
新增 | NA | 类名:OverlayModuleInfo; 方法or属性:readonly state: number; |
OverlayModuleInfo.d.ts |
新增 | NA | 类名:SharedBundleInfo; 方法or属性:readonly name: string; |
SharedBundleInfo.d.ts |
新增 | NA | 类名:SharedModuleInfo; 方法or属性:readonly name: string; |
SharedBundleInfo.d.ts |
新增 | NA | 类名:SharedBundleInfo; 方法or属性:readonly compatiblePolicy: bundleManager.CompatiblePolicy; |
SharedBundleInfo.d.ts |
新增 | NA | 类名:SharedBundleInfo; 方法or属性:readonly sharedModuleInfo: Array<SharedModuleInfo>; |
SharedBundleInfo.d.ts |
新增 | NA | 类名:SharedModuleInfo; 方法or属性:readonly versionCode: number; |
SharedBundleInfo.d.ts |
新增 | NA | 类名:SharedModuleInfo; 方法or属性:readonly versionName: string; |
SharedBundleInfo.d.ts |
新增 | NA | 类名:SharedModuleInfo; 方法or属性:readonly description: string; |
SharedBundleInfo.d.ts |
新增 | NA | 类名:SharedModuleInfo; 方法or属性:readonly descriptionId: number; |
SharedBundleInfo.d.ts |
废弃版本有变化 | 类名:ApplicationInfo; 方法or属性:readonly metadata: Map<string, Array<Metadata>>; 旧版本信息: |
类名:ApplicationInfo; 方法or属性:readonly metadata: Map<string, Array<Metadata>>; 新版本信息:10 代替接口: ApplicationInfo#metadataArray |
ApplicationInfo.d.ts |
新增(错误码) | 类名:bundleManager; 方法or属性:function getBundleInfo(bundleName: string, bundleFlags: number, userId: number, callback: AsyncCallback<BundleInfo>): void; 旧版本信息: |
类名:bundleManager; 方法or属性:function getBundleInfo(bundleName: string, bundleFlags: number, userId: number, callback: AsyncCallback<BundleInfo>): void; 新版本信息:201,202,401,17700001,17700004,17700026 |
@ohos.bundle.bundleManager.d.ts |
新增(错误码) | 类名:bundleManager; 方法or属性:function getApplicationInfo(bundleName: string, appFlags: number, userId: number, callback: AsyncCallback<ApplicationInfo>): void; 旧版本信息: |
类名:bundleManager; 方法or属性:function getApplicationInfo(bundleName: string, appFlags: number, userId: number, callback: AsyncCallback<ApplicationInfo>): void; 新版本信息:201,202,401,17700001,17700004,17700026 |
@ohos.bundle.bundleManager.d.ts |
新增(错误码) | 类名:bundleManager; 方法or属性:function getAllBundleInfo(bundleFlags: number, userId: number, callback: AsyncCallback<Array<BundleInfo>>): void; 旧版本信息: |
类名:bundleManager; 方法or属性:function getAllBundleInfo(bundleFlags: number, userId: number, callback: AsyncCallback<Array<BundleInfo>>): void; 新版本信息:201,202,401,17700004 |
@ohos.bundle.bundleManager.d.ts |
新增(错误码) | 类名:bundleManager; 方法or属性:function getAllApplicationInfo(appFlags: number, userId: number, callback: AsyncCallback<Array<ApplicationInfo>>): void; 旧版本信息: |
类名:bundleManager; 方法or属性:function getAllApplicationInfo(appFlags: number, userId: number, callback: AsyncCallback<Array<ApplicationInfo>>): void; 新版本信息:201,202,401,17700004 |
@ohos.bundle.bundleManager.d.ts |
新增(错误码) | 类名:bundleManager; 方法or属性:function queryAbilityInfo(want: Want, abilityFlags: number, userId: number, callback: AsyncCallback<Array<AbilityInfo>>): void; 旧版本信息: |
类名:bundleManager; 方法or属性:function queryAbilityInfo(want: Want, abilityFlags: number, userId: number, callback: AsyncCallback<Array<AbilityInfo>>): void; 新版本信息:201,202,401,17700001,17700003,17700004,17700026,17700029 |
@ohos.bundle.bundleManager.d.ts |
新增(错误码) | 类名:bundleManager; 方法or属性:function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType, extensionAbilityFlags: number, userId: number, callback: AsyncCallback<Array<ExtensionAbilityInfo>>): void; 旧版本信息: |
类名:bundleManager; 方法or属性:function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType, extensionAbilityFlags: number, userId: number, callback: AsyncCallback<Array<ExtensionAbilityInfo>>): void; 新版本信息:201,202,401,17700001,17700003,17700004,17700026 |
@ohos.bundle.bundleManager.d.ts |
新增(错误码) | 类名:defaultAppManager; 方法or属性:function getDefaultApplication(type: string, callback: AsyncCallback<BundleInfo>): void; 旧版本信息: |
类名:defaultAppManager; 方法or属性:function getDefaultApplication(type: string, callback: AsyncCallback<BundleInfo>): void; 新版本信息:201,202,401,801,17700023,17700025 |
@ohos.bundle.defaultAppManager.d.ts |
新增(错误码) | 类名:defaultAppManager; 方法or属性:function setDefaultApplication(type: string, elementName: ElementName, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:defaultAppManager; 方法or属性:function setDefaultApplication(type: string, elementName: ElementName, callback: AsyncCallback<void>): void; 新版本信息:201,202,401,801,17700025,17700028 |
@ohos.bundle.defaultAppManager.d.ts |
新增(错误码) | 类名:defaultAppManager; 方法or属性:function resetDefaultApplication(type: string, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:defaultAppManager; 方法or属性:function resetDefaultApplication(type: string, callback: AsyncCallback<void>): void; 新版本信息:201,202,401,801,17700025 |
@ohos.bundle.defaultAppManager.d.ts |
新增(错误码) | 类名:BundleInstaller; 方法or属性:install(hapFilePaths: Array<string>, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:BundleInstaller; 方法or属性:install(hapFilePaths: Array<string>, callback: AsyncCallback<void>): void; 新版本信息:201,202,401,17700010,17700011,17700012,17700015,17700016,17700017,17700018,17700031,17700036,17700039,17700041,17700042,17700043,17700044,17700047,17700048,17700050 |
@ohos.bundle.installer.d.ts |
新增(错误码) | 类名:BundleInstaller; 方法or属性:uninstall(bundleName: string, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:BundleInstaller; 方法or属性:uninstall(bundleName: string, callback: AsyncCallback<void>): void; 新版本信息:201,202,401,17700001,17700020,17700040,17700045 |
@ohos.bundle.installer.d.ts |
新增(错误码) | 类名:BundleInstaller; 方法or属性:recover(bundleName: string, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:BundleInstaller; 方法or属性:recover(bundleName: string, callback: AsyncCallback<void>): void; 新版本信息:201,202,401,17700001 |
@ohos.bundle.installer.d.ts |
错误码有变化 | 类名:bundleManager; 方法or属性:function getBundleInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback<BundleInfo>): void; 旧版本信息:201,202,401,17700001,17700004,17700026 |
类名:bundleManager; 方法or属性:function getBundleInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback<BundleInfo>): void; 新版本信息:201,202,401,17700001,17700026 |
@ohos.bundle.bundleManager.d.ts |
错误码有变化 | 类名:bundleManager; 方法or属性:function getApplicationInfo(bundleName: string, appFlags: number, callback: AsyncCallback<ApplicationInfo>): void; 旧版本信息:201,202,401,17700001,17700004,17700026 |
类名:bundleManager; 方法or属性:function getApplicationInfo(bundleName: string, appFlags: number, callback: AsyncCallback<ApplicationInfo>): void; 新版本信息:201,202,401,17700001,17700026 |
@ohos.bundle.bundleManager.d.ts |
错误码有变化 | 类名:bundleManager; 方法or属性:function getAllBundleInfo(bundleFlags: number, callback: AsyncCallback<Array<BundleInfo>>): void; 旧版本信息:201,202,401,17700004 |
类名:bundleManager; 方法or属性:function getAllBundleInfo(bundleFlags: number, callback: AsyncCallback<Array<BundleInfo>>): void; 新版本信息:201,202,401 |
@ohos.bundle.bundleManager.d.ts |
错误码有变化 | 类名:bundleManager; 方法or属性:function getAllApplicationInfo(appFlags: number, callback: AsyncCallback<Array<ApplicationInfo>>): void; 旧版本信息:201,202,401,17700004 |
类名:bundleManager; 方法or属性:function getAllApplicationInfo(appFlags: number, callback: AsyncCallback<Array<ApplicationInfo>>): void; 新版本信息:201,202,401 |
@ohos.bundle.bundleManager.d.ts |
错误码有变化 | 类名:bundleManager; 方法or属性:function queryAbilityInfo(want: Want, abilityFlags: number, callback: AsyncCallback<Array<AbilityInfo>>): void; 旧版本信息:201,202,401,17700001,17700003,17700004,17700026,17700029 |
类名:bundleManager; 方法or属性:function queryAbilityInfo(want: Want, abilityFlags: number, callback: AsyncCallback<Array<AbilityInfo>>): void; 新版本信息:201,202,401,17700001,17700003,17700026,17700029 |
@ohos.bundle.bundleManager.d.ts |
错误码有变化 | 类名:bundleManager; 方法or属性:function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType, extensionAbilityFlags: number, callback: AsyncCallback<Array<ExtensionAbilityInfo>>): void; 旧版本信息:201,202,401,17700001,17700003,17700004,17700026 |
类名:bundleManager; 方法or属性:function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType, extensionAbilityFlags: number, callback: AsyncCallback<Array<ExtensionAbilityInfo>>): void; 新版本信息:201,202,401,17700001,17700003,17700026 |
@ohos.bundle.bundleManager.d.ts |
错误码有变化 | 类名:bundleManager; 方法or属性:function getLaunchWantForBundle(bundleName: string, callback: AsyncCallback<Want>): void; 旧版本信息:201,202,401,17700001,17700004,17700026 |
类名:bundleManager; 方法or属性:function getLaunchWantForBundle(bundleName: string, callback: AsyncCallback<Want>): void; 新版本信息:201,202,401,17700001,17700026 |
@ohos.bundle.bundleManager.d.ts |
错误码有变化 | 类名:BundleInstaller; 方法or属性:install(hapFilePaths: Array<string>, installParam: InstallParam, callback: AsyncCallback<void>): void; 旧版本信息:201,202,401,17700004,17700010,17700011,17700012,17700015,17700016,17700017,17700018 |
类名:BundleInstaller; 方法or属性:install(hapFilePaths: Array<string>, installParam: InstallParam, callback: AsyncCallback<void>): void; 新版本信息:201,202,401,17700004,17700010,17700011,17700012,17700015,17700016,17700017,17700018,17700031,17700036,17700039,17700041,17700042,17700043,17700044,17700047,17700048,17700050 |
@ohos.bundle.installer.d.ts |
错误码有变化 | 类名:BundleInstaller; 方法or属性:install(hapFilePaths: Array<string>, installParam?: InstallParam): Promise<void>; 旧版本信息:201,202,401,17700004,17700010,17700011,17700012,17700015,17700016,17700017,17700018 |
类名:BundleInstaller; 方法or属性:install(hapFilePaths: Array<string>, installParam?: InstallParam): Promise<void>; 新版本信息:201,202,401,17700004,17700010,17700011,17700012,17700015,17700016,17700017,17700018,17700031,17700036,17700039,17700041,17700042,17700043,17700044,17700047,17700048,17700050 |
@ohos.bundle.installer.d.ts |
错误码有变化 | 类名:BundleInstaller; 方法or属性:uninstall(bundleName: string, installParam: InstallParam, callback: AsyncCallback<void>): void; 旧版本信息:201,202,401,17700004,17700020 |
类名:BundleInstaller; 方法or属性:uninstall(bundleName: string, installParam: InstallParam, callback: AsyncCallback<void>): void; 新版本信息:201,202,401,17700001,17700004,17700020,17700040,17700045 |
@ohos.bundle.installer.d.ts |
错误码有变化 | 类名:BundleInstaller; 方法or属性:uninstall(bundleName: string, installParam?: InstallParam): Promise<void>; 旧版本信息:201,202,401,17700004,17700020 |
类名:BundleInstaller; 方法or属性:uninstall(bundleName: string, installParam?: InstallParam): Promise<void>; 新版本信息:201,202,401,17700001,17700004,17700020,17700040,17700045 |
@ohos.bundle.installer.d.ts |
错误码有变化 | 类名:BundleInstaller; 方法or属性:recover(bundleName: string, installParam: InstallParam, callback: AsyncCallback<void>): void; 旧版本信息:201,202,401,17700004 |
类名:BundleInstaller; 方法or属性:recover(bundleName: string, installParam: InstallParam, callback: AsyncCallback<void>): void; 新版本信息:201,202,401,17700001,17700004 |
@ohos.bundle.installer.d.ts |
错误码有变化 | 类名:BundleInstaller; 方法or属性:recover(bundleName: string, installParam?: InstallParam): Promise<void>; 旧版本信息:201,202,401,17700004 |
类名:BundleInstaller; 方法or属性:recover(bundleName: string, installParam?: InstallParam): Promise<void>; 新版本信息:201,202,401,17700001,17700004 |
@ohos.bundle.installer.d.ts |
错误码有变化 | 类名:zlib; 方法or属性:function decompressFile(inFile: string, outFile: string, options: Options, callback: AsyncCallback<void>): void; 旧版本信息:401,900001,900002 |
类名:zlib; 方法or属性:function decompressFile(inFile: string, outFile: string, options: Options, callback: AsyncCallback<void>): void; 新版本信息:401,900001,900002,900003 |
@ohos.zlib.d.ts |
错误码有变化 | 类名:zlib; 方法or属性:function decompressFile(inFile: string, outFile: string, options?: Options): Promise<void>; 旧版本信息:401,900001,900002 |
类名:zlib; 方法or属性:function decompressFile(inFile: string, outFile: string, options?: Options): Promise<void>; 新版本信息:401,900001,900002,900003 |
@ohos.zlib.d.ts |
访问级别有变化 | 类名:bundleManager; 方法or属性:function getBundleInfo(bundleName: string, bundleFlags: number, userId: number, callback: AsyncCallback<BundleInfo>): void; 旧版本信息: |
类名:bundleManager; 方法or属性:function getBundleInfo(bundleName: string, bundleFlags: number, userId: number, callback: AsyncCallback<BundleInfo>): void; 新版本信息:systemapi |
@ohos.bundle.bundleManager.d.ts |
访问级别有变化 | 类名:bundleManager; 方法or属性:function getApplicationInfo(bundleName: string, appFlags: number, userId: number, callback: AsyncCallback<ApplicationInfo>): void; 旧版本信息: |
类名:bundleManager; 方法or属性:function getApplicationInfo(bundleName: string, appFlags: number, userId: number, callback: AsyncCallback<ApplicationInfo>): void; 新版本信息:systemapi |
@ohos.bundle.bundleManager.d.ts |
访问级别有变化 | 类名:bundleManager; 方法or属性:function getAllBundleInfo(bundleFlags: number, userId: number, callback: AsyncCallback<Array<BundleInfo>>): void; 旧版本信息: |
类名:bundleManager; 方法or属性:function getAllBundleInfo(bundleFlags: number, userId: number, callback: AsyncCallback<Array<BundleInfo>>): void; 新版本信息:systemapi |
@ohos.bundle.bundleManager.d.ts |
访问级别有变化 | 类名:bundleManager; 方法or属性:function getAllApplicationInfo(appFlags: number, userId: number, callback: AsyncCallback<Array<ApplicationInfo>>): void; 旧版本信息: |
类名:bundleManager; 方法or属性:function getAllApplicationInfo(appFlags: number, userId: number, callback: AsyncCallback<Array<ApplicationInfo>>): void; 新版本信息:systemapi |
@ohos.bundle.bundleManager.d.ts |
访问级别有变化 | 类名:bundleManager; 方法or属性:function queryAbilityInfo(want: Want, abilityFlags: number, userId: number, callback: AsyncCallback<Array<AbilityInfo>>): void; 旧版本信息: |
类名:bundleManager; 方法or属性:function queryAbilityInfo(want: Want, abilityFlags: number, userId: number, callback: AsyncCallback<Array<AbilityInfo>>): void; 新版本信息:systemapi |
@ohos.bundle.bundleManager.d.ts |
访问级别有变化 | 类名:bundleManager; 方法or属性:function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType, extensionAbilityFlags: number, userId: number, callback: AsyncCallback<Array<ExtensionAbilityInfo>>): void; 旧版本信息: |
类名:bundleManager; 方法or属性:function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType, extensionAbilityFlags: number, userId: number, callback: AsyncCallback<Array<ExtensionAbilityInfo>>): void; 新版本信息:systemapi |
@ohos.bundle.bundleManager.d.ts |
访问级别有变化 | 类名:ApplicationFlag; 方法or属性:GET_APPLICATION_INFO_DEFAULT = 0x00000000 旧版本信息: |
类名:ApplicationFlag; 方法or属性:GET_APPLICATION_INFO_DEFAULT = 0x00000000 新版本信息:systemapi |
@ohos.bundle.bundleManager.d.ts |
访问级别有变化 | 类名:ApplicationFlag; 方法or属性:GET_APPLICATION_INFO_WITH_PERMISSION = 0x00000001 旧版本信息: |
类名:ApplicationFlag; 方法or属性:GET_APPLICATION_INFO_WITH_PERMISSION = 0x00000001 新版本信息:systemapi |
@ohos.bundle.bundleManager.d.ts |
访问级别有变化 | 类名:ApplicationFlag; 方法or属性:GET_APPLICATION_INFO_WITH_METADATA = 0x00000002 旧版本信息: |
类名:ApplicationFlag; 方法or属性:GET_APPLICATION_INFO_WITH_METADATA = 0x00000002 新版本信息:systemapi |
@ohos.bundle.bundleManager.d.ts |
访问级别有变化 | 类名:ApplicationFlag; 方法or属性:GET_APPLICATION_INFO_WITH_DISABLE = 0x00000004 旧版本信息: |
类名:ApplicationFlag; 方法or属性:GET_APPLICATION_INFO_WITH_DISABLE = 0x00000004 新版本信息:systemapi |
@ohos.bundle.bundleManager.d.ts |
访问级别有变化 | 类名:AbilityFlag; 方法or属性:GET_ABILITY_INFO_DEFAULT = 0x00000000 旧版本信息: |
类名:AbilityFlag; 方法or属性:GET_ABILITY_INFO_DEFAULT = 0x00000000 新版本信息:systemapi |
@ohos.bundle.bundleManager.d.ts |
访问级别有变化 | 类名:AbilityFlag; 方法or属性:GET_ABILITY_INFO_WITH_PERMISSION = 0x00000001 旧版本信息: |
类名:AbilityFlag; 方法or属性:GET_ABILITY_INFO_WITH_PERMISSION = 0x00000001 新版本信息:systemapi |
@ohos.bundle.bundleManager.d.ts |
访问级别有变化 | 类名:AbilityFlag; 方法or属性:GET_ABILITY_INFO_WITH_APPLICATION = 0x00000002 旧版本信息: |
类名:AbilityFlag; 方法or属性:GET_ABILITY_INFO_WITH_APPLICATION = 0x00000002 新版本信息:systemapi |
@ohos.bundle.bundleManager.d.ts |
访问级别有变化 | 类名:AbilityFlag; 方法or属性:GET_ABILITY_INFO_WITH_METADATA = 0x00000004 旧版本信息: |
类名:AbilityFlag; 方法or属性:GET_ABILITY_INFO_WITH_METADATA = 0x00000004 新版本信息:systemapi |
@ohos.bundle.bundleManager.d.ts |
访问级别有变化 | 类名:AbilityFlag; 方法or属性:GET_ABILITY_INFO_WITH_DISABLE = 0x00000008 旧版本信息: |
类名:AbilityFlag; 方法or属性:GET_ABILITY_INFO_WITH_DISABLE = 0x00000008 新版本信息:systemapi |
@ohos.bundle.bundleManager.d.ts |
访问级别有变化 | 类名:AbilityFlag; 方法or属性:GET_ABILITY_INFO_ONLY_SYSTEM_APP = 0x00000010 旧版本信息: |
类名:AbilityFlag; 方法or属性:GET_ABILITY_INFO_ONLY_SYSTEM_APP = 0x00000010 新版本信息:systemapi |
@ohos.bundle.bundleManager.d.ts |
访问级别有变化 | 类名:ExtensionAbilityFlag; 方法or属性:GET_EXTENSION_ABILITY_INFO_DEFAULT = 0x00000000 旧版本信息: |
类名:ExtensionAbilityFlag; 方法or属性:GET_EXTENSION_ABILITY_INFO_DEFAULT = 0x00000000 新版本信息:systemapi |
@ohos.bundle.bundleManager.d.ts |
访问级别有变化 | 类名:ExtensionAbilityFlag; 方法or属性:GET_EXTENSION_ABILITY_INFO_WITH_PERMISSION = 0x00000001 旧版本信息: |
类名:ExtensionAbilityFlag; 方法or属性:GET_EXTENSION_ABILITY_INFO_WITH_PERMISSION = 0x00000001 新版本信息:systemapi |
@ohos.bundle.bundleManager.d.ts |
访问级别有变化 | 类名:ExtensionAbilityFlag; 方法or属性:GET_EXTENSION_ABILITY_INFO_WITH_APPLICATION = 0x00000002 旧版本信息: |
类名:ExtensionAbilityFlag; 方法or属性:GET_EXTENSION_ABILITY_INFO_WITH_APPLICATION = 0x00000002 新版本信息:systemapi |
@ohos.bundle.bundleManager.d.ts |
访问级别有变化 | 类名:ExtensionAbilityFlag; 方法or属性:GET_EXTENSION_ABILITY_INFO_WITH_METADATA = 0x00000004 旧版本信息: |
类名:ExtensionAbilityFlag; 方法or属性:GET_EXTENSION_ABILITY_INFO_WITH_METADATA = 0x00000004 新版本信息:systemapi |
@ohos.bundle.bundleManager.d.ts |
访问级别有变化 | 类名:bundle; 方法or属性:function getBundleInstaller(): Promise<BundleInstaller>; 旧版本信息: |
类名:bundle; 方法or属性:function getBundleInstaller(): Promise<BundleInstaller>; 新版本信息:systemapi |
@ohos.bundle.d.ts |
访问级别有变化 | 类名:bundle; 方法or属性:function cleanBundleCacheFiles(bundleName: string): Promise<void>; 旧版本信息: |
类名:bundle; 方法or属性:function cleanBundleCacheFiles(bundleName: string): Promise<void>; 新版本信息:systemapi |
@ohos.bundle.d.ts |
访问级别有变化 | 类名:bundle; 方法or属性:function setApplicationEnabled(bundleName: string, isEnable: boolean): Promise<void>; 旧版本信息: |
类名:bundle; 方法or属性:function setApplicationEnabled(bundleName: string, isEnable: boolean): Promise<void>; 新版本信息:systemapi |
@ohos.bundle.d.ts |
访问级别有变化 | 类名:bundle; 方法or属性:function setAbilityEnabled(info: AbilityInfo, isEnable: boolean): Promise<void>; 旧版本信息: |
类名:bundle; 方法or属性:function setAbilityEnabled(info: AbilityInfo, isEnable: boolean): Promise<void>; 新版本信息:systemapi |
@ohos.bundle.d.ts |
访问级别有变化 | 类名:bundle; 方法or属性:function getPermissionDef(permissionName: string): Promise<PermissionDef>; 旧版本信息: |
类名:bundle; 方法or属性:function getPermissionDef(permissionName: string): Promise<PermissionDef>; 新版本信息:systemapi |
@ohos.bundle.d.ts |
访问级别有变化 | 类名:defaultAppManager; 方法or属性:function getDefaultApplication(type: string, callback: AsyncCallback<BundleInfo>): void; 旧版本信息: |
类名:defaultAppManager; 方法or属性:function getDefaultApplication(type: string, callback: AsyncCallback<BundleInfo>): void; 新版本信息:systemapi |
@ohos.bundle.defaultAppManager.d.ts |
访问级别有变化 | 类名:defaultAppManager; 方法or属性:function setDefaultApplication(type: string, elementName: ElementName, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:defaultAppManager; 方法or属性:function setDefaultApplication(type: string, elementName: ElementName, callback: AsyncCallback<void>): void; 新版本信息:systemapi |
@ohos.bundle.defaultAppManager.d.ts |
访问级别有变化 | 类名:defaultAppManager; 方法or属性:function resetDefaultApplication(type: string, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:defaultAppManager; 方法or属性:function resetDefaultApplication(type: string, callback: AsyncCallback<void>): void; 新版本信息:systemapi |
@ohos.bundle.defaultAppManager.d.ts |
访问级别有变化 | 类名:UpgradeFlag; 方法or属性:NOT_UPGRADE = 0 旧版本信息: |
类名:UpgradeFlag; 方法or属性:NOT_UPGRADE = 0 新版本信息:systemapi |
@ohos.bundle.freeInstall.d.ts |
访问级别有变化 | 类名:UpgradeFlag; 方法or属性:SINGLE_UPGRADE = 1 旧版本信息: |
类名:UpgradeFlag; 方法or属性:SINGLE_UPGRADE = 1 新版本信息:systemapi |
@ohos.bundle.freeInstall.d.ts |
访问级别有变化 | 类名:UpgradeFlag; 方法or属性:RELATION_UPGRADE = 2 旧版本信息: |
类名:UpgradeFlag; 方法or属性:RELATION_UPGRADE = 2 新版本信息:systemapi |
@ohos.bundle.freeInstall.d.ts |
访问级别有变化 | 类名:BundlePackFlag; 方法or属性:GET_PACK_INFO_ALL = 0x00000000 旧版本信息: |
类名:BundlePackFlag; 方法or属性:GET_PACK_INFO_ALL = 0x00000000 新版本信息:systemapi |
@ohos.bundle.freeInstall.d.ts |
访问级别有变化 | 类名:BundlePackFlag; 方法or属性:GET_PACKAGES = 0x00000001 旧版本信息: |
类名:BundlePackFlag; 方法or属性:GET_PACKAGES = 0x00000001 新版本信息:systemapi |
@ohos.bundle.freeInstall.d.ts |
访问级别有变化 | 类名:BundlePackFlag; 方法or属性:GET_BUNDLE_SUMMARY = 0x00000002 旧版本信息: |
类名:BundlePackFlag; 方法or属性:GET_BUNDLE_SUMMARY = 0x00000002 新版本信息:systemapi |
@ohos.bundle.freeInstall.d.ts |
访问级别有变化 | 类名:BundlePackFlag; 方法or属性:GET_MODULE_SUMMARY = 0x00000004 旧版本信息: |
类名:BundlePackFlag; 方法or属性:GET_MODULE_SUMMARY = 0x00000004 新版本信息:systemapi |
@ohos.bundle.freeInstall.d.ts |
访问级别有变化 | 类名:innerBundleManager; 方法or属性:function getLauncherAbilityInfos(bundleName: string, userId: number): Promise<Array<LauncherAbilityInfo>>; 旧版本信息: |
类名:innerBundleManager; 方法or属性:function getLauncherAbilityInfos(bundleName: string, userId: number): Promise<Array<LauncherAbilityInfo>>; 新版本信息:systemapi |
@ohos.bundle.innerBundleManager.d.ts |
访问级别有变化 | 类名:innerBundleManager; 方法or属性:function on(type: ‘BundleStatusChange’, bundleStatusCallback: BundleStatusCallback): Promise<string>; 旧版本信息: |
类名:innerBundleManager; 方法or属性:function on(type: ‘BundleStatusChange’, bundleStatusCallback: BundleStatusCallback): Promise<string>; 新版本信息:systemapi |
@ohos.bundle.innerBundleManager.d.ts |
访问级别有变化 | 类名:innerBundleManager; 方法or属性:function off(type: ‘BundleStatusChange’): Promise<string>; 旧版本信息: |
类名:innerBundleManager; 方法or属性:function off(type: ‘BundleStatusChange’): Promise<string>; 新版本信息:systemapi |
@ohos.bundle.innerBundleManager.d.ts |
访问级别有变化 | 类名:innerBundleManager; 方法or属性:function getAllLauncherAbilityInfos(userId: number): Promise<Array<LauncherAbilityInfo>>; 旧版本信息: |
类名:innerBundleManager; 方法or属性:function getAllLauncherAbilityInfos(userId: number): Promise<Array<LauncherAbilityInfo>>; 新版本信息:systemapi |
@ohos.bundle.innerBundleManager.d.ts |
访问级别有变化 | 类名:innerBundleManager; 方法or属性:function getShortcutInfos(bundleName: string): Promise<Array<ShortcutInfo>>; 旧版本信息: |
类名:innerBundleManager; 方法or属性:function getShortcutInfos(bundleName: string): Promise<Array<ShortcutInfo>>; 新版本信息:systemapi |
@ohos.bundle.innerBundleManager.d.ts |
访问级别有变化 | 类名:BundleInstaller; 方法or属性:install(hapFilePaths: Array<string>, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:BundleInstaller; 方法or属性:install(hapFilePaths: Array<string>, callback: AsyncCallback<void>): void; 新版本信息:systemapi |
@ohos.bundle.installer.d.ts |
访问级别有变化 | 类名:BundleInstaller; 方法or属性:uninstall(bundleName: string, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:BundleInstaller; 方法or属性:uninstall(bundleName: string, callback: AsyncCallback<void>): void; 新版本信息:systemapi |
@ohos.bundle.installer.d.ts |
访问级别有变化 | 类名:BundleInstaller; 方法or属性:recover(bundleName: string, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:BundleInstaller; 方法or属性:recover(bundleName: string, callback: AsyncCallback<void>): void; 新版本信息:systemapi |
@ohos.bundle.installer.d.ts |
访问级别有变化 | 类名:HashParam; 方法or属性:moduleName: string; 旧版本信息: |
类名:HashParam; 方法or属性:moduleName: string; 新版本信息:systemapi |
@ohos.bundle.installer.d.ts |
访问级别有变化 | 类名:HashParam; 方法or属性:hashValue: string; 旧版本信息: |
类名:HashParam; 方法or属性:hashValue: string; 新版本信息:systemapi |
@ohos.bundle.installer.d.ts |
访问级别有变化 | 类名:InstallParam; 方法or属性:userId?: number; 旧版本信息: |
类名:InstallParam; 方法or属性:userId?: number; 新版本信息:systemapi |
@ohos.bundle.installer.d.ts |
访问级别有变化 | 类名:InstallParam; 方法or属性:installFlag?: number; 旧版本信息: |
类名:InstallParam; 方法or属性:installFlag?: number; 新版本信息:systemapi |
@ohos.bundle.installer.d.ts |
访问级别有变化 | 类名:InstallParam; 方法or属性:isKeepData?: boolean; 旧版本信息: |
类名:InstallParam; 方法or属性:isKeepData?: boolean; 新版本信息:systemapi |
@ohos.bundle.installer.d.ts |
访问级别有变化 | 类名:InstallParam; 方法or属性:hashParams?: Array<HashParam>; 旧版本信息: |
类名:InstallParam; 方法or属性:hashParams?: Array<HashParam>; 新版本信息:systemapi |
@ohos.bundle.installer.d.ts |
访问级别有变化 | 类名:InstallParam; 方法or属性:crowdtestDeadline?: number; 旧版本信息: |
类名:InstallParam; 方法or属性:crowdtestDeadline?: number; 新版本信息:systemapi |
@ohos.bundle.installer.d.ts |
访问级别有变化 | 类名:distributedBundle; 方法or属性:function getRemoteAbilityInfo(elementName: ElementName): Promise<RemoteAbilityInfo>; 旧版本信息: |
类名:distributedBundle; 方法or属性:function getRemoteAbilityInfo(elementName: ElementName): Promise<RemoteAbilityInfo>; 新版本信息:systemapi |
@ohos.distributedBundle.d.ts |
访问级别有变化 | 类名:distributedBundle; 方法or属性:function getRemoteAbilityInfos(elementNames: Array<ElementName>): Promise<Array<RemoteAbilityInfo>>; 旧版本信息: |
类名:distributedBundle; 方法or属性:function getRemoteAbilityInfos(elementNames: Array<ElementName>): Promise<Array<RemoteAbilityInfo>>; 新版本信息:systemapi |
@ohos.distributedBundle.d.ts |
访问级别有变化 | 类名:InstallParam; 方法or属性:userId: number; 旧版本信息: |
类名:InstallParam; 方法or属性:userId: number; 新版本信息:systemapi |
bundleInstaller.d.ts |
访问级别有变化 | 类名:InstallParam; 方法or属性:installFlag: number; 旧版本信息: |
类名:InstallParam; 方法or属性:installFlag: number; 新版本信息:systemapi |
bundleInstaller.d.ts |
访问级别有变化 | 类名:InstallParam; 方法or属性:isKeepData: boolean; 旧版本信息: |
类名:InstallParam; 方法or属性:isKeepData: boolean; 新版本信息:systemapi |
bundleInstaller.d.ts |
访问级别有变化 | 类名:InstallStatus; 方法or属性:status: bundle.InstallErrorCode; 旧版本信息: |
类名:InstallStatus; 方法or属性:status: bundle.InstallErrorCode; 新版本信息:systemapi |
bundleInstaller.d.ts |
访问级别有变化 | 类名:InstallStatus; 方法or属性:statusMessage: string; 旧版本信息: |
类名:InstallStatus; 方法or属性:statusMessage: string; 新版本信息:systemapi |
bundleInstaller.d.ts |
访问级别有变化 | 类名:BundleInstaller; 方法or属性:install(bundleFilePaths: Array<string>, param: InstallParam, callback: AsyncCallback<InstallStatus>): void; 旧版本信息: |
类名:BundleInstaller; 方法or属性:install(bundleFilePaths: Array<string>, param: InstallParam, callback: AsyncCallback<InstallStatus>): void; 新版本信息:systemapi |
bundleInstaller.d.ts |
访问级别有变化 | 类名:BundleInstaller; 方法or属性:uninstall(bundleName: string, param: InstallParam, callback: AsyncCallback<InstallStatus>): void; 旧版本信息: |
类名:BundleInstaller; 方法or属性:uninstall(bundleName: string, param: InstallParam, callback: AsyncCallback<InstallStatus>): void; 新版本信息:systemapi |
bundleInstaller.d.ts |
访问级别有变化 | 类名:LauncherAbilityInfo; 方法or属性:readonly applicationInfo: ApplicationInfo; 旧版本信息: |
类名:LauncherAbilityInfo; 方法or属性:readonly applicationInfo: ApplicationInfo; 新版本信息:systemapi |
launcherAbilityInfo.d.ts |
访问级别有变化 | 类名:LauncherAbilityInfo; 方法or属性:readonly elementName: ElementName; 旧版本信息: |
类名:LauncherAbilityInfo; 方法or属性:readonly elementName: ElementName; 新版本信息:systemapi |
launcherAbilityInfo.d.ts |
访问级别有变化 | 类名:LauncherAbilityInfo; 方法or属性:readonly labelId: number; 旧版本信息: |
类名:LauncherAbilityInfo; 方法or属性:readonly labelId: number; 新版本信息:systemapi |
launcherAbilityInfo.d.ts |
访问级别有变化 | 类名:LauncherAbilityInfo; 方法or属性:readonly iconId: number; 旧版本信息: |
类名:LauncherAbilityInfo; 方法or属性:readonly iconId: number; 新版本信息:systemapi |
launcherAbilityInfo.d.ts |
访问级别有变化 | 类名:LauncherAbilityInfo; 方法or属性:readonly userId: number; 旧版本信息: |
类名:LauncherAbilityInfo; 方法or属性:readonly userId: number; 新版本信息:systemapi |
launcherAbilityInfo.d.ts |
访问级别有变化 | 类名:LauncherAbilityInfo; 方法or属性:readonly installTime: number; 旧版本信息: |
类名:LauncherAbilityInfo; 方法or属性:readonly installTime: number; 新版本信息:systemapi |
launcherAbilityInfo.d.ts |
访问级别有变化 | 类名:PermissionDef; 方法or属性:permissionName: string; 旧版本信息: |
类名:PermissionDef; 方法or属性:permissionName: string; 新版本信息:systemapi |
PermissionDef.d.ts |
访问级别有变化 | 类名:PermissionDef; 方法or属性:grantMode: number; 旧版本信息: |
类名:PermissionDef; 方法or属性:grantMode: number; 新版本信息:systemapi |
PermissionDef.d.ts |
访问级别有变化 | 类名:PermissionDef; 方法or属性:labelId: number; 旧版本信息: |
类名:PermissionDef; 方法or属性:labelId: number; 新版本信息:systemapi |
PermissionDef.d.ts |
访问级别有变化 | 类名:PermissionDef; 方法or属性:descriptionId: number; 旧版本信息: |
类名:PermissionDef; 方法or属性:descriptionId: number; 新版本信息:systemapi |
PermissionDef.d.ts |
访问级别有变化 | 类名:RemoteAbilityInfo; 方法or属性:readonly elementName: ElementName; 旧版本信息: |
类名:RemoteAbilityInfo; 方法or属性:readonly elementName: ElementName; 新版本信息:systemapi |
remoteAbilityInfo.d.ts |
访问级别有变化 | 类名:RemoteAbilityInfo; 方法or属性:readonly label: string; 旧版本信息: |
类名:RemoteAbilityInfo; 方法or属性:readonly label: string; 新版本信息:systemapi |
remoteAbilityInfo.d.ts |
访问级别有变化 | 类名:RemoteAbilityInfo; 方法or属性:readonly icon: string; 旧版本信息: |
类名:RemoteAbilityInfo; 方法or属性:readonly icon: string; 新版本信息:systemapi |
remoteAbilityInfo.d.ts |
访问级别有变化 | 类名:ShortcutWant; 方法or属性:readonly targetBundle: string; 旧版本信息: |
类名:ShortcutWant; 方法or属性:readonly targetBundle: string; 新版本信息:systemapi |
shortcutInfo.d.ts |
访问级别有变化 | 类名:ShortcutWant; 方法or属性:readonly targetClass: string; 旧版本信息: |
类名:ShortcutWant; 方法or属性:readonly targetClass: string; 新版本信息:systemapi |
shortcutInfo.d.ts |
访问级别有变化 | 类名:BundlePackInfo; 方法or属性:readonly packages: Array<PackageConfig>; 旧版本信息: |
类名:BundlePackInfo; 方法or属性:readonly packages: Array<PackageConfig>; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:BundlePackInfo; 方法or属性:readonly summary: PackageSummary; 旧版本信息: |
类名:BundlePackInfo; 方法or属性:readonly summary: PackageSummary; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:PackageConfig; 方法or属性:readonly deviceTypes: Array<string>; 旧版本信息: |
类名:PackageConfig; 方法or属性:readonly deviceTypes: Array<string>; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:ModuleConfigInfo; 方法or属性:readonly deviceTypes: Array<string>; 旧版本信息: |
类名:ModuleConfigInfo; 方法or属性:readonly deviceTypes: Array<string>; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:PackageConfig; 方法or属性:readonly name: string; 旧版本信息: |
类名:PackageConfig; 方法or属性:readonly name: string; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:ExtensionAbility; 方法or属性:readonly name: string; 旧版本信息: |
类名:ExtensionAbility; 方法or属性:readonly name: string; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:ModuleAbilityInfo; 方法or属性:readonly name: string; 旧版本信息: |
类名:ModuleAbilityInfo; 方法or属性:readonly name: string; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:AbilityFormInfo; 方法or属性:readonly name: string; 旧版本信息: |
类名:AbilityFormInfo; 方法or属性:readonly name: string; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:Version; 方法or属性:readonly name: string; 旧版本信息: |
类名:Version; 方法or属性:readonly name: string; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:PackageConfig; 方法or属性:readonly moduleType: string; 旧版本信息: |
类名:PackageConfig; 方法or属性:readonly moduleType: string; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:ModuleDistroInfo; 方法or属性:readonly moduleType: string; 旧版本信息: |
类名:ModuleDistroInfo; 方法or属性:readonly moduleType: string; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:PackageConfig; 方法or属性:readonly deliveryWithInstall: boolean; 旧版本信息: |
类名:PackageConfig; 方法or属性:readonly deliveryWithInstall: boolean; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:ModuleDistroInfo; 方法or属性:readonly deliveryWithInstall: boolean; 旧版本信息: |
类名:ModuleDistroInfo; 方法or属性:readonly deliveryWithInstall: boolean; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:PackageSummary; 方法or属性:readonly app: BundleConfigInfo; 旧版本信息: |
类名:PackageSummary; 方法or属性:readonly app: BundleConfigInfo; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:PackageSummary; 方法or属性:readonly modules: Array<ModuleConfigInfo>; 旧版本信息: |
类名:PackageSummary; 方法or属性:readonly modules: Array<ModuleConfigInfo>; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:BundleConfigInfo; 方法or属性:readonly bundleName: string; 旧版本信息: |
类名:BundleConfigInfo; 方法or属性:readonly bundleName: string; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:BundleConfigInfo; 方法or属性:readonly version: Version; 旧版本信息: |
类名:BundleConfigInfo; 方法or属性:readonly version: Version; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:ExtensionAbility; 方法or属性:readonly forms: Array<AbilityFormInfo>; 旧版本信息: |
类名:ExtensionAbility; 方法or属性:readonly forms: Array<AbilityFormInfo>; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:ModuleAbilityInfo; 方法or属性:readonly forms: Array<AbilityFormInfo>; 旧版本信息: |
类名:ModuleAbilityInfo; 方法or属性:readonly forms: Array<AbilityFormInfo>; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:ModuleConfigInfo; 方法or属性:readonly mainAbility: string; 旧版本信息: |
类名:ModuleConfigInfo; 方法or属性:readonly mainAbility: string; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:ModuleConfigInfo; 方法or属性:readonly apiVersion: ApiVersion; 旧版本信息: |
类名:ModuleConfigInfo; 方法or属性:readonly apiVersion: ApiVersion; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:ModuleConfigInfo; 方法or属性:readonly distro: ModuleDistroInfo; 旧版本信息: |
类名:ModuleConfigInfo; 方法or属性:readonly distro: ModuleDistroInfo; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:ModuleConfigInfo; 方法or属性:readonly abilities: Array<ModuleAbilityInfo>; 旧版本信息: |
类名:ModuleConfigInfo; 方法or属性:readonly abilities: Array<ModuleAbilityInfo>; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:ModuleConfigInfo; 方法or属性:readonly extensionAbilities: Array<ExtensionAbility>; 旧版本信息: |
类名:ModuleConfigInfo; 方法or属性:readonly extensionAbilities: Array<ExtensionAbility>; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:ModuleDistroInfo; 方法or属性:readonly installationFree: boolean; 旧版本信息: |
类名:ModuleDistroInfo; 方法or属性:readonly installationFree: boolean; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:ModuleDistroInfo; 方法or属性:readonly moduleName: string; 旧版本信息: |
类名:ModuleDistroInfo; 方法or属性:readonly moduleName: string; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:ModuleAbilityInfo; 方法or属性:readonly label: string; 旧版本信息: |
类名:ModuleAbilityInfo; 方法or属性:readonly label: string; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:ModuleAbilityInfo; 方法or属性:readonly exported: boolean; 旧版本信息: |
类名:ModuleAbilityInfo; 方法or属性:readonly exported: boolean; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:AbilityFormInfo; 方法or属性:readonly type: string; 旧版本信息: |
类名:AbilityFormInfo; 方法or属性:readonly type: string; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:AbilityFormInfo; 方法or属性:readonly updateEnabled: boolean; 旧版本信息: |
类名:AbilityFormInfo; 方法or属性:readonly updateEnabled: boolean; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:AbilityFormInfo; 方法or属性:readonly scheduledUpdateTime: string; 旧版本信息: |
类名:AbilityFormInfo; 方法or属性:readonly scheduledUpdateTime: string; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:AbilityFormInfo; 方法or属性:readonly updateDuration: number; 旧版本信息: |
类名:AbilityFormInfo; 方法or属性:readonly updateDuration: number; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:AbilityFormInfo; 方法or属性:readonly supportDimensions: Array<string>; 旧版本信息: |
类名:AbilityFormInfo; 方法or属性:readonly supportDimensions: Array<string>; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:AbilityFormInfo; 方法or属性:readonly defaultDimension: string; 旧版本信息: |
类名:AbilityFormInfo; 方法or属性:readonly defaultDimension: string; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:Version; 方法or属性:readonly minCompatibleVersionCode: number; 旧版本信息: |
类名:Version; 方法or属性:readonly minCompatibleVersionCode: number; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:Version; 方法or属性:readonly code: number; 旧版本信息: |
类名:Version; 方法or属性:readonly code: number; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:ApiVersion; 方法or属性:readonly releaseType: string; 旧版本信息: |
类名:ApiVersion; 方法or属性:readonly releaseType: string; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:ApiVersion; 方法or属性:readonly compatible: number; 旧版本信息: |
类名:ApiVersion; 方法or属性:readonly compatible: number; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:ApiVersion; 方法or属性:readonly target: number; 旧版本信息: |
类名:ApiVersion; 方法or属性:readonly target: number; 新版本信息:systemapi |
BundlePackInfo.d.ts |
访问级别有变化 | 类名:DispatchInfo; 方法or属性:readonly version: string; 旧版本信息: |
类名:DispatchInfo; 方法or属性:readonly version: string; 新版本信息:systemapi |
DispatchInfo.d.ts |
访问级别有变化 | 类名:DispatchInfo; 方法or属性:readonly dispatchAPIVersion: string; 旧版本信息: |
类名:DispatchInfo; 方法or属性:readonly dispatchAPIVersion: string; 新版本信息:systemapi |
DispatchInfo.d.ts |
访问级别有变化 | 类名:LauncherAbilityInfo; 方法or属性:readonly applicationInfo: ApplicationInfo; 旧版本信息: |
类名:LauncherAbilityInfo; 方法or属性:readonly applicationInfo: ApplicationInfo; 新版本信息:systemapi |
LauncherAbilityInfo.d.ts |
访问级别有变化 | 类名:LauncherAbilityInfo; 方法or属性:readonly elementName: ElementName; 旧版本信息: |
类名:LauncherAbilityInfo; 方法or属性:readonly elementName: ElementName; 新版本信息:systemapi |
LauncherAbilityInfo.d.ts |
访问级别有变化 | 类名:LauncherAbilityInfo; 方法or属性:readonly labelId: number; 旧版本信息: |
类名:LauncherAbilityInfo; 方法or属性:readonly labelId: number; 新版本信息:systemapi |
LauncherAbilityInfo.d.ts |
访问级别有变化 | 类名:LauncherAbilityInfo; 方法or属性:readonly iconId: number; 旧版本信息: |
类名:LauncherAbilityInfo; 方法or属性:readonly iconId: number; 新版本信息:systemapi |
LauncherAbilityInfo.d.ts |
访问级别有变化 | 类名:LauncherAbilityInfo; 方法or属性:readonly userId: number; 旧版本信息: |
类名:LauncherAbilityInfo; 方法or属性:readonly userId: number; 新版本信息:systemapi |
LauncherAbilityInfo.d.ts |
访问级别有变化 | 类名:LauncherAbilityInfo; 方法or属性:readonly installTime: number; 旧版本信息: |
类名:LauncherAbilityInfo; 方法or属性:readonly installTime: number; 新版本信息:systemapi |
LauncherAbilityInfo.d.ts |
访问级别有变化 | 类名:PermissionDef; 方法or属性:readonly permissionName: string; 旧版本信息: |
类名:PermissionDef; 方法or属性:readonly permissionName: string; 新版本信息:systemapi |
PermissionDef.d.ts |
访问级别有变化 | 类名:PermissionDef; 方法or属性:readonly grantMode: number; 旧版本信息: |
类名:PermissionDef; 方法or属性:readonly grantMode: number; 新版本信息:systemapi |
PermissionDef.d.ts |
访问级别有变化 | 类名:PermissionDef; 方法or属性:readonly labelId: number; 旧版本信息: |
类名:PermissionDef; 方法or属性:readonly labelId: number; 新版本信息:systemapi |
PermissionDef.d.ts |
访问级别有变化 | 类名:PermissionDef; 方法or属性:readonly descriptionId: number; 旧版本信息: |
类名:PermissionDef; 方法or属性:readonly descriptionId: number; 新版本信息:systemapi |
PermissionDef.d.ts |
访问级别有变化 | 类名:RemoteAbilityInfo; 方法or属性:readonly elementName: ElementName; 旧版本信息: |
类名:RemoteAbilityInfo; 方法or属性:readonly elementName: ElementName; 新版本信息:systemapi |
RemoteAbilityInfo.d.ts |
访问级别有变化 | 类名:RemoteAbilityInfo; 方法or属性:readonly label: string; 旧版本信息: |
类名:RemoteAbilityInfo; 方法or属性:readonly label: string; 新版本信息:systemapi |
RemoteAbilityInfo.d.ts |
访问级别有变化 | 类名:RemoteAbilityInfo; 方法or属性:readonly icon: string; 旧版本信息: |
类名:RemoteAbilityInfo; 方法or属性:readonly icon: string; 新版本信息:systemapi |
RemoteAbilityInfo.d.ts |
访问级别有变化 | 类名:ShortcutInfo; 方法or属性:readonly id: string; 旧版本信息: |
类名:ShortcutInfo; 方法or属性:readonly id: string; 新版本信息:systemapi |
ShortcutInfo.d.ts |
访问级别有变化 | 类名:ShortcutInfo; 方法or属性:readonly bundleName: string; 旧版本信息: |
类名:ShortcutInfo; 方法or属性:readonly bundleName: string; 新版本信息:systemapi |
ShortcutInfo.d.ts |
访问级别有变化 | 类名:ShortcutInfo; 方法or属性:readonly moduleName: string; 旧版本信息: |
类名:ShortcutInfo; 方法or属性:readonly moduleName: string; 新版本信息:systemapi |
ShortcutInfo.d.ts |
访问级别有变化 | 类名:ShortcutInfo; 方法or属性:readonly hostAbility: string; 旧版本信息: |
类名:ShortcutInfo; 方法or属性:readonly hostAbility: string; 新版本信息:systemapi |
ShortcutInfo.d.ts |
访问级别有变化 | 类名:ShortcutInfo; 方法or属性:readonly icon: string; 旧版本信息: |
类名:ShortcutInfo; 方法or属性:readonly icon: string; 新版本信息:systemapi |
ShortcutInfo.d.ts |
访问级别有变化 | 类名:ShortcutInfo; 方法or属性:readonly iconId: number; 旧版本信息: |
类名:ShortcutInfo; 方法or属性:readonly iconId: number; 新版本信息:systemapi |
ShortcutInfo.d.ts |
访问级别有变化 | 类名:ShortcutInfo; 方法or属性:readonly label: string; 旧版本信息: |
类名:ShortcutInfo; 方法or属性:readonly label: string; 新版本信息:systemapi |
ShortcutInfo.d.ts |
访问级别有变化 | 类名:ShortcutInfo; 方法or属性:readonly labelId: number; 旧版本信息: |
类名:ShortcutInfo; 方法or属性:readonly labelId: number; 新版本信息:systemapi |
ShortcutInfo.d.ts |
访问级别有变化 | 类名:ShortcutInfo; 方法or属性:readonly wants: Array<ShortcutWant>; 旧版本信息: |
类名:ShortcutInfo; 方法or属性:readonly wants: Array<ShortcutWant>; 新版本信息:systemapi |
ShortcutInfo.d.ts |
访问级别有变化 | 类名:ShortcutWant; 方法or属性:readonly targetBundle: string; 旧版本信息: |
类名:ShortcutWant; 方法or属性:readonly targetBundle: string; 新版本信息:systemapi |
ShortcutInfo.d.ts |
访问级别有变化 | 类名:ShortcutWant; 方法or属性:readonly targetModule: string; 旧版本信息: |
类名:ShortcutWant; 方法or属性:readonly targetModule: string; 新版本信息:systemapi |
ShortcutInfo.d.ts |
访问级别有变化 | 类名:ShortcutWant; 方法or属性:readonly targetAbility: string; 旧版本信息: |
类名:ShortcutWant; 方法or属性:readonly targetAbility: string; 新版本信息:systemapi |
ShortcutInfo.d.ts |
权限有变化 | 类名:bundleManager; 方法or属性:function getBundleInfo(bundleName: string, bundleFlags: number, userId: number, callback: AsyncCallback<BundleInfo>): void; 旧版本信息: |
类名:bundleManager; 方法or属性:function getBundleInfo(bundleName: string, bundleFlags: number, userId: number, callback: AsyncCallback<BundleInfo>): void; 新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO |
@ohos.bundle.bundleManager.d.ts |
权限有变化 | 类名:bundleManager; 方法or属性:function getApplicationInfo(bundleName: string, appFlags: number, userId: number, callback: AsyncCallback<ApplicationInfo>): void; 旧版本信息: |
类名:bundleManager; 方法or属性:function getApplicationInfo(bundleName: string, appFlags: number, userId: number, callback: AsyncCallback<ApplicationInfo>): void; 新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO |
@ohos.bundle.bundleManager.d.ts |
权限有变化 | 类名:bundleManager; 方法or属性:function getAllBundleInfo(bundleFlags: number, callback: AsyncCallback<Array<BundleInfo>>): void; 旧版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED |
类名:bundleManager; 方法or属性:function getAllBundleInfo(bundleFlags: number, callback: AsyncCallback<Array<BundleInfo>>): void; 新版本信息:ohos.permission.GET_INSTALLED_BUNDLE_LIST |
@ohos.bundle.bundleManager.d.ts |
权限有变化 | 类名:bundleManager; 方法or属性:function getAllBundleInfo(bundleFlags: number, userId: number, callback: AsyncCallback<Array<BundleInfo>>): void; 旧版本信息: |
类名:bundleManager; 方法or属性:function getAllBundleInfo(bundleFlags: number, userId: number, callback: AsyncCallback<Array<BundleInfo>>): void; 新版本信息:ohos.permission.GET_INSTALLED_BUNDLE_LIST |
@ohos.bundle.bundleManager.d.ts |
权限有变化 | 类名:bundleManager; 方法or属性:function getAllBundleInfo(bundleFlags: number, userId?: number): Promise<Array<BundleInfo>>; 旧版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED |
类名:bundleManager; 方法or属性:function getAllBundleInfo(bundleFlags: number, userId?: number): Promise<Array<BundleInfo>>; 新版本信息:ohos.permission.GET_INSTALLED_BUNDLE_LIST |
@ohos.bundle.bundleManager.d.ts |
权限有变化 | 类名:bundleManager; 方法or属性:function getAllApplicationInfo(appFlags: number, callback: AsyncCallback<Array<ApplicationInfo>>): void; 旧版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED |
类名:bundleManager; 方法or属性:function getAllApplicationInfo(appFlags: number, callback: AsyncCallback<Array<ApplicationInfo>>): void; 新版本信息:ohos.permission.GET_INSTALLED_BUNDLE_LIST |
@ohos.bundle.bundleManager.d.ts |
权限有变化 | 类名:bundleManager; 方法or属性:function getAllApplicationInfo(appFlags: number, userId: number, callback: AsyncCallback<Array<ApplicationInfo>>): void; 旧版本信息: |
类名:bundleManager; 方法or属性:function getAllApplicationInfo(appFlags: number, userId: number, callback: AsyncCallback<Array<ApplicationInfo>>): void; 新版本信息:ohos.permission.GET_INSTALLED_BUNDLE_LIST |
@ohos.bundle.bundleManager.d.ts |
权限有变化 | 类名:bundleManager; 方法or属性:function getAllApplicationInfo(appFlags: number, userId?: number): Promise<Array<ApplicationInfo>>; 旧版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED |
类名:bundleManager; 方法or属性:function getAllApplicationInfo(appFlags: number, userId?: number): Promise<Array<ApplicationInfo>>; 新版本信息:ohos.permission.GET_INSTALLED_BUNDLE_LIST |
@ohos.bundle.bundleManager.d.ts |
权限有变化 | 类名:bundleManager; 方法or属性:function queryAbilityInfo(want: Want, abilityFlags: number, userId: number, callback: AsyncCallback<Array<AbilityInfo>>): void; 旧版本信息: |
类名:bundleManager; 方法or属性:function queryAbilityInfo(want: Want, abilityFlags: number, userId: number, callback: AsyncCallback<Array<AbilityInfo>>): void; 新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO |
@ohos.bundle.bundleManager.d.ts |
权限有变化 | 类名:bundleManager; 方法or属性:function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType, extensionAbilityFlags: number, userId: number, callback: AsyncCallback<Array<ExtensionAbilityInfo>>): void; 旧版本信息: |
类名:bundleManager; 方法or属性:function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType, extensionAbilityFlags: number, userId: number, callback: AsyncCallback<Array<ExtensionAbilityInfo>>): void; 新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO |
@ohos.bundle.bundleManager.d.ts |
权限有变化 | 类名:bundle; 方法or属性:function getBundleInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback<BundleInfo>): void; 旧版本信息: |
类名:bundle; 方法or属性:function getBundleInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback<BundleInfo>): void; 新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO |
@ohos.bundle.d.ts |
权限有变化 | 类名:bundle; 方法or属性:function getBundleInfo(bundleName: string, bundleFlags: number, options?: BundleOptions): Promise<BundleInfo>; 旧版本信息: |
类名:bundle; 方法or属性:function getBundleInfo(bundleName: string, bundleFlags: number, options?: BundleOptions): Promise<BundleInfo>; 新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO |
@ohos.bundle.d.ts |
权限有变化 | 类名:bundle; 方法or属性:function getBundleInstaller(): Promise<BundleInstaller>; 旧版本信息: |
类名:bundle; 方法or属性:function getBundleInstaller(): Promise<BundleInstaller>; 新版本信息:ohos.permission.INSTALL_BUNDLE |
@ohos.bundle.d.ts |
权限有变化 | 类名:bundle; 方法or属性:function getAbilityInfo(bundleName: string, abilityName: string): Promise<AbilityInfo>; 旧版本信息: |
类名:bundle; 方法or属性:function getAbilityInfo(bundleName: string, abilityName: string): Promise<AbilityInfo>; 新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO |
@ohos.bundle.d.ts |
权限有变化 | 类名:bundle; 方法or属性:function getApplicationInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback<ApplicationInfo>): void; 旧版本信息: |
类名:bundle; 方法or属性:function getApplicationInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback<ApplicationInfo>): void; 新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO |
@ohos.bundle.d.ts |
权限有变化 | 类名:bundle; 方法or属性:function getApplicationInfo(bundleName: string, bundleFlags: number, userId?: number): Promise<ApplicationInfo>; 旧版本信息: |
类名:bundle; 方法or属性:function getApplicationInfo(bundleName: string, bundleFlags: number, userId?: number): Promise<ApplicationInfo>; 新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO |
@ohos.bundle.d.ts |
权限有变化 | 类名:bundle; 方法or属性:function queryAbilityByWant(want: Want, bundleFlags: number, callback: AsyncCallback<Array<AbilityInfo>>): void; 旧版本信息: |
类名:bundle; 方法or属性:function queryAbilityByWant(want: Want, bundleFlags: number, callback: AsyncCallback<Array<AbilityInfo>>): void; 新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO |
@ohos.bundle.d.ts |
权限有变化 | 类名:bundle; 方法or属性:function queryAbilityByWant(want: Want, bundleFlags: number, userId?: number): Promise<Array<AbilityInfo>>; 旧版本信息: |
类名:bundle; 方法or属性:function queryAbilityByWant(want: Want, bundleFlags: number, userId?: number): Promise<Array<AbilityInfo>>; 新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO |
@ohos.bundle.d.ts |
权限有变化 | 类名:bundle; 方法or属性:function getAllBundleInfo(bundleFlag: BundleFlag, callback: AsyncCallback<Array<BundleInfo>>): void; 旧版本信息: |
类名:bundle; 方法or属性:function getAllBundleInfo(bundleFlag: BundleFlag, callback: AsyncCallback<Array<BundleInfo>>): void; 新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED |
@ohos.bundle.d.ts |
权限有变化 | 类名:bundle; 方法or属性:function getAllBundleInfo(bundleFlag: BundleFlag, userId?: number): Promise<Array<BundleInfo>>; 旧版本信息: |
类名:bundle; 方法or属性:function getAllBundleInfo(bundleFlag: BundleFlag, userId?: number): Promise<Array<BundleInfo>>; 新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED |
@ohos.bundle.d.ts |
权限有变化 | 类名:bundle; 方法or属性:function getAllApplicationInfo(bundleFlags: number, callback: AsyncCallback<Array<ApplicationInfo>>): void; 旧版本信息: |
类名:bundle; 方法or属性:function getAllApplicationInfo(bundleFlags: number, callback: AsyncCallback<Array<ApplicationInfo>>): void; 新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED |
@ohos.bundle.d.ts |
权限有变化 | 类名:bundle; 方法or属性:function getAllApplicationInfo(bundleFlags: number, userId?: number): Promise<Array<ApplicationInfo>>; 旧版本信息: |
类名:bundle; 方法or属性:function getAllApplicationInfo(bundleFlags: number, userId?: number): Promise<Array<ApplicationInfo>>; 新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED |
@ohos.bundle.d.ts |
权限有变化 | 类名:bundle; 方法or属性:function getLaunchWantForBundle(bundleName: string): Promise<Want>; 旧版本信息: |
类名:bundle; 方法or属性:function getLaunchWantForBundle(bundleName: string): Promise<Want>; 新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED |
@ohos.bundle.d.ts |
权限有变化 | 类名:bundle; 方法or属性:function cleanBundleCacheFiles(bundleName: string): Promise<void>; 旧版本信息: |
类名:bundle; 方法or属性:function cleanBundleCacheFiles(bundleName: string): Promise<void>; 新版本信息:ohos.permission.REMOVE_CACHE_FILES |
@ohos.bundle.d.ts |
权限有变化 | 类名:bundle; 方法or属性:function setApplicationEnabled(bundleName: string, isEnable: boolean): Promise<void>; 旧版本信息: |
类名:bundle; 方法or属性:function setApplicationEnabled(bundleName: string, isEnable: boolean): Promise<void>; 新版本信息:ohos.permission.CHANGE_ABILITY_ENABLED_STATE |
@ohos.bundle.d.ts |
权限有变化 | 类名:bundle; 方法or属性:function setAbilityEnabled(info: AbilityInfo, isEnable: boolean): Promise<void>; 旧版本信息: |
类名:bundle; 方法or属性:function setAbilityEnabled(info: AbilityInfo, isEnable: boolean): Promise<void>; 新版本信息:ohos.permission.CHANGE_ABILITY_ENABLED_STATE |
@ohos.bundle.d.ts |
权限有变化 | 类名:bundle; 方法or属性:function getPermissionDef(permissionName: string): Promise<PermissionDef>; 旧版本信息: |
类名:bundle; 方法or属性:function getPermissionDef(permissionName: string): Promise<PermissionDef>; 新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED |
@ohos.bundle.d.ts |
权限有变化 | 类名:bundle; 方法or属性:function getAbilityLabel(bundleName: string, abilityName: string): Promise<string>; 旧版本信息: |
类名:bundle; 方法or属性:function getAbilityLabel(bundleName: string, abilityName: string): Promise<string>; 新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO |
@ohos.bundle.d.ts |
权限有变化 | 类名:bundle; 方法or属性:function getAbilityIcon(bundleName: string, abilityName: string): Promise<image.PixelMap>; 旧版本信息: |
类名:bundle; 方法or属性:function getAbilityIcon(bundleName: string, abilityName: string): Promise<image.PixelMap>; 新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO |
@ohos.bundle.d.ts |
权限有变化 | 类名:defaultAppManager; 方法or属性:function getDefaultApplication(type: string, callback: AsyncCallback<BundleInfo>): void; 旧版本信息: |
类名:defaultAppManager; 方法or属性:function getDefaultApplication(type: string, callback: AsyncCallback<BundleInfo>): void; 新版本信息:ohos.permission.GET_DEFAULT_APPLICATION |
@ohos.bundle.defaultAppManager.d.ts |
权限有变化 | 类名:defaultAppManager; 方法or属性:function setDefaultApplication(type: string, elementName: ElementName, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:defaultAppManager; 方法or属性:function setDefaultApplication(type: string, elementName: ElementName, callback: AsyncCallback<void>): void; 新版本信息:ohos.permission.SET_DEFAULT_APPLICATION |
@ohos.bundle.defaultAppManager.d.ts |
权限有变化 | 类名:defaultAppManager; 方法or属性:function resetDefaultApplication(type: string, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:defaultAppManager; 方法or属性:function resetDefaultApplication(type: string, callback: AsyncCallback<void>): void; 新版本信息:ohos.permission.SET_DEFAULT_APPLICATION |
@ohos.bundle.defaultAppManager.d.ts |
权限有变化 | 类名:innerBundleManager; 方法or属性:function getLauncherAbilityInfos(bundleName: string, userId: number): Promise<Array<LauncherAbilityInfo>>; 旧版本信息: |
类名:innerBundleManager; 方法or属性:function getLauncherAbilityInfos(bundleName: string, userId: number): Promise<Array<LauncherAbilityInfo>>; 新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED |
@ohos.bundle.innerBundleManager.d.ts |
权限有变化 | 类名:innerBundleManager; 方法or属性:function on(type: ‘BundleStatusChange’, bundleStatusCallback: BundleStatusCallback): Promise<string>; 旧版本信息: |
类名:innerBundleManager; 方法or属性:function on(type: ‘BundleStatusChange’, bundleStatusCallback: BundleStatusCallback): Promise<string>; 新版本信息:ohos.permission.LISTEN_BUNDLE_CHANGE |
@ohos.bundle.innerBundleManager.d.ts |
权限有变化 | 类名:innerBundleManager; 方法or属性:function off(type: ‘BundleStatusChange’): Promise<string>; 旧版本信息: |
类名:innerBundleManager; 方法or属性:function off(type: ‘BundleStatusChange’): Promise<string>; 新版本信息:ohos.permission.LISTEN_BUNDLE_CHANGE |
@ohos.bundle.innerBundleManager.d.ts |
权限有变化 | 类名:innerBundleManager; 方法or属性:function getAllLauncherAbilityInfos(userId: number): Promise<Array<LauncherAbilityInfo>>; 旧版本信息: |
类名:innerBundleManager; 方法or属性:function getAllLauncherAbilityInfos(userId: number): Promise<Array<LauncherAbilityInfo>>; 新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED |
@ohos.bundle.innerBundleManager.d.ts |
权限有变化 | 类名:innerBundleManager; 方法or属性:function getShortcutInfos(bundleName: string): Promise<Array<ShortcutInfo>>; 旧版本信息: |
类名:innerBundleManager; 方法or属性:function getShortcutInfos(bundleName: string): Promise<Array<ShortcutInfo>>; 新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED |
@ohos.bundle.innerBundleManager.d.ts |
权限有变化 | 类名:BundleInstaller; 方法or属性:install(hapFilePaths: Array<string>, installParam: InstallParam, callback: AsyncCallback<void>): void; 旧版本信息:ohos.permission.INSTALL_BUNDLE |
类名:BundleInstaller; 方法or属性:install(hapFilePaths: Array<string>, installParam: InstallParam, callback: AsyncCallback<void>): void; 新版本信息:ohos.permission.INSTALL_BUNDLE,ohos.permission.INSTALL_ENTERPRISE_BUNDLE,ohos.permission.INSTALL_ENTERPRISE_MDM_BUNDLE,ohos.permission.INSTALL_ENTERPRISE_NORMAL_BUNDLE |
@ohos.bundle.installer.d.ts |
权限有变化 | 类名:BundleInstaller; 方法or属性:install(hapFilePaths: Array<string>, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:BundleInstaller; 方法or属性:install(hapFilePaths: Array<string>, callback: AsyncCallback<void>): void; 新版本信息:ohos.permission.INSTALL_BUNDLE,ohos.permission.INSTALL_ENTERPRISE_BUNDLE,ohos.permission.INSTALL_ENTERPRISE_MDM_BUNDLE,ohos.permission.INSTALL_ENTERPRISE_NORMAL_BUNDLE |
@ohos.bundle.installer.d.ts |
权限有变化 | 类名:BundleInstaller; 方法or属性:install(hapFilePaths: Array<string>, installParam?: InstallParam): Promise<void>; 旧版本信息:ohos.permission.INSTALL_BUNDLE |
类名:BundleInstaller; 方法or属性:install(hapFilePaths: Array<string>, installParam?: InstallParam): Promise<void>; 新版本信息:ohos.permission.INSTALL_BUNDLE,ohos.permission.INSTALL_ENTERPRISE_BUNDLE,ohos.permission.INSTALL_ENTERPRISE_MDM_BUNDLE,ohos.permission.INSTALL_ENTERPRISE_NORMAL_BUNDLE |
@ohos.bundle.installer.d.ts |
权限有变化 | 类名:BundleInstaller; 方法or属性:uninstall(bundleName: string, installParam: InstallParam, callback: AsyncCallback<void>): void; 旧版本信息:ohos.permission.INSTALL_BUNDLE |
类名:BundleInstaller; 方法or属性:uninstall(bundleName: string, installParam: InstallParam, callback: AsyncCallback<void>): void; 新版本信息:ohos.permission.INSTALL_BUNDLE,ohos.permission.UNINSTALL_BUNDLE |
@ohos.bundle.installer.d.ts |
权限有变化 | 类名:BundleInstaller; 方法or属性:uninstall(bundleName: string, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:BundleInstaller; 方法or属性:uninstall(bundleName: string, callback: AsyncCallback<void>): void; 新版本信息:ohos.permission.INSTALL_BUNDLE,ohos.permission.UNINSTALL_BUNDLE |
@ohos.bundle.installer.d.ts |
权限有变化 | 类名:BundleInstaller; 方法or属性:uninstall(bundleName: string, installParam?: InstallParam): Promise<void>; 旧版本信息:ohos.permission.INSTALL_BUNDLE |
类名:BundleInstaller; 方法or属性:uninstall(bundleName: string, installParam?: InstallParam): Promise<void>; 新版本信息:ohos.permission.INSTALL_BUNDLE,ohos.permission.UNINSTALL_BUNDLE |
@ohos.bundle.installer.d.ts |
权限有变化 | 类名:BundleInstaller; 方法or属性:recover(bundleName: string, installParam: InstallParam, callback: AsyncCallback<void>): void; 旧版本信息:ohos.permission.INSTALL_BUNDLE |
类名:BundleInstaller; 方法or属性:recover(bundleName: string, installParam: InstallParam, callback: AsyncCallback<void>): void; 新版本信息:ohos.permission.INSTALL_BUNDLE,ohos.permission.RECOVER_BUNDLE |
@ohos.bundle.installer.d.ts |
权限有变化 | 类名:BundleInstaller; 方法or属性:recover(bundleName: string, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:BundleInstaller; 方法or属性:recover(bundleName: string, callback: AsyncCallback<void>): void; 新版本信息:ohos.permission.INSTALL_BUNDLE,ohos.permission.RECOVER_BUNDLE |
@ohos.bundle.installer.d.ts |
权限有变化 | 类名:BundleInstaller; 方法or属性:recover(bundleName: string, installParam?: InstallParam): Promise<void>; 旧版本信息:ohos.permission.INSTALL_BUNDLE |
类名:BundleInstaller; 方法or属性:recover(bundleName: string, installParam?: InstallParam): Promise<void>; 新版本信息:ohos.permission.INSTALL_BUNDLE,ohos.permission.RECOVER_BUNDLE |
@ohos.bundle.installer.d.ts |
权限有变化 | 类名:distributedBundle; 方法or属性:function getRemoteAbilityInfo(elementName: ElementName): Promise<RemoteAbilityInfo>; 旧版本信息: |
类名:distributedBundle; 方法or属性:function getRemoteAbilityInfo(elementName: ElementName): Promise<RemoteAbilityInfo>; 新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED |
@ohos.distributedBundle.d.ts |
权限有变化 | 类名:distributedBundle; 方法or属性:function getRemoteAbilityInfos(elementNames: Array<ElementName>): Promise<Array<RemoteAbilityInfo>>; 旧版本信息: |
类名:distributedBundle; 方法or属性:function getRemoteAbilityInfos(elementNames: Array<ElementName>): Promise<Array<RemoteAbilityInfo>>; 新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED |
@ohos.distributedBundle.d.ts |
model有变化 | 类名:AbilityType; 方法or属性:PAGE = 1 旧版本信息: |
类名:AbilityType; 方法or属性:PAGE = 1 新版本信息:FAModelOnly |
@ohos.bundle.bundleManager.d.ts |
model有变化 | 类名:AbilityType; 方法or属性:SERVICE = 2 旧版本信息: |
类名:AbilityType; 方法or属性:SERVICE = 2 新版本信息:FAModelOnly |
@ohos.bundle.bundleManager.d.ts |
model有变化 | 类名:AbilityType; 方法or属性:DATA = 3 旧版本信息: |
类名:AbilityType; 方法or属性:DATA = 3 新版本信息:FAModelOnly |
@ohos.bundle.bundleManager.d.ts |
type有变化 | 类名:BundlePackInfo; 方法or属性:readonly packages: Array<PackageConfig>; 旧版本信息:PackageConfig |
类名:BundlePackInfo; 方法or属性:readonly packages: Array<PackageConfig>; 新版本信息:Array<PackageConfig> |
BundlePackInfo.d.ts |
type有变化 | 类名:ModuleConfigInfo; 方法or属性:readonly deviceTypes: Array<string>; 旧版本信息:string |
类名:ModuleConfigInfo; 方法or属性:readonly deviceTypes: Array<string>; 新版本信息:Array<string> |
BundlePackInfo.d.ts |
函数有变化 | 类名:zlib; 方法or属性:function decompressFile(inFile: string, outFile: string, options: Options): Promise<void>; |
类名:zlib; 方法or属性:function decompressFile(inFile: string, outFile: string, options?: Options): Promise<void>; |
@ohos.zlib.d.ts |
跨平台能力有变化 | 类名:LaunchType; 方法or属性:export enum LaunchType 旧版本信息: |
类名:LaunchType; 方法or属性:export enum LaunchType 新版本信息:crossplatform |
@ohos.bundle.bundleManager.d.ts |
跨平台能力有变化 | 类名:LaunchType; 方法or属性:SINGLETON = 0 旧版本信息: |
类名:LaunchType; 方法or属性:SINGLETON = 0 新版本信息:crossplatform |
@ohos.bundle.bundleManager.d.ts |
跨平台能力有变化 | 类名:LaunchType; 方法or属性:MULTITON = 1 旧版本信息: |
类名:LaunchType; 方法or属性:MULTITON = 1 新版本信息:crossplatform |
@ohos.bundle.bundleManager.d.ts |
跨平台能力有变化 | 类名:AbilityInfo; 方法or属性:export interface AbilityInfo 旧版本信息: |
类名:AbilityInfo; 方法or属性:export interface AbilityInfo 新版本信息:crossplatform |
AbilityInfo.d.ts |
跨平台能力有变化 | 类名:AbilityInfo; 方法or属性:readonly bundleName: string; 旧版本信息: |
类名:AbilityInfo; 方法or属性:readonly bundleName: string; 新版本信息:crossplatform |
AbilityInfo.d.ts |
跨平台能力有变化 | 类名:AbilityInfo; 方法or属性:readonly moduleName: string; 旧版本信息: |
类名:AbilityInfo; 方法or属性:readonly moduleName: string; 新版本信息:crossplatform |
AbilityInfo.d.ts |
跨平台能力有变化 | 类名:AbilityInfo; 方法or属性:readonly name: string; 旧版本信息: |
类名:AbilityInfo; 方法or属性:readonly name: string; 新版本信息:crossplatform |
AbilityInfo.d.ts |
跨平台能力有变化 | 类名:AbilityInfo; 方法or属性:readonly label: string; 旧版本信息: |
类名:AbilityInfo; 方法or属性:readonly label: string; 新版本信息:crossplatform |
AbilityInfo.d.ts |
跨平台能力有变化 | 类名:AbilityInfo; 方法or属性:readonly labelId: number; 旧版本信息: |
类名:AbilityInfo; 方法or属性:readonly labelId: number; 新版本信息:crossplatform |
AbilityInfo.d.ts |
跨平台能力有变化 | 类名:AbilityInfo; 方法or属性:readonly description: string; 旧版本信息: |
类名:AbilityInfo; 方法or属性:readonly description: string; 新版本信息:crossplatform |
AbilityInfo.d.ts |
跨平台能力有变化 | 类名:AbilityInfo; 方法or属性:readonly descriptionId: number; 旧版本信息: |
类名:AbilityInfo; 方法or属性:readonly descriptionId: number; 新版本信息:crossplatform |
AbilityInfo.d.ts |
跨平台能力有变化 | 类名:AbilityInfo; 方法or属性:readonly icon: string; 旧版本信息: |
类名:AbilityInfo; 方法or属性:readonly icon: string; 新版本信息:crossplatform |
AbilityInfo.d.ts |
跨平台能力有变化 | 类名:AbilityInfo; 方法or属性:readonly iconId: number; 旧版本信息: |
类名:AbilityInfo; 方法or属性:readonly iconId: number; 新版本信息:crossplatform |
AbilityInfo.d.ts |
跨平台能力有变化 | 类名:AbilityInfo; 方法or属性:readonly launchType: bundleManager.LaunchType; 旧版本信息: |
类名:AbilityInfo; 方法or属性:readonly launchType: bundleManager.LaunchType; 新版本信息:crossplatform |
AbilityInfo.d.ts |
跨平台能力有变化 | 类名:AbilityInfo; 方法or属性:readonly applicationInfo: ApplicationInfo; 旧版本信息: |
类名:AbilityInfo; 方法or属性:readonly applicationInfo: ApplicationInfo; 新版本信息:crossplatform |
AbilityInfo.d.ts |
跨平台能力有变化 | 类名:AbilityInfo; 方法or属性:readonly metadata: Array<Metadata>; 旧版本信息: |
类名:AbilityInfo; 方法or属性:readonly metadata: Array<Metadata>; 新版本信息:crossplatform |
AbilityInfo.d.ts |
跨平台能力有变化 | 类名:ApplicationInfo; 方法or属性:export interface ApplicationInfo 旧版本信息: |
类名:ApplicationInfo; 方法or属性:export interface ApplicationInfo 新版本信息:crossplatform |
ApplicationInfo.d.ts |
跨平台能力有变化 | 类名:ApplicationInfo; 方法or属性:readonly name: string; 旧版本信息: |
类名:ApplicationInfo; 方法or属性:readonly name: string; 新版本信息:crossplatform |
ApplicationInfo.d.ts |
跨平台能力有变化 | 类名:ApplicationInfo; 方法or属性:readonly description: string; 旧版本信息: |
类名:ApplicationInfo; 方法or属性:readonly description: string; 新版本信息:crossplatform |
ApplicationInfo.d.ts |
跨平台能力有变化 | 类名:ApplicationInfo; 方法or属性:readonly descriptionId: number; 旧版本信息: |
类名:ApplicationInfo; 方法or属性:readonly descriptionId: number; 新版本信息:crossplatform |
ApplicationInfo.d.ts |
跨平台能力有变化 | 类名:ApplicationInfo; 方法or属性:readonly label: string; 旧版本信息: |
类名:ApplicationInfo; 方法or属性:readonly label: string; 新版本信息:crossplatform |
ApplicationInfo.d.ts |
跨平台能力有变化 | 类名:ApplicationInfo; 方法or属性:readonly labelId: number; 旧版本信息: |
类名:ApplicationInfo; 方法or属性:readonly labelId: number; 新版本信息:crossplatform |
ApplicationInfo.d.ts |
跨平台能力有变化 | 类名:ApplicationInfo; 方法or属性:readonly icon: string; 旧版本信息: |
类名:ApplicationInfo; 方法or属性:readonly icon: string; 新版本信息:crossplatform |
ApplicationInfo.d.ts |
跨平台能力有变化 | 类名:ApplicationInfo; 方法or属性:readonly iconId: number; 旧版本信息: |
类名:ApplicationInfo; 方法or属性:readonly iconId: number; 新版本信息:crossplatform |
ApplicationInfo.d.ts |
跨平台能力有变化 | 类名:ApplicationInfo; 方法or属性:readonly codePath: string; 旧版本信息: |
类名:ApplicationInfo; 方法or属性:readonly codePath: string; 新版本信息:crossplatform |
ApplicationInfo.d.ts |
跨平台能力有变化 | 类名:HapModuleInfo; 方法or属性:export interface HapModuleInfo 旧版本信息: |
类名:HapModuleInfo; 方法or属性:export interface HapModuleInfo 新版本信息:crossplatform |
HapModuleInfo.d.ts |
跨平台能力有变化 | 类名:HapModuleInfo; 方法or属性:readonly name: string; 旧版本信息: |
类名:HapModuleInfo; 方法or属性:readonly name: string; 新版本信息:crossplatform |
HapModuleInfo.d.ts |
跨平台能力有变化 | 类名:HapModuleInfo; 方法or属性:readonly icon: string; 旧版本信息: |
类名:HapModuleInfo; 方法or属性:readonly icon: string; 新版本信息:crossplatform |
HapModuleInfo.d.ts |
跨平台能力有变化 | 类名:HapModuleInfo; 方法or属性:readonly iconId: number; 旧版本信息: |
类名:HapModuleInfo; 方法or属性:readonly iconId: number; 新版本信息:crossplatform |
HapModuleInfo.d.ts |
跨平台能力有变化 | 类名:HapModuleInfo; 方法or属性:readonly label: string; 旧版本信息: |
类名:HapModuleInfo; 方法or属性:readonly label: string; 新版本信息:crossplatform |
HapModuleInfo.d.ts |
跨平台能力有变化 | 类名:HapModuleInfo; 方法or属性:readonly labelId: number; 旧版本信息: |
类名:HapModuleInfo; 方法or属性:readonly labelId: number; 新版本信息:crossplatform |
HapModuleInfo.d.ts |
跨平台能力有变化 | 类名:HapModuleInfo; 方法or属性:readonly description: string; 旧版本信息: |
类名:HapModuleInfo; 方法or属性:readonly description: string; 新版本信息:crossplatform |
HapModuleInfo.d.ts |
跨平台能力有变化 | 类名:HapModuleInfo; 方法or属性:readonly descriptionId: number; 旧版本信息: |
类名:HapModuleInfo; 方法or属性:readonly descriptionId: number; 新版本信息:crossplatform |
HapModuleInfo.d.ts |
跨平台能力有变化 | 类名:HapModuleInfo; 方法or属性:readonly mainElementName: string; 旧版本信息: |
类名:HapModuleInfo; 方法or属性:readonly mainElementName: string; 新版本信息:crossplatform |
HapModuleInfo.d.ts |
跨平台能力有变化 | 类名:HapModuleInfo; 方法or属性:readonly abilitiesInfo: Array<AbilityInfo>; 旧版本信息: |
类名:HapModuleInfo; 方法or属性:readonly abilitiesInfo: Array<AbilityInfo>; 新版本信息:crossplatform |
HapModuleInfo.d.ts |
跨平台能力有变化 | 类名:HapModuleInfo; 方法or属性:readonly metadata: Array<Metadata>; 旧版本信息: |
类名:HapModuleInfo; 方法or属性:readonly metadata: Array<Metadata>; 新版本信息:crossplatform |
HapModuleInfo.d.ts |
跨平台能力有变化 | 类名:Metadata; 方法or属性:export interface Metadata 旧版本信息: |
类名:Metadata; 方法or属性:export interface Metadata 新版本信息:crossplatform |
Metadata.d.ts |
跨平台能力有变化 | 类名:Metadata; 方法or属性:name: string; 旧版本信息: |
类名:Metadata; 方法or属性:name: string; 新版本信息:crossplatform |
Metadata.d.ts |
跨平台能力有变化 | 类名:Metadata; 方法or属性:value: string; 旧版本信息: |
类名:Metadata; 方法or属性:value: string; 新版本信息:crossplatform |
Metadata.d.ts |
跨平台能力有变化 | 类名:Metadata; 方法or属性:resource: string; 旧版本信息: |
类名:Metadata; 方法or属性:resource: string; 新版本信息:crossplatform |
Metadata.d.ts |
你可能感兴趣的鸿蒙文章
harmony 鸿蒙js-apidiff-accessibility
harmony 鸿蒙js-apidiff-application
harmony 鸿蒙js-apidiff-communication
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦