操作 | 旧版本 | 新版本 | d.ts文件 |
---|---|---|---|
新增 | NA | 模块名: ohos.bundle.appControl 类名: appControl |
@ohos.bundle.appControl.d.ts |
新增 | NA | 模块名: ohos.bundle.appControl 类名: appControl 方法 or 属性: function setDisposedStatus(appId: string, disposedWant: Want, callback: AsyncCallback<void>): void; |
@ohos.bundle.appControl.d.ts |
新增 | NA | 模块名: ohos.bundle.appControl 类名: appControl 方法 or 属性: function setDisposedStatus(appId: string, disposedWant: Want): Promise<void>; |
@ohos.bundle.appControl.d.ts |
新增 | NA | 模块名: ohos.bundle.appControl 类名: appControl 方法 or 属性: function getDisposedStatus(appId: string, callback: AsyncCallback<Want>): void; |
@ohos.bundle.appControl.d.ts |
新增 | NA | 模块名: ohos.bundle.appControl 类名: appControl 方法 or 属性: function getDisposedStatus(appId: string): Promise<Want>; |
@ohos.bundle.appControl.d.ts |
新增 | NA | 模块名: ohos.bundle.appControl 类名: appControl 方法 or 属性: function deleteDisposedStatus(appId: string, callback: AsyncCallback<void>): void; |
@ohos.bundle.appControl.d.ts |
新增 | NA | 模块名: ohos.bundle.appControl 类名: appControl 方法 or 属性: function deleteDisposedStatus(appId: string): Promise<void>; |
@ohos.bundle.appControl.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: BundleFlag |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: BundleFlag 方法 or 属性: GET_BUNDLE_INFO_DEFAULT = 0x00000000 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: BundleFlag 方法 or 属性: GET_BUNDLE_INFO_WITH_APPLICATION = 0x00000001 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: BundleFlag 方法 or 属性: GET_BUNDLE_INFO_WITH_HAP_MODULE = 0x00000002 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: BundleFlag 方法 or 属性: GET_BUNDLE_INFO_WITH_ABILITY = 0x00000004 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: BundleFlag 方法 or 属性: GET_BUNDLE_INFO_WITH_EXTENSION_ABILITY = 0x00000008 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: BundleFlag 方法 or 属性: GET_BUNDLE_INFO_WITH_REQUESTED_PERMISSION = 0x00000010 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: BundleFlag 方法 or 属性: GET_BUNDLE_INFO_WITH_METADATA = 0x00000020 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: BundleFlag 方法 or 属性: GET_BUNDLE_INFO_WITH_DISABLE = 0x00000040 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: BundleFlag 方法 or 属性: GET_BUNDLE_INFO_WITH_SIGNATURE_INFO = 0x00000080 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ApplicationFlag |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ApplicationFlag 方法 or 属性: GET_APPLICATION_INFO_DEFAULT = 0x00000000 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ApplicationFlag 方法 or 属性: GET_APPLICATION_INFO_WITH_PERMISSION = 0x00000001 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ApplicationFlag 方法 or 属性: GET_APPLICATION_INFO_WITH_METADATA = 0x00000002 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ApplicationFlag 方法 or 属性: GET_APPLICATION_INFO_WITH_DISABLE = 0x00000004 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: AbilityFlag |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: AbilityFlag 方法 or 属性: GET_ABILITY_INFO_DEFAULT = 0x00000000 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: AbilityFlag 方法 or 属性: GET_ABILITY_INFO_WITH_PERMISSION = 0x00000001 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: AbilityFlag 方法 or 属性: GET_ABILITY_INFO_WITH_APPLICATION = 0x00000002 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: AbilityFlag 方法 or 属性: GET_ABILITY_INFO_WITH_METADATA = 0x00000004 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: AbilityFlag 方法 or 属性: GET_ABILITY_INFO_WITH_DISABLE = 0x00000008 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: AbilityFlag 方法 or 属性: GET_ABILITY_INFO_ONLY_SYSTEM_APP = 0x00000010 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ExtensionAbilityFlag |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ExtensionAbilityFlag 方法 or 属性: GET_EXTENSION_ABILITY_INFO_DEFAULT = 0x00000000 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ExtensionAbilityFlag 方法 or 属性: GET_EXTENSION_ABILITY_INFO_WITH_PERMISSION = 0x00000001 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ExtensionAbilityFlag 方法 or 属性: GET_EXTENSION_ABILITY_INFO_WITH_APPLICATION = 0x00000002 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ExtensionAbilityFlag 方法 or 属性: GET_EXTENSION_ABILITY_INFO_WITH_METADATA = 0x00000004 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ExtensionAbilityType |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ExtensionAbilityType 方法 or 属性: FORM = 0 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ExtensionAbilityType 方法 or 属性: WORK_SCHEDULER = 1 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ExtensionAbilityType 方法 or 属性: INPUT_METHOD = 2 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ExtensionAbilityType 方法 or 属性: SERVICE = 3 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ExtensionAbilityType 方法 or 属性: ACCESSIBILITY = 4 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ExtensionAbilityType 方法 or 属性: DATA_SHARE = 5 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ExtensionAbilityType 方法 or 属性: FILE_SHARE = 6 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ExtensionAbilityType 方法 or 属性: STATIC_SUBSCRIBER = 7 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ExtensionAbilityType 方法 or 属性: WALLPAPER = 8 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ExtensionAbilityType 方法 or 属性: BACKUP = 9 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ExtensionAbilityType 方法 or 属性: WINDOW = 10 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ExtensionAbilityType 方法 or 属性: ENTERPRISE_ADMIN = 11 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ExtensionAbilityType 方法 or 属性: THUMBNAIL = 13 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ExtensionAbilityType 方法 or 属性: PREVIEW = 14 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ExtensionAbilityType 方法 or 属性: UNSPECIFIED = 255 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: PermissionGrantState |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: PermissionGrantState 方法 or 属性: PERMISSION_DENIED = -1 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: PermissionGrantState 方法 or 属性: PERMISSION_GRANTED = 0 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: SupportWindowMode |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: SupportWindowMode 方法 or 属性: FULL_SCREEN = 0 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: SupportWindowMode 方法 or 属性: SPLIT = 1 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: SupportWindowMode 方法 or 属性: FLOATING = 2 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: LaunchType |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: LaunchType 方法 or 属性: SINGLETON = 0 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: LaunchType 方法 or 属性: MULTITON = 1 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: LaunchType 方法 or 属性: SPECIFIED = 2 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: AbilityType |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: AbilityType 方法 or 属性: PAGE = 1 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: AbilityType 方法 or 属性: SERVICE = 2 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: AbilityType 方法 or 属性: DATA = 3 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: DisplayOrientation |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: DisplayOrientation 方法 or 属性: UNSPECIFIED |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: DisplayOrientation 方法 or 属性: LANDSCAPE |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: DisplayOrientation 方法 or 属性: PORTRAIT |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: DisplayOrientation 方法 or 属性: FOLLOW_RECENT |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: DisplayOrientation 方法 or 属性: LANDSCAPE_INVERTED |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: DisplayOrientation 方法 or 属性: PORTRAIT_INVERTED |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: DisplayOrientation 方法 or 属性: AUTO_ROTATION |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: DisplayOrientation 方法 or 属性: AUTO_ROTATION_LANDSCAPE |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: DisplayOrientation 方法 or 属性: AUTO_ROTATION_PORTRAIT |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: DisplayOrientation 方法 or 属性: AUTO_ROTATION_RESTRICTED |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: DisplayOrientation 方法 or 属性: AUTO_ROTATION_LANDSCAPE_RESTRICTED |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: DisplayOrientation 方法 or 属性: AUTO_ROTATION_PORTRAIT_RESTRICTED |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: DisplayOrientation 方法 or 属性: LOCKED |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ModuleType |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ModuleType 方法 or 属性: ENTRY = 1 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ModuleType 方法 or 属性: FEATURE = 2 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: ModuleType 方法 or 属性: SHARED = 3 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: BundleType |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: BundleType 方法 or 属性: APP = 0 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: BundleType 方法 or 属性: ATOMIC_SERVICE = 1 |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getBundleInfoForSelf(bundleFlags: number): Promise<BundleInfo>; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getBundleInfoForSelf(bundleFlags: number, callback: AsyncCallback<BundleInfo>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getBundleInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback<BundleInfo>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getBundleInfo(bundleName: string, bundleFlags: number, userId: number, callback: AsyncCallback<BundleInfo>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getBundleInfo(bundleName: string, bundleFlags: number, userId?: number): Promise<BundleInfo>; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getApplicationInfo(bundleName: string, appFlags: number, callback: AsyncCallback<ApplicationInfo>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getApplicationInfo(bundleName: string, appFlags: number, userId: number, callback: AsyncCallback<ApplicationInfo>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getApplicationInfo(bundleName: string, appFlags: number, userId?: number): Promise<ApplicationInfo>; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getAllBundleInfo(bundleFlags: number, callback: AsyncCallback<Array<BundleInfo>>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getAllBundleInfo(bundleFlags: number, userId: number, callback: AsyncCallback<Array<BundleInfo>>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getAllBundleInfo(bundleFlags: number, userId?: number): Promise<Array<BundleInfo>>; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getAllApplicationInfo(appFlags: number, callback: AsyncCallback<Array<ApplicationInfo>>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getAllApplicationInfo(appFlags: number, userId: number, callback: AsyncCallback<Array<ApplicationInfo>>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getAllApplicationInfo(appFlags: number, userId?: number): Promise<Array<ApplicationInfo>>; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function queryAbilityInfo(want: Want, abilityFlags: number, callback: AsyncCallback<Array<AbilityInfo>>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function queryAbilityInfo(want: Want, abilityFlags: number, userId: number, callback: AsyncCallback<Array<AbilityInfo>>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function queryAbilityInfo(want: Want, abilityFlags: number, userId?: number): Promise<Array<AbilityInfo>>; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType, extensionAbilityFlags: number, callback: AsyncCallback<Array<ExtensionAbilityInfo>>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType, extensionAbilityFlags: number, userId: number, callback: AsyncCallback<Array<ExtensionAbilityInfo>>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType, extensionAbilityFlags: number, userId?: number): Promise<Array<ExtensionAbilityInfo>>; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getBundleNameByUid(uid: number, callback: AsyncCallback<string>): void |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getBundleNameByUid(uid: number): Promise<string>; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getBundleArchiveInfo(hapFilePath: string, bundleFlags: number, callback: AsyncCallback<BundleInfo>): void |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getBundleArchiveInfo(hapFilePath: string, bundleFlags: number): Promise<BundleInfo>; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function cleanBundleCacheFiles(bundleName: string, callback: AsyncCallback<void>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function cleanBundleCacheFiles(bundleName: string): Promise<void>; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function setApplicationEnabled(bundleName: string, isEnabled: boolean, callback: AsyncCallback<void>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function setApplicationEnabled(bundleName: string, isEnabled: boolean): Promise<void>; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function setAbilityEnabled(info: AbilityInfo, isEnabled: boolean, callback: AsyncCallback<void>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function setAbilityEnabled(info: AbilityInfo, isEnabled: boolean): Promise<void>; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function isApplicationEnabled(bundleName: string, callback: AsyncCallback<boolean>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function isApplicationEnabled(bundleName: string): Promise<boolean>; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function isAbilityEnabled(info: AbilityInfo, callback: AsyncCallback<boolean>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function isAbilityEnabled(info: AbilityInfo): Promise<boolean>; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getLaunchWantForBundle(bundleName: string, userId: number, callback: AsyncCallback<Want>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getLaunchWantForBundle(bundleName: string, callback: AsyncCallback<Want>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getLaunchWantForBundle(bundleName: string, userId?: number): Promise<Want>; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getProfileByAbility(moduleName: string, abilityName: string, metadataName: string, callback: AsyncCallback<Array<string>>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getProfileByAbility(moduleName: string, abilityName: string, metadataName?: string): Promise<Array<string>>; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getProfileByExtensionAbility(moduleName: string, extensionAbilityName: string, metadataName: string, callback: AsyncCallback<Array<string>>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getProfileByExtensionAbility(moduleName: string, extensionAbilityName: string, metadataName?: string): Promise<Array<string>>; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getPermissionDef(permissionName: string, callback: AsyncCallback<PermissionDef>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getPermissionDef(permissionName: string): Promise<PermissionDef>; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getAbilityLabel(bundleName: string, moduleName: string, abilityName: string, callback: AsyncCallback<string>): void; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getAbilityLabel(bundleName: string, moduleName: string, abilityName: string): Promise<string>; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getApplicationInfoSync(bundleName: string, applicationFlags: number, userId: number) : ApplicationInfo; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getApplicationInfoSync(bundleName: string, applicationFlags: number) : ApplicationInfo; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getBundleInfoSync(bundleName: string, bundleFlags: number, userId: number): BundleInfo; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleManager 类名: bundleManager 方法 or 属性: function getBundleInfoSync(bundleName: string, bundleFlags: number): BundleInfo; |
@ohos.bundle.bundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleMonitor 类名: bundleMonitor |
@ohos.bundle.bundleMonitor.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleMonitor 类名: BundleChangedEvent 方法 or 属性: type BundleChangedEvent = 'add' | 'update' | 'remove'; |
@ohos.bundle.bundleMonitor.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleMonitor 类名: BundleChangedEvent 方法 or 属性: type BundleChangedEvent = 'add' | 'update' | 'remove'; |
@ohos.bundle.bundleMonitor.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleMonitor 类名: BundleChangedEvent 方法 or 属性: type BundleChangedEvent = 'add' | 'update' | 'remove'; |
@ohos.bundle.bundleMonitor.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleMonitor 类名: BundleChangedInfo |
@ohos.bundle.bundleMonitor.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleMonitor 类名: BundleChangedInfo 方法 or 属性: readonly bundleName: string; |
@ohos.bundle.bundleMonitor.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleMonitor 类名: BundleChangedInfo 方法 or 属性: readonly userId: number; |
@ohos.bundle.bundleMonitor.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleMonitor 类名: bundleMonitor 方法 or 属性: function on(type: BundleChangedEvent, callback: Callback<BundleChangedInfo>): void; |
@ohos.bundle.bundleMonitor.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleMonitor 类名: bundleMonitor 方法 or 属性: function on(type: BundleChangedEvent, callback: Callback<BundleChangedInfo>): void; |
@ohos.bundle.bundleMonitor.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleMonitor 类名: bundleMonitor 方法 or 属性: function on(type: BundleChangedEvent, callback: Callback<BundleChangedInfo>): void; |
@ohos.bundle.bundleMonitor.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleMonitor 类名: bundleMonitor 方法 or 属性: function off(type: BundleChangedEvent, callback?: Callback<BundleChangedInfo>): void; |
@ohos.bundle.bundleMonitor.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleMonitor 类名: bundleMonitor 方法 or 属性: function off(type: BundleChangedEvent, callback?: Callback<BundleChangedInfo>): void; |
@ohos.bundle.bundleMonitor.d.ts |
新增 | NA | 模块名: ohos.bundle.bundleMonitor 类名: bundleMonitor 方法 or 属性: function off(type: BundleChangedEvent, callback?: Callback<BundleChangedInfo>): void; |
@ohos.bundle.bundleMonitor.d.ts |
新增 | NA | 模块名: ohos.bundle.defaultAppManager 类名: defaultAppManager |
@ohos.bundle.defaultAppManager.d.ts |
新增 | NA | 模块名: ohos.bundle.defaultAppManager 类名: ApplicationType |
@ohos.bundle.defaultAppManager.d.ts |
新增 | NA | 模块名: ohos.bundle.defaultAppManager 类名: ApplicationType 方法 or 属性: BROWSER = "Web Browser" |
@ohos.bundle.defaultAppManager.d.ts |
新增 | NA | 模块名: ohos.bundle.defaultAppManager 类名: ApplicationType 方法 or 属性: IMAGE = "Image Gallery" |
@ohos.bundle.defaultAppManager.d.ts |
新增 | NA | 模块名: ohos.bundle.defaultAppManager 类名: ApplicationType 方法 or 属性: AUDIO = "Audio Player" |
@ohos.bundle.defaultAppManager.d.ts |
新增 | NA | 模块名: ohos.bundle.defaultAppManager 类名: ApplicationType 方法 or 属性: VIDEO = "Video Player" |
@ohos.bundle.defaultAppManager.d.ts |
新增 | NA | 模块名: ohos.bundle.defaultAppManager 类名: ApplicationType 方法 or 属性: PDF = "PDF Viewer" |
@ohos.bundle.defaultAppManager.d.ts |
新增 | NA | 模块名: ohos.bundle.defaultAppManager 类名: ApplicationType 方法 or 属性: WORD = "Word Viewer" |
@ohos.bundle.defaultAppManager.d.ts |
新增 | NA | 模块名: ohos.bundle.defaultAppManager 类名: ApplicationType 方法 or 属性: EXCEL = "Excel Viewer" |
@ohos.bundle.defaultAppManager.d.ts |
新增 | NA | 模块名: ohos.bundle.defaultAppManager 类名: ApplicationType 方法 or 属性: PPT = "PPT Viewer" |
@ohos.bundle.defaultAppManager.d.ts |
新增 | NA | 模块名: ohos.bundle.defaultAppManager 类名: defaultAppManager 方法 or 属性: function isDefaultApplication(type: string, callback: AsyncCallback<boolean>) : void; |
@ohos.bundle.defaultAppManager.d.ts |
新增 | NA | 模块名: ohos.bundle.defaultAppManager 类名: defaultAppManager 方法 or 属性: function isDefaultApplication(type: string) : Promise<boolean>; |
@ohos.bundle.defaultAppManager.d.ts |
新增 | NA | 模块名: ohos.bundle.defaultAppManager 类名: defaultAppManager 方法 or 属性: function getDefaultApplication(type: string, userId: number, callback: AsyncCallback<BundleInfo>) : void; |
@ohos.bundle.defaultAppManager.d.ts |
新增 | NA | 模块名: ohos.bundle.defaultAppManager 类名: defaultAppManager 方法 or 属性: function getDefaultApplication(type: string, callback: AsyncCallback<BundleInfo>) : void; |
@ohos.bundle.defaultAppManager.d.ts |
新增 | NA | 模块名: ohos.bundle.defaultAppManager 类名: defaultAppManager 方法 or 属性: function getDefaultApplication(type: string, userId?: number) : Promise<BundleInfo>; |
@ohos.bundle.defaultAppManager.d.ts |
新增 | NA | 模块名: ohos.bundle.defaultAppManager 类名: defaultAppManager 方法 or 属性: function setDefaultApplication(type: string, elementName: ElementName, userId: number, callback: AsyncCallback<void>) : void; |
@ohos.bundle.defaultAppManager.d.ts |
新增 | NA | 模块名: ohos.bundle.defaultAppManager 类名: defaultAppManager 方法 or 属性: function setDefaultApplication(type: string, elementName: ElementName, callback: AsyncCallback<void>) : void; |
@ohos.bundle.defaultAppManager.d.ts |
新增 | NA | 模块名: ohos.bundle.defaultAppManager 类名: defaultAppManager 方法 or 属性: function setDefaultApplication(type: string, elementName: ElementName, userId?: number) : Promise<void>; |
@ohos.bundle.defaultAppManager.d.ts |
新增 | NA | 模块名: ohos.bundle.defaultAppManager 类名: defaultAppManager 方法 or 属性: function resetDefaultApplication(type: string, userId: number, callback: AsyncCallback<void>) : void; |
@ohos.bundle.defaultAppManager.d.ts |
新增 | NA | 模块名: ohos.bundle.defaultAppManager 类名: defaultAppManager 方法 or 属性: function resetDefaultApplication(type: string, callback: AsyncCallback<void>) : void; |
@ohos.bundle.defaultAppManager.d.ts |
新增 | NA | 模块名: ohos.bundle.defaultAppManager 类名: defaultAppManager 方法 or 属性: function resetDefaultApplication(type: string, userId?: number) : Promise<void>; |
@ohos.bundle.defaultAppManager.d.ts |
新增 | NA | 模块名: ohos.bundle.distributedBundleManager 类名: distributedBundleManager |
@ohos.bundle.distributedBundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.distributedBundleManager 类名: distributedBundleManager 方法 or 属性: function getRemoteAbilityInfo(elementName: ElementName, callback: AsyncCallback<RemoteAbilityInfo>): void; |
@ohos.bundle.distributedBundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.distributedBundleManager 类名: distributedBundleManager 方法 or 属性: function getRemoteAbilityInfo(elementName: ElementName): Promise<RemoteAbilityInfo>; |
@ohos.bundle.distributedBundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.distributedBundleManager 类名: distributedBundleManager 方法 or 属性: function getRemoteAbilityInfo(elementNames: Array<ElementName>, callback: AsyncCallback<Array<RemoteAbilityInfo>>): void; |
@ohos.bundle.distributedBundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.distributedBundleManager 类名: distributedBundleManager 方法 or 属性: function getRemoteAbilityInfo(elementNames: Array<ElementName>): Promise<Array<RemoteAbilityInfo>>; |
@ohos.bundle.distributedBundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.distributedBundleManager 类名: distributedBundleManager 方法 or 属性: function getRemoteAbilityInfo(elementName: ElementName, locale: string, callback: AsyncCallback<RemoteAbilityInfo>): void; |
@ohos.bundle.distributedBundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.distributedBundleManager 类名: distributedBundleManager 方法 or 属性: function getRemoteAbilityInfo(elementName: ElementName, locale: string): Promise<RemoteAbilityInfo>; |
@ohos.bundle.distributedBundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.distributedBundleManager 类名: distributedBundleManager 方法 or 属性: function getRemoteAbilityInfo(elementNames: Array<ElementName>, locale: string, callback: AsyncCallback<Array<RemoteAbilityInfo>>): void; |
@ohos.bundle.distributedBundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.distributedBundleManager 类名: distributedBundleManager 方法 or 属性: function getRemoteAbilityInfo(elementNames: Array<ElementName>, locale: string): Promise<Array<RemoteAbilityInfo>>; |
@ohos.bundle.distributedBundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.freeInstall 类名: freeInstall |
@ohos.bundle.freeInstall.d.ts |
新增 | NA | 模块名: ohos.bundle.freeInstall 类名: UpgradeFlag |
@ohos.bundle.freeInstall.d.ts |
新增 | NA | 模块名: ohos.bundle.freeInstall 类名: UpgradeFlag 方法 or 属性: NOT_UPGRADE = 0 |
@ohos.bundle.freeInstall.d.ts |
新增 | NA | 模块名: ohos.bundle.freeInstall 类名: UpgradeFlag 方法 or 属性: SINGLE_UPGRADE = 1 |
@ohos.bundle.freeInstall.d.ts |
新增 | NA | 模块名: ohos.bundle.freeInstall 类名: UpgradeFlag 方法 or 属性: RELATION_UPGRADE = 2 |
@ohos.bundle.freeInstall.d.ts |
新增 | NA | 模块名: ohos.bundle.freeInstall 类名: BundlePackFlag |
@ohos.bundle.freeInstall.d.ts |
新增 | NA | 模块名: ohos.bundle.freeInstall 类名: BundlePackFlag 方法 or 属性: GET_PACK_INFO_ALL = 0x00000000 |
@ohos.bundle.freeInstall.d.ts |
新增 | NA | 模块名: ohos.bundle.freeInstall 类名: BundlePackFlag 方法 or 属性: GET_PACKAGES = 0x00000001 |
@ohos.bundle.freeInstall.d.ts |
新增 | NA | 模块名: ohos.bundle.freeInstall 类名: BundlePackFlag 方法 or 属性: GET_BUNDLE_SUMMARY = 0x00000002 |
@ohos.bundle.freeInstall.d.ts |
新增 | NA | 模块名: ohos.bundle.freeInstall 类名: BundlePackFlag 方法 or 属性: GET_MODULE_SUMMARY = 0x00000004 |
@ohos.bundle.freeInstall.d.ts |
新增 | NA | 模块名: ohos.bundle.freeInstall 类名: freeInstall 方法 or 属性: function setHapModuleUpgradeFlag(bundleName: string, moduleName: string, upgradeFlag: UpgradeFlag, callback: AsyncCallback<void>) : void; |
@ohos.bundle.freeInstall.d.ts |
新增 | NA | 模块名: ohos.bundle.freeInstall 类名: freeInstall 方法 or 属性: function setHapModuleUpgradeFlag(bundleName: string, moduleName: string, upgradeFlag: UpgradeFlag): Promise<void>; |
@ohos.bundle.freeInstall.d.ts |
新增 | NA | 模块名: ohos.bundle.freeInstall 类名: freeInstall 方法 or 属性: function isHapModuleRemovable(bundleName: string, moduleName: string, callback: AsyncCallback<boolean>): void; |
@ohos.bundle.freeInstall.d.ts |
新增 | NA | 模块名: ohos.bundle.freeInstall 类名: freeInstall 方法 or 属性: function isHapModuleRemovable(bundleName: string, moduleName: string): Promise<boolean>; |
@ohos.bundle.freeInstall.d.ts |
新增 | NA | 模块名: ohos.bundle.freeInstall 类名: freeInstall 方法 or 属性: function getBundlePackInfo(bundleName: string, bundlePackFlag : BundlePackFlag, callback: AsyncCallback<BundlePackInfo>): void; |
@ohos.bundle.freeInstall.d.ts |
新增 | NA | 模块名: ohos.bundle.freeInstall 类名: freeInstall 方法 or 属性: function getBundlePackInfo(bundleName: string, bundlePackFlag : BundlePackFlag): Promise<BundlePackInfo>; |
@ohos.bundle.freeInstall.d.ts |
新增 | NA | 模块名: ohos.bundle.freeInstall 类名: freeInstall 方法 or 属性: function getDispatchInfo(callback: AsyncCallback<DispatchInfo>): void; |
@ohos.bundle.freeInstall.d.ts |
新增 | NA | 模块名: ohos.bundle.freeInstall 类名: freeInstall 方法 or 属性: function getDispatchInfo(): Promise<DispatchInfo>; |
@ohos.bundle.freeInstall.d.ts |
新增 | NA | 模块名: ohos.bundle.installer 类名: installer |
@ohos.bundle.installer.d.ts |
新增 | NA | 模块名: ohos.bundle.installer 类名: installer 方法 or 属性: function getBundleInstaller(callback: AsyncCallback<BundleInstaller>): void |
@ohos.bundle.installer.d.ts |
新增 | NA | 模块名: ohos.bundle.installer 类名: installer 方法 or 属性: function getBundleInstaller(): Promise<BundleInstaller>; |
@ohos.bundle.installer.d.ts |
新增 | NA | 模块名: ohos.bundle.installer 类名: BundleInstaller |
@ohos.bundle.installer.d.ts |
新增 | NA | 模块名: ohos.bundle.installer 类名: BundleInstaller 方法 or 属性: install(hapFilePaths: Array<string>, installParam: InstallParam, callback: AsyncCallback<void>) : void; |
@ohos.bundle.installer.d.ts |
新增 | NA | 模块名: ohos.bundle.installer 类名: BundleInstaller 方法 or 属性: install(hapFilePaths: Array<string>, callback: AsyncCallback<void>) : void; |
@ohos.bundle.installer.d.ts |
新增 | NA | 模块名: ohos.bundle.installer 类名: BundleInstaller 方法 or 属性: install(hapFilePaths: Array<string>, installParam?: InstallParam) : Promise<void>; |
@ohos.bundle.installer.d.ts |
新增 | NA | 模块名: ohos.bundle.installer 类名: BundleInstaller 方法 or 属性: uninstall(bundleName: string, installParam: InstallParam, callback : AsyncCallback<void>) : void; |
@ohos.bundle.installer.d.ts |
新增 | NA | 模块名: ohos.bundle.installer 类名: BundleInstaller 方法 or 属性: uninstall(bundleName: string, callback : AsyncCallback<void>) : void; |
@ohos.bundle.installer.d.ts |
新增 | NA | 模块名: ohos.bundle.installer 类名: BundleInstaller 方法 or 属性: uninstall(bundleName: string, installParam?: InstallParam) : Promise<void>; |
@ohos.bundle.installer.d.ts |
新增 | NA | 模块名: ohos.bundle.installer 类名: BundleInstaller 方法 or 属性: recover(bundleName: string, installParam: InstallParam, callback: AsyncCallback<void>): void; |
@ohos.bundle.installer.d.ts |
新增 | NA | 模块名: ohos.bundle.installer 类名: BundleInstaller 方法 or 属性: recover(bundleName: string, callback: AsyncCallback<void>): void; |
@ohos.bundle.installer.d.ts |
新增 | NA | 模块名: ohos.bundle.installer 类名: BundleInstaller 方法 or 属性: recover(bundleName: string, installParam?: InstallParam) : Promise<void>; |
@ohos.bundle.installer.d.ts |
新增 | NA | 模块名: ohos.bundle.installer 类名: HashParam |
@ohos.bundle.installer.d.ts |
新增 | NA | 模块名: ohos.bundle.installer 类名: HashParam 方法 or 属性: moduleName: string; |
@ohos.bundle.installer.d.ts |
新增 | NA | 模块名: ohos.bundle.installer 类名: HashParam 方法 or 属性: hashValue: string; |
@ohos.bundle.installer.d.ts |
新增 | NA | 模块名: ohos.bundle.installer 类名: InstallParam |
@ohos.bundle.installer.d.ts |
新增 | NA | 模块名: ohos.bundle.installer 类名: InstallParam 方法 or 属性: userId?: number; |
@ohos.bundle.installer.d.ts |
新增 | NA | 模块名: ohos.bundle.installer 类名: InstallParam 方法 or 属性: installFlag?: number; |
@ohos.bundle.installer.d.ts |
新增 | NA | 模块名: ohos.bundle.installer 类名: InstallParam 方法 or 属性: isKeepData?: boolean; |
@ohos.bundle.installer.d.ts |
新增 | NA | 模块名: ohos.bundle.installer 类名: InstallParam 方法 or 属性: hashParams?: Array<HashParam>; |
@ohos.bundle.installer.d.ts |
新增 | NA | 模块名: ohos.bundle.installer 类名: InstallParam 方法 or 属性: crowdtestDeadline?: number; |
@ohos.bundle.installer.d.ts |
新增 | NA | 模块名: ohos.bundle.launcherBundleManager 类名: launcherBundleManager |
@ohos.bundle.launcherBundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.launcherBundleManager 类名: launcherBundleManager 方法 or 属性: function getLauncherAbilityInfo(bundleName: string, userId: number, callback: AsyncCallback<Array<LauncherAbilityInfo>>) : void; |
@ohos.bundle.launcherBundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.launcherBundleManager 类名: launcherBundleManager 方法 or 属性: function getLauncherAbilityInfo(bundleName: string, userId: number) : Promise<Array<LauncherAbilityInfo>>; |
@ohos.bundle.launcherBundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.launcherBundleManager 类名: launcherBundleManager 方法 or 属性: function getAllLauncherAbilityInfo(userId: number, callback: AsyncCallback<Array<LauncherAbilityInfo>>) : void; |
@ohos.bundle.launcherBundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.launcherBundleManager 类名: launcherBundleManager 方法 or 属性: function getAllLauncherAbilityInfo(userId: number) : Promise<Array<LauncherAbilityInfo>>; |
@ohos.bundle.launcherBundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.launcherBundleManager 类名: launcherBundleManager 方法 or 属性: function getShortcutInfo(bundleName :string, callback: AsyncCallback<Array<ShortcutInfo>>) : void; |
@ohos.bundle.launcherBundleManager.d.ts |
新增 | NA | 模块名: ohos.bundle.launcherBundleManager 类名: launcherBundleManager 方法 or 属性: function getShortcutInfo(bundleName : string) : Promise<Array<ShortcutInfo>>; |
@ohos.bundle.launcherBundleManager.d.ts |
新增 | NA | 类名:zlib 方法or属性:function compressFile(inFile: string, outFile: string, options: Options, callback: AsyncCallback<void>): void; |
@ohos.zlib.d.ts |
新增 | NA | 类名:zlib 方法or属性:function compressFile(inFile:string, outFile:string, options: Options): Promise<void>; |
@ohos.zlib.d.ts |
新增 | NA | 类名:zlib 方法or属性:function decompressFile(inFile: string, outFile: string, options: Options, callback: AsyncCallback<void>): void; |
@ohos.zlib.d.ts |
新增 | NA | 类名:zlib 方法or属性:function decompressFile(inFile: string, outFile: string, options: Options): Promise<void>; |
@ohos.zlib.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: AbilityInfo |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: AbilityInfo 方法 or 属性: readonly bundleName: string; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: AbilityInfo 方法 or 属性: readonly moduleName: string; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: AbilityInfo 方法 or 属性: readonly name: string; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: AbilityInfo 方法 or 属性: readonly label: string; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: AbilityInfo 方法 or 属性: readonly labelId: number; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: AbilityInfo 方法 or 属性: readonly description: string; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: AbilityInfo 方法 or 属性: readonly descriptionId: number; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: AbilityInfo 方法 or 属性: readonly icon: string; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: AbilityInfo 方法 or 属性: readonly iconId: number; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: AbilityInfo 方法 or 属性: readonly process: string; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: AbilityInfo 方法 or 属性: readonly exported: boolean; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: AbilityInfo 方法 or 属性: readonly type: bundleManager.AbilityType; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: AbilityInfo 方法 or 属性: readonly orientation: bundleManager.DisplayOrientation; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: AbilityInfo 方法 or 属性: readonly launchType: bundleManager.LaunchType; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: AbilityInfo 方法 or 属性: readonly permissions: Array<string>; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: AbilityInfo 方法 or 属性: readonly readPermission: string; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: AbilityInfo 方法 or 属性: readonly writePermission: string; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: AbilityInfo 方法 or 属性: readonly uri: string; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: AbilityInfo 方法 or 属性: readonly deviceTypes: Array<string>; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: AbilityInfo 方法 or 属性: readonly applicationInfo: ApplicationInfo; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: AbilityInfo 方法 or 属性: readonly metadata: Array<Metadata>; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: AbilityInfo 方法 or 属性: readonly enabled: boolean; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: AbilityInfo 方法 or 属性: readonly supportWindowModes: Array<bundleManager.SupportWindowMode>; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: AbilityInfo 方法 or 属性: readonly windowSize: WindowSize; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: WindowSize |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: WindowSize 方法 or 属性: readonly maxWindowRatio: number; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: WindowSize 方法 or 属性: readonly minWindowRatio: number; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: WindowSize 方法 or 属性: readonly maxWindowWidth: number; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: WindowSize 方法 or 属性: readonly minWindowWidth: number; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: WindowSize 方法 or 属性: readonly maxWindowHeight: number; |
AbilityInfo.d.ts |
新增 | NA | 模块名: AbilityInfo 类名: WindowSize 方法 or 属性: readonly minWindowHeight: number; |
AbilityInfo.d.ts |
新增 | NA | 模块名: ApplicationInfo 类名: ApplicationInfo |
ApplicationInfo.d.ts |
新增 | NA | 模块名: ApplicationInfo 类名: ApplicationInfo 方法 or 属性: readonly name: string; |
ApplicationInfo.d.ts |
新增 | NA | 模块名: ApplicationInfo 类名: ApplicationInfo 方法 or 属性: readonly description: string; |
ApplicationInfo.d.ts |
新增 | NA | 模块名: ApplicationInfo 类名: ApplicationInfo 方法 or 属性: readonly descriptionId: number; |
ApplicationInfo.d.ts |
新增 | NA | 模块名: ApplicationInfo 类名: ApplicationInfo 方法 or 属性: readonly enabled: boolean; |
ApplicationInfo.d.ts |
新增 | NA | 模块名: ApplicationInfo 类名: ApplicationInfo 方法 or 属性: readonly label: string; |
ApplicationInfo.d.ts |
新增 | NA | 模块名: ApplicationInfo 类名: ApplicationInfo 方法 or 属性: readonly labelId: number; |
ApplicationInfo.d.ts |
新增 | NA | 模块名: ApplicationInfo 类名: ApplicationInfo 方法 or 属性: readonly icon: string; |
ApplicationInfo.d.ts |
新增 | NA | 模块名: ApplicationInfo 类名: ApplicationInfo 方法 or 属性: readonly iconId: number; |
ApplicationInfo.d.ts |
新增 | NA | 模块名: ApplicationInfo 类名: ApplicationInfo 方法 or 属性: readonly process: string; |
ApplicationInfo.d.ts |
新增 | NA | 模块名: ApplicationInfo 类名: ApplicationInfo 方法 or 属性: readonly permissions: Array<string>; |
ApplicationInfo.d.ts |
新增 | NA | 模块名: ApplicationInfo 类名: ApplicationInfo 方法 or 属性: readonly codePath: string; |
ApplicationInfo.d.ts |
新增 | NA | 模块名: ApplicationInfo 类名: ApplicationInfo 方法 or 属性: readonly metadata: Map<string, Array<Metadata>>; |
ApplicationInfo.d.ts |
新增 | NA | 模块名: ApplicationInfo 类名: ApplicationInfo 方法 or 属性: readonly removable: boolean; |
ApplicationInfo.d.ts |
新增 | NA | 模块名: ApplicationInfo 类名: ApplicationInfo 方法 or 属性: readonly accessTokenId: number; |
ApplicationInfo.d.ts |
新增 | NA | 模块名: ApplicationInfo 类名: ApplicationInfo 方法 or 属性: readonly uid: number; |
ApplicationInfo.d.ts |
新增 | NA | 模块名: ApplicationInfo 类名: ApplicationInfo 方法 or 属性: readonly iconResource: Resource; |
ApplicationInfo.d.ts |
新增 | NA | 模块名: ApplicationInfo 类名: ApplicationInfo 方法 or 属性: readonly labelResource: Resource; |
ApplicationInfo.d.ts |
新增 | NA | 模块名: ApplicationInfo 类名: ApplicationInfo 方法 or 属性: readonly descriptionResource: Resource; |
ApplicationInfo.d.ts |
新增 | NA | 模块名: ApplicationInfo 类名: ApplicationInfo 方法 or 属性: readonly appDistributionType: string; |
ApplicationInfo.d.ts |
新增 | NA | 模块名: ApplicationInfo 类名: ApplicationInfo 方法 or 属性: readonly appProvisionType: string; |
ApplicationInfo.d.ts |
新增 | NA | 模块名: ApplicationInfo 类名: ApplicationInfo 方法 or 属性: readonly systemApp: boolean; |
ApplicationInfo.d.ts |
新增 | NA | 模块名: ApplicationInfo 类名: ApplicationInfo 方法 or 属性: readonly bundleType: bundleManager.BundleType; |
ApplicationInfo.d.ts |
新增 | NA | 模块名: BundleInfo 类名: BundleInfo |
BundleInfo.d.ts |
新增 | NA | 模块名: BundleInfo 类名: BundleInfo 方法 or 属性: readonly name: string; |
BundleInfo.d.ts |
新增 | NA | 模块名: BundleInfo 类名: BundleInfo 方法 or 属性: readonly vendor: string; |
BundleInfo.d.ts |
新增 | NA | 模块名: BundleInfo 类名: BundleInfo 方法 or 属性: readonly versionCode: number; |
BundleInfo.d.ts |
新增 | NA | 模块名: BundleInfo 类名: BundleInfo 方法 or 属性: readonly versionName: string; |
BundleInfo.d.ts |
新增 | NA | 模块名: BundleInfo 类名: BundleInfo 方法 or 属性: readonly minCompatibleVersionCode: number; |
BundleInfo.d.ts |
新增 | NA | 模块名: BundleInfo 类名: BundleInfo 方法 or 属性: readonly targetVersion: number; |
BundleInfo.d.ts |
新增 | NA | 模块名: BundleInfo 类名: BundleInfo 方法 or 属性: readonly appInfo: ApplicationInfo; |
BundleInfo.d.ts |
新增 | NA | 模块名: BundleInfo 类名: BundleInfo 方法 or 属性: readonly hapModulesInfo: Array<HapModuleInfo>; |
BundleInfo.d.ts |
新增 | NA | 模块名: BundleInfo 类名: BundleInfo 方法 or 属性: readonly reqPermissionDetails: Array<ReqPermissionDetail>; |
BundleInfo.d.ts |
新增 | NA | 模块名: BundleInfo 类名: BundleInfo 方法 or 属性: readonly permissionGrantStates: Array<bundleManager.PermissionGrantState>; |
BundleInfo.d.ts |
新增 | NA | 模块名: BundleInfo 类名: BundleInfo 方法 or 属性: readonly signatureInfo: SignatureInfo; |
BundleInfo.d.ts |
新增 | NA | 模块名: BundleInfo 类名: BundleInfo 方法 or 属性: readonly installTime: number; |
BundleInfo.d.ts |
新增 | NA | 模块名: BundleInfo 类名: BundleInfo 方法 or 属性: readonly updateTime: number; |
BundleInfo.d.ts |
新增 | NA | 模块名: BundleInfo 类名: ReqPermissionDetail |
BundleInfo.d.ts |
新增 | NA | 模块名: BundleInfo 类名: ReqPermissionDetail 方法 or 属性: name: string; |
BundleInfo.d.ts |
新增 | NA | 模块名: BundleInfo 类名: ReqPermissionDetail 方法 or 属性: reason: string; |
BundleInfo.d.ts |
新增 | NA | 模块名: BundleInfo 类名: ReqPermissionDetail 方法 or 属性: reasonId: number; |
BundleInfo.d.ts |
新增 | NA | 模块名: BundleInfo 类名: ReqPermissionDetail 方法 or 属性: usedScene: UsedScene; |
BundleInfo.d.ts |
新增 | NA | 模块名: BundleInfo 类名: UsedScene |
BundleInfo.d.ts |
新增 | NA | 模块名: BundleInfo 类名: UsedScene 方法 or 属性: abilities: Array<string>; |
BundleInfo.d.ts |
新增 | NA | 模块名: BundleInfo 类名: UsedScene 方法 or 属性: when: string; |
BundleInfo.d.ts |
新增 | NA | 模块名: BundleInfo 类名: SignatureInfo |
BundleInfo.d.ts |
新增 | NA | 模块名: BundleInfo 类名: SignatureInfo 方法 or 属性: readonly appId: string; |
BundleInfo.d.ts |
新增 | NA | 模块名: BundleInfo 类名: SignatureInfo 方法 or 属性: readonly fingerprint: string; |
BundleInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: BundlePackInfo |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: BundlePackInfo 方法 or 属性: readonly packages: Array<PackageConfig>; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: BundlePackInfo 方法 or 属性: readonly summary: PackageSummary; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: PackageConfig |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: PackageConfig 方法 or 属性: readonly deviceTypes: Array<string>; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: PackageConfig 方法 or 属性: readonly name: string; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: PackageConfig 方法 or 属性: readonly moduleType: string; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: PackageConfig 方法 or 属性: readonly deliveryWithInstall: boolean; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: PackageSummary |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: PackageSummary 方法 or 属性: readonly app: BundleConfigInfo; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: PackageSummary 方法 or 属性: readonly modules: Array<ModuleConfigInfo>; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: BundleConfigInfo |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: BundleConfigInfo 方法 or 属性: readonly bundleName: string; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: BundleConfigInfo 方法 or 属性: readonly version: Version; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: ExtensionAbility |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: ExtensionAbility 方法 or 属性: readonly name: string; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: ExtensionAbility 方法 or 属性: readonly forms: Array<AbilityFormInfo>; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: ModuleConfigInfo |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: ModuleConfigInfo 方法 or 属性: readonly mainAbility: string; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: ModuleConfigInfo 方法 or 属性: readonly apiVersion: ApiVersion; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: ModuleConfigInfo 方法 or 属性: readonly deviceTypes: Array<string>; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: ModuleConfigInfo 方法 or 属性: readonly distro: ModuleDistroInfo; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: ModuleConfigInfo 方法 or 属性: readonly abilities: Array<ModuleAbilityInfo>; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: ModuleConfigInfo 方法 or 属性: readonly extensionAbilities: Array<ExtensionAbility>; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: ModuleDistroInfo |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: ModuleDistroInfo 方法 or 属性: readonly deliveryWithInstall: boolean; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: ModuleDistroInfo 方法 or 属性: readonly installationFree: boolean; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: ModuleDistroInfo 方法 or 属性: readonly moduleName: string; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: ModuleDistroInfo 方法 or 属性: readonly moduleType: string; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: ModuleAbilityInfo |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: ModuleAbilityInfo 方法 or 属性: readonly name: string; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: ModuleAbilityInfo 方法 or 属性: readonly label: string; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: ModuleAbilityInfo 方法 or 属性: readonly exported: boolean; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: ModuleAbilityInfo 方法 or 属性: readonly forms: Array<AbilityFormInfo>; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: AbilityFormInfo |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: AbilityFormInfo 方法 or 属性: readonly name: string; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: AbilityFormInfo 方法 or 属性: readonly type: string; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: AbilityFormInfo 方法 or 属性: readonly updateEnabled: boolean; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: AbilityFormInfo 方法 or 属性: readonly scheduledUpdateTime: string; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: AbilityFormInfo 方法 or 属性: readonly updateDuration: number; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: AbilityFormInfo 方法 or 属性: readonly supportDimensions: Array<string>; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: AbilityFormInfo 方法 or 属性: readonly defaultDimension: string; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: Version |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: Version 方法 or 属性: readonly minCompatibleVersionCode: number; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: Version 方法 or 属性: readonly name: string; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: Version 方法 or 属性: readonly code: number; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: ApiVersion |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: ApiVersion 方法 or 属性: readonly releaseType: string; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: ApiVersion 方法 or 属性: readonly compatible: number; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: BundlePackInfo 类名: ApiVersion 方法 or 属性: readonly target: number; |
BundlePackInfo.d.ts |
新增 | NA | 模块名: DispatchInfo 类名: DispatchInfo |
DispatchInfo.d.ts |
新增 | NA | 模块名: DispatchInfo 类名: DispatchInfo 方法 or 属性: readonly version: string; |
DispatchInfo.d.ts |
新增 | NA | 模块名: DispatchInfo 类名: DispatchInfo 方法 or 属性: readonly dispatchAPIVersion: string; |
DispatchInfo.d.ts |
新增 | NA | 模块名: ElementName 类名: ElementName |
ElementName.d.ts |
新增 | NA | 模块名: ElementName 类名: ElementName 方法 or 属性: deviceId?: string; |
ElementName.d.ts |
新增 | NA | 模块名: ElementName 类名: ElementName 方法 or 属性: bundleName: string; |
ElementName.d.ts |
新增 | NA | 模块名: ElementName 类名: ElementName 方法 or 属性: moduleName?: string; |
ElementName.d.ts |
新增 | NA | 模块名: ElementName 类名: ElementName 方法 or 属性: abilityName: string; |
ElementName.d.ts |
新增 | NA | 模块名: ElementName 类名: ElementName 方法 or 属性: uri?: string; |
ElementName.d.ts |
新增 | NA | 模块名: ElementName 类名: ElementName 方法 or 属性: shortName?: string; |
ElementName.d.ts |
新增 | NA | 模块名: ExtensionAbilityInfo 类名: ExtensionAbilityInfo |
ExtensionAbilityInfo.d.ts |
新增 | NA | 模块名: ExtensionAbilityInfo 类名: ExtensionAbilityInfo 方法 or 属性: readonly bundleName: string; |
ExtensionAbilityInfo.d.ts |
新增 | NA | 模块名: ExtensionAbilityInfo 类名: ExtensionAbilityInfo 方法 or 属性: readonly moduleName: string; |
ExtensionAbilityInfo.d.ts |
新增 | NA | 模块名: ExtensionAbilityInfo 类名: ExtensionAbilityInfo 方法 or 属性: readonly name: string; |
ExtensionAbilityInfo.d.ts |
新增 | NA | 模块名: ExtensionAbilityInfo 类名: ExtensionAbilityInfo 方法 or 属性: readonly labelId: number; |
ExtensionAbilityInfo.d.ts |
新增 | NA | 模块名: ExtensionAbilityInfo 类名: ExtensionAbilityInfo 方法 or 属性: readonly descriptionId: number; |
ExtensionAbilityInfo.d.ts |
新增 | NA | 模块名: ExtensionAbilityInfo 类名: ExtensionAbilityInfo 方法 or 属性: readonly iconId: number; |
ExtensionAbilityInfo.d.ts |
新增 | NA | 模块名: ExtensionAbilityInfo 类名: ExtensionAbilityInfo 方法 or 属性: readonly exported: boolean; |
ExtensionAbilityInfo.d.ts |
新增 | NA | 模块名: ExtensionAbilityInfo 类名: ExtensionAbilityInfo 方法 or 属性: readonly extensionAbilityType: bundleManager.ExtensionAbilityType; |
ExtensionAbilityInfo.d.ts |
新增 | NA | 模块名: ExtensionAbilityInfo 类名: ExtensionAbilityInfo 方法 or 属性: readonly permissions: Array<string>; |
ExtensionAbilityInfo.d.ts |
新增 | NA | 模块名: ExtensionAbilityInfo 类名: ExtensionAbilityInfo 方法 or 属性: readonly applicationInfo: ApplicationInfo; |
ExtensionAbilityInfo.d.ts |
新增 | NA | 模块名: ExtensionAbilityInfo 类名: ExtensionAbilityInfo 方法 or 属性: readonly metadata: Array<Metadata>; |
ExtensionAbilityInfo.d.ts |
新增 | NA | 模块名: ExtensionAbilityInfo 类名: ExtensionAbilityInfo 方法 or 属性: readonly enabled: boolean; |
ExtensionAbilityInfo.d.ts |
新增 | NA | 模块名: ExtensionAbilityInfo 类名: ExtensionAbilityInfo 方法 or 属性: readonly readPermission: string; |
ExtensionAbilityInfo.d.ts |
新增 | NA | 模块名: ExtensionAbilityInfo 类名: ExtensionAbilityInfo 方法 or 属性: readonly writePermission: string; |
ExtensionAbilityInfo.d.ts |
新增 | NA | 模块名: HapModuleInfo 类名: HapModuleInfo |
HapModuleInfo.d.ts |
新增 | NA | 模块名: HapModuleInfo 类名: HapModuleInfo 方法 or 属性: readonly name: string; |
HapModuleInfo.d.ts |
新增 | NA | 模块名: HapModuleInfo 类名: HapModuleInfo 方法 or 属性: readonly icon: string; |
HapModuleInfo.d.ts |
新增 | NA | 模块名: HapModuleInfo 类名: HapModuleInfo 方法 or 属性: readonly iconId: number; |
HapModuleInfo.d.ts |
新增 | NA | 模块名: HapModuleInfo 类名: HapModuleInfo 方法 or 属性: readonly label: string; |
HapModuleInfo.d.ts |
新增 | NA | 模块名: HapModuleInfo 类名: HapModuleInfo 方法 or 属性: readonly labelId: number; |
HapModuleInfo.d.ts |
新增 | NA | 模块名: HapModuleInfo 类名: HapModuleInfo 方法 or 属性: readonly description: string; |
HapModuleInfo.d.ts |
新增 | NA | 模块名: HapModuleInfo 类名: HapModuleInfo 方法 or 属性: readonly descriptionId: number; |
HapModuleInfo.d.ts |
新增 | NA | 模块名: HapModuleInfo 类名: HapModuleInfo 方法 or 属性: readonly mainElementName: string; |
HapModuleInfo.d.ts |
新增 | NA | 模块名: HapModuleInfo 类名: HapModuleInfo 方法 or 属性: readonly abilitiesInfo: Array<AbilityInfo>; |
HapModuleInfo.d.ts |
新增 | NA | 模块名: HapModuleInfo 类名: HapModuleInfo 方法 or 属性: readonly extensionAbilitiesInfo: Array<ExtensionAbilityInfo>; |
HapModuleInfo.d.ts |
新增 | NA | 模块名: HapModuleInfo 类名: HapModuleInfo 方法 or 属性: readonly metadata: Array<Metadata>; |
HapModuleInfo.d.ts |
新增 | NA | 模块名: HapModuleInfo 类名: HapModuleInfo 方法 or 属性: readonly deviceTypes: Array<string>; |
HapModuleInfo.d.ts |
新增 | NA | 模块名: HapModuleInfo 类名: HapModuleInfo 方法 or 属性: readonly installationFree: boolean; |
HapModuleInfo.d.ts |
新增 | NA | 模块名: HapModuleInfo 类名: HapModuleInfo 方法 or 属性: readonly hashValue: string; |
HapModuleInfo.d.ts |
新增 | NA | 模块名: HapModuleInfo 类名: HapModuleInfo 方法 or 属性: readonly type: bundleManager.ModuleType; |
HapModuleInfo.d.ts |
新增 | NA | 模块名: HapModuleInfo 类名: HapModuleInfo 方法 or 属性: readonly dependencies: Array<Dependency>; |
HapModuleInfo.d.ts |
新增 | NA | 模块名: HapModuleInfo 类名: HapModuleInfo 方法 or 属性: readonly preloads: Array<PreloadItem>; |
HapModuleInfo.d.ts |
新增 | NA | 模块名: HapModuleInfo 类名: Dependency |
HapModuleInfo.d.ts |
新增 | NA | 模块名: HapModuleInfo 类名: Dependency 方法 or 属性: readonly moduleName: string; |
HapModuleInfo.d.ts |
新增 | NA | 模块名: HapModuleInfo 类名: PreloadItem |
HapModuleInfo.d.ts |
新增 | NA | 模块名: HapModuleInfo 类名: PreloadItem 方法 or 属性: readonly moduleName: string; |
HapModuleInfo.d.ts |
新增 | NA | 模块名: LauncherAbilityInfo 类名: LauncherAbilityInfo |
LauncherAbilityInfo.d.ts |
新增 | NA | 模块名: LauncherAbilityInfo 类名: LauncherAbilityInfo 方法 or 属性: readonly applicationInfo: ApplicationInfo; |
LauncherAbilityInfo.d.ts |
新增 | NA | 模块名: LauncherAbilityInfo 类名: LauncherAbilityInfo 方法 or 属性: readonly elementName : ElementName; |
LauncherAbilityInfo.d.ts |
新增 | NA | 模块名: LauncherAbilityInfo 类名: LauncherAbilityInfo 方法 or 属性: readonly labelId: number; |
LauncherAbilityInfo.d.ts |
新增 | NA | 模块名: LauncherAbilityInfo 类名: LauncherAbilityInfo 方法 or 属性: readonly iconId: number; |
LauncherAbilityInfo.d.ts |
新增 | NA | 模块名: LauncherAbilityInfo 类名: LauncherAbilityInfo 方法 or 属性: readonly userId: number; |
LauncherAbilityInfo.d.ts |
新增 | NA | 模块名: LauncherAbilityInfo 类名: LauncherAbilityInfo 方法 or 属性: readonly installTime : number; |
LauncherAbilityInfo.d.ts |
新增 | NA | 模块名: Metadata 类名: Metadata |
Metadata.d.ts |
新增 | NA | 模块名: Metadata 类名: Metadata 方法 or 属性: name: string; |
Metadata.d.ts |
新增 | NA | 模块名: Metadata 类名: Metadata 方法 or 属性: value: string; |
Metadata.d.ts |
新增 | NA | 模块名: Metadata 类名: Metadata 方法 or 属性: resource: string; |
Metadata.d.ts |
新增 | NA | 模块名: PermissionDef 类名: PermissionDef 方法 or 属性: readonly permissionName: string; |
PermissionDef.d.ts |
新增 | NA | 模块名: PermissionDef 类名: PermissionDef 方法 or 属性: readonly grantMode: number; |
PermissionDef.d.ts |
新增 | NA | 模块名: PermissionDef 类名: PermissionDef 方法 or 属性: readonly labelId: number; |
PermissionDef.d.ts |
新增 | NA | 模块名: PermissionDef 类名: PermissionDef 方法 or 属性: readonly descriptionId: number; |
PermissionDef.d.ts |
新增 | NA | 模块名: RemoteAbilityInfo 类名: RemoteAbilityInfo |
RemoteAbilityInfo.d.ts |
新增 | NA | 模块名: RemoteAbilityInfo 类名: RemoteAbilityInfo 方法 or 属性: readonly elementName: ElementName; |
RemoteAbilityInfo.d.ts |
新增 | NA | 模块名: RemoteAbilityInfo 类名: RemoteAbilityInfo 方法 or 属性: readonly label: string; |
RemoteAbilityInfo.d.ts |
新增 | NA | 模块名: RemoteAbilityInfo 类名: RemoteAbilityInfo 方法 or 属性: readonly icon: string; |
RemoteAbilityInfo.d.ts |
新增 | NA | 模块名: ShortcutInfo 类名: ShortcutInfo |
ShortcutInfo.d.ts |
新增 | NA | 模块名: ShortcutInfo 类名: ShortcutInfo 方法 or 属性: readonly id: string; |
ShortcutInfo.d.ts |
新增 | NA | 模块名: ShortcutInfo 类名: ShortcutInfo 方法 or 属性: readonly bundleName: string; |
ShortcutInfo.d.ts |
新增 | NA | 模块名: ShortcutInfo 类名: ShortcutInfo 方法 or 属性: readonly moduleName: string; |
ShortcutInfo.d.ts |
新增 | NA | 模块名: ShortcutInfo 类名: ShortcutInfo 方法 or 属性: readonly hostAbility: string; |
ShortcutInfo.d.ts |
新增 | NA | 模块名: ShortcutInfo 类名: ShortcutInfo 方法 or 属性: readonly icon: string; |
ShortcutInfo.d.ts |
新增 | NA | 模块名: ShortcutInfo 类名: ShortcutInfo 方法 or 属性: readonly iconId: number; |
ShortcutInfo.d.ts |
新增 | NA | 模块名: ShortcutInfo 类名: ShortcutInfo 方法 or 属性: readonly label: string; |
ShortcutInfo.d.ts |
新增 | NA | 模块名: ShortcutInfo 类名: ShortcutInfo 方法 or 属性: readonly labelId: number; |
ShortcutInfo.d.ts |
新增 | NA | 模块名: ShortcutInfo 类名: ShortcutInfo 方法 or 属性: readonly wants: Array<ShortcutWant>; |
ShortcutInfo.d.ts |
新增 | NA | 模块名: ShortcutInfo 类名: ShortcutWant |
ShortcutInfo.d.ts |
新增 | NA | 模块名: ShortcutInfo 类名: ShortcutWant 方法 or 属性: readonly targetBundle: string; |
ShortcutInfo.d.ts |
新增 | NA | 模块名: ShortcutInfo 类名: ShortcutWant 方法 or 属性: readonly targetModule: string; |
ShortcutInfo.d.ts |
新增 | NA | 模块名: ShortcutInfo 类名: ShortcutWant 方法 or 属性: readonly targetAbility: string; |
ShortcutInfo.d.ts |
model有变化 | 类名:AbilityInfo 方法 or 属性:readonly orientation: bundle.DisplayOrientation; model:@FAModelOnly |
类名:AbilityInfo 方法 or 属性:readonly orientation: bundle.DisplayOrientation; model:N/A |
abilityInfo.d.ts |
访问级别有变化 | 类名:LauncherAbilityInfo 访问级别:公开API |
类名:LauncherAbilityInfo 访问级别:系统API |
launcherAbilityInfo.d.ts |
废弃版本有变化 | 类名:bundle 废弃版本:N/A |
类名:bundle 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:BundleFlag 废弃版本:N/A |
类名:BundleFlag 废弃版本:9 代替接口:ohos.bundle.bundleManager.BundleFlag |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:ColorMode 废弃版本:N/A |
类名:ColorMode 废弃版本:9 代替接口:N/A |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:GrantStatus 废弃版本:N/A |
类名:GrantStatus 废弃版本:9 代替接口:ohos.bundle.bundleManager.PermissionGrantState |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:AbilityType 废弃版本:N/A |
类名:AbilityType 废弃版本:9 代替接口:ohos.bundle.bundleManager.AbilityType |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:AbilitySubType 废弃版本:N/A |
类名:AbilitySubType 废弃版本:9 代替接口:N/A |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:DisplayOrientation 废弃版本:N/A |
类名:DisplayOrientation 废弃版本:9 代替接口:ohos.bundle.bundleManager.DisplayOrientation |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:LaunchMode 废弃版本:N/A |
类名:LaunchMode 废弃版本:9 代替接口:ohos.bundle.bundleManager.LaunchType |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:BundleOptions 废弃版本:N/A |
类名:BundleOptions 废弃版本:9 代替接口:N/A |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:InstallErrorCode 废弃版本:N/A |
类名:InstallErrorCode 废弃版本:9 代替接口:N/A |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getBundleInfo(bundleName: string, bundleFlags: number, options: BundleOptions, callback: AsyncCallback<BundleInfo>): void; 废弃版本:N/A |
类名:bundle 方法 or 属性:function getBundleInfo(bundleName: string, bundleFlags: number, options: BundleOptions, callback: AsyncCallback<BundleInfo>): void; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getBundleInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback<BundleInfo>): void; 废弃版本:N/A |
类名:bundle 方法 or 属性:function getBundleInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback<BundleInfo>): void; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getBundleInfo(bundleName: string, bundleFlags: number, options?: BundleOptions): Promise<BundleInfo>; 废弃版本:N/A |
类名:bundle 方法 or 属性:function getBundleInfo(bundleName: string, bundleFlags: number, options?: BundleOptions): Promise<BundleInfo>; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getBundleInstaller(callback: AsyncCallback<BundleInstaller>): void; 废弃版本:N/A |
类名:bundle 方法 or 属性:function getBundleInstaller(callback: AsyncCallback<BundleInstaller>): void; 废弃版本:9 代替接口:ohos.bundle.installer |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getBundleInstaller(): Promise<BundleInstaller>; 废弃版本:N/A |
类名:bundle 方法 or 属性:function getBundleInstaller(): Promise<BundleInstaller>; 废弃版本:9 代替接口:ohos.bundle.installer |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getAbilityInfo(bundleName: string, abilityName: string, callback: AsyncCallback<AbilityInfo>): void; 废弃版本:N/A |
类名:bundle 方法 or 属性:function getAbilityInfo(bundleName: string, abilityName: string, callback: AsyncCallback<AbilityInfo>): void; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getAbilityInfo(bundleName: string, abilityName: string): Promise<AbilityInfo>; 废弃版本:N/A |
类名:bundle 方法 or 属性:function getAbilityInfo(bundleName: string, abilityName: string): Promise<AbilityInfo>; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getApplicationInfo(bundleName: string, bundleFlags: number, userId: number, callback: AsyncCallback<ApplicationInfo>) : void; 废弃版本:N/A |
类名:bundle 方法 or 属性:function getApplicationInfo(bundleName: string, bundleFlags: number, userId: number, callback: AsyncCallback<ApplicationInfo>) : void; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getApplicationInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback<ApplicationInfo>) : void; 废弃版本:N/A |
类名:bundle 方法 or 属性:function getApplicationInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback<ApplicationInfo>) : void; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getApplicationInfo(bundleName: string, bundleFlags: number, userId?: number) : Promise<ApplicationInfo>; 废弃版本:N/A |
类名:bundle 方法 or 属性:function getApplicationInfo(bundleName: string, bundleFlags: number, userId?: number) : Promise<ApplicationInfo>; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function queryAbilityByWant(want: Want, bundleFlags: number, userId: number, callback: AsyncCallback<Array<AbilityInfo>>): void; 废弃版本:N/A |
类名:bundle 方法 or 属性:function queryAbilityByWant(want: Want, bundleFlags: number, userId: number, callback: AsyncCallback<Array<AbilityInfo>>): void; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function queryAbilityByWant(want: Want, bundleFlags: number, callback: AsyncCallback<Array<AbilityInfo>>): void; 废弃版本:N/A |
类名:bundle 方法 or 属性:function queryAbilityByWant(want: Want, bundleFlags: number, callback: AsyncCallback<Array<AbilityInfo>>): void; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function queryAbilityByWant(want: Want, bundleFlags: number, userId?:number): Promise<Array<AbilityInfo>>; 废弃版本:N/A |
类名:bundle 方法 or 属性:function queryAbilityByWant(want: Want, bundleFlags: number, userId?:number): Promise<Array<AbilityInfo>>; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getAllBundleInfo(bundleFlag: BundleFlag, userId: number, callback: AsyncCallback<Array<BundleInfo>>) : void; 废弃版本:N/A |
类名:bundle 方法 or 属性:function getAllBundleInfo(bundleFlag: BundleFlag, userId: number, callback: AsyncCallback<Array<BundleInfo>>) : void; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getAllBundleInfo(bundleFlag: BundleFlag, callback: AsyncCallback<Array<BundleInfo>>) : void; 废弃版本:N/A |
类名:bundle 方法 or 属性:function getAllBundleInfo(bundleFlag: BundleFlag, callback: AsyncCallback<Array<BundleInfo>>) : void; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getAllBundleInfo(bundleFlag: BundleFlag, userId?: number) : Promise<Array<BundleInfo>>; 废弃版本:N/A |
类名:bundle 方法 or 属性:function getAllBundleInfo(bundleFlag: BundleFlag, userId?: number) : Promise<Array<BundleInfo>>; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getAllApplicationInfo(bundleFlags: number, userId: number, callback: AsyncCallback<Array<ApplicationInfo>>) : void; 废弃版本:N/A |
类名:bundle 方法 or 属性:function getAllApplicationInfo(bundleFlags: number, userId: number, callback: AsyncCallback<Array<ApplicationInfo>>) : void; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getAllApplicationInfo(bundleFlags: number, callback: AsyncCallback<Array<ApplicationInfo>>) : void; 废弃版本:N/A |
类名:bundle 方法 or 属性:function getAllApplicationInfo(bundleFlags: number, callback: AsyncCallback<Array<ApplicationInfo>>) : void; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getAllApplicationInfo(bundleFlags: number, userId?: number) : Promise<Array<ApplicationInfo>>; 废弃版本:N/A |
类名:bundle 方法 or 属性:function getAllApplicationInfo(bundleFlags: number, userId?: number) : Promise<Array<ApplicationInfo>>; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getNameForUid(uid: number, callback: AsyncCallback<string>) : void 废弃版本:N/A |
类名:bundle 方法 or 属性:function getNameForUid(uid: number, callback: AsyncCallback<string>) : void 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getNameForUid(uid: number) : Promise<string>; 废弃版本:N/A |
类名:bundle 方法 or 属性:function getNameForUid(uid: number) : Promise<string>; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getBundleArchiveInfo(hapFilePath: string, bundleFlags: number, callback: AsyncCallback<BundleInfo>) : void 废弃版本:N/A |
类名:bundle 方法 or 属性:function getBundleArchiveInfo(hapFilePath: string, bundleFlags: number, callback: AsyncCallback<BundleInfo>) : void 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getBundleArchiveInfo(hapFilePath: string, bundleFlags: number) : Promise<BundleInfo>; 废弃版本:N/A |
类名:bundle 方法 or 属性:function getBundleArchiveInfo(hapFilePath: string, bundleFlags: number) : Promise<BundleInfo>; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getLaunchWantForBundle(bundleName: string, callback: AsyncCallback<Want>): void; 废弃版本:N/A |
类名:bundle 方法 or 属性:function getLaunchWantForBundle(bundleName: string, callback: AsyncCallback<Want>): void; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getLaunchWantForBundle(bundleName: string): Promise<Want>; 废弃版本:N/A |
类名:bundle 方法 or 属性:function getLaunchWantForBundle(bundleName: string): Promise<Want>; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function cleanBundleCacheFiles(bundleName: string, callback: AsyncCallback<void>): void; 废弃版本:N/A |
类名:bundle 方法 or 属性:function cleanBundleCacheFiles(bundleName: string, callback: AsyncCallback<void>): void; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function cleanBundleCacheFiles(bundleName: string): Promise<void>; 废弃版本:N/A |
类名:bundle 方法 or 属性:function cleanBundleCacheFiles(bundleName: string): Promise<void>; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function setApplicationEnabled(bundleName: string, isEnable: boolean, callback: AsyncCallback<void>): void; 废弃版本:N/A |
类名:bundle 方法 or 属性:function setApplicationEnabled(bundleName: string, isEnable: boolean, callback: AsyncCallback<void>): void; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function setApplicationEnabled(bundleName: string, isEnable: boolean): Promise<void>; 废弃版本:N/A |
类名:bundle 方法 or 属性:function setApplicationEnabled(bundleName: string, isEnable: boolean): Promise<void>; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function setAbilityEnabled(info: AbilityInfo, isEnable: boolean, callback: AsyncCallback<void>): void; 废弃版本:N/A |
类名:bundle 方法 or 属性:function setAbilityEnabled(info: AbilityInfo, isEnable: boolean, callback: AsyncCallback<void>): void; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function setAbilityEnabled(info: AbilityInfo, isEnable: boolean): Promise<void>; 废弃版本:N/A |
类名:bundle 方法 or 属性:function setAbilityEnabled(info: AbilityInfo, isEnable: boolean): Promise<void>; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getPermissionDef(permissionName: string, callback: AsyncCallback<PermissionDef>): void; 废弃版本:N/A |
类名:bundle 方法 or 属性:function getPermissionDef(permissionName: string, callback: AsyncCallback<PermissionDef>): void; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getPermissionDef(permissionName: string): Promise<PermissionDef>; 废弃版本:N/A |
类名:bundle 方法 or 属性:function getPermissionDef(permissionName: string): Promise<PermissionDef>; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getAbilityLabel(bundleName: string, abilityName: string, callback: AsyncCallback<string>): void; 废弃版本:N/A |
类名:bundle 方法 or 属性:function getAbilityLabel(bundleName: string, abilityName: string, callback: AsyncCallback<string>): void; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getAbilityLabel(bundleName: string, abilityName: string): Promise<string>; 废弃版本:N/A |
类名:bundle 方法 or 属性:function getAbilityLabel(bundleName: string, abilityName: string): Promise<string>; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getAbilityIcon(bundleName: string, abilityName: string, callback: AsyncCallback<image.PixelMap>): void; 废弃版本:N/A |
类名:bundle 方法 or 属性:function getAbilityIcon(bundleName: string, abilityName: string, callback: AsyncCallback<image.PixelMap>): void; 废弃版本:9 代替接口:ohos.resourceManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function getAbilityIcon(bundleName: string, abilityName: string): Promise<image.PixelMap>; 废弃版本:N/A |
类名:bundle 方法 or 属性:function getAbilityIcon(bundleName: string, abilityName: string): Promise<image.PixelMap>; 废弃版本:9 代替接口:ohos.resourceManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function isAbilityEnabled(info: AbilityInfo, callback: AsyncCallback<boolean>): void; 废弃版本:N/A |
类名:bundle 方法 or 属性:function isAbilityEnabled(info: AbilityInfo, callback: AsyncCallback<boolean>): void; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function isAbilityEnabled(info: AbilityInfo): Promise<boolean>; 废弃版本:N/A |
类名:bundle 方法 or 属性:function isAbilityEnabled(info: AbilityInfo): Promise<boolean>; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function isApplicationEnabled(bundleName: string, callback: AsyncCallback<boolean>): void; 废弃版本:N/A |
类名:bundle 方法 or 属性:function isApplicationEnabled(bundleName: string, callback: AsyncCallback<boolean>): void; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:bundle 方法 or 属性:function isApplicationEnabled(bundleName: string): Promise<boolean>; 废弃版本:N/A |
类名:bundle 方法 or 属性:function isApplicationEnabled(bundleName: string): Promise<boolean>; 废弃版本:9 代替接口:ohos.bundle.bundleManager |
@ohos.bundle.d.ts |
废弃版本有变化 | 类名:innerBundleManager 废弃版本:N/A |
类名:innerBundleManager 废弃版本:9 代替接口:ohos.bundle.launcherBundleManager |
@ohos.bundle.innerBundleManager.d.ts |
废弃版本有变化 | 类名:innerBundleManager 方法 or 属性:function getLauncherAbilityInfos(bundleName: string, userId: number, callback: AsyncCallback<Array<LauncherAbilityInfo>>) : void; 废弃版本:N/A |
类名:innerBundleManager 方法 or 属性:function getLauncherAbilityInfos(bundleName: string, userId: number, callback: AsyncCallback<Array<LauncherAbilityInfo>>) : void; 废弃版本:9 代替接口:ohos.bundle.launcherBundleManager |
@ohos.bundle.innerBundleManager.d.ts |
废弃版本有变化 | 类名:innerBundleManager 方法 or 属性:function getLauncherAbilityInfos(bundleName: string, userId: number) : Promise<Array<LauncherAbilityInfo>>; 废弃版本:N/A |
类名:innerBundleManager 方法 or 属性:function getLauncherAbilityInfos(bundleName: string, userId: number) : Promise<Array<LauncherAbilityInfo>>; 废弃版本:9 代替接口:ohos.bundle.launcherBundleManager |
@ohos.bundle.innerBundleManager.d.ts |
废弃版本有变化 | 类名:innerBundleManager 方法 or 属性:function on(type:"BundleStatusChange", bundleStatusCallback : BundleStatusCallback, callback: AsyncCallback<string>) : void; 废弃版本:N/A |
类名:innerBundleManager 方法 or 属性:function on(type:"BundleStatusChange", bundleStatusCallback : BundleStatusCallback, callback: AsyncCallback<string>) : void; 废弃版本:9 代替接口:ohos.bundle.bundleMonitor |
@ohos.bundle.innerBundleManager.d.ts |
废弃版本有变化 | 类名:innerBundleManager 方法 or 属性:function on(type:"BundleStatusChange", bundleStatusCallback : BundleStatusCallback): Promise<string>; 废弃版本:N/A |
类名:innerBundleManager 方法 or 属性:function on(type:"BundleStatusChange", bundleStatusCallback : BundleStatusCallback): Promise<string>; 废弃版本:9 代替接口:ohos.bundle.bundleMonitor |
@ohos.bundle.innerBundleManager.d.ts |
废弃版本有变化 | 类名:innerBundleManager 方法 or 属性:function off(type:"BundleStatusChange", callback: AsyncCallback<string>) : void; 废弃版本:N/A |
类名:innerBundleManager 方法 or 属性:function off(type:"BundleStatusChange", callback: AsyncCallback<string>) : void; 废弃版本:9 代替接口:ohos.bundle.bundleMonitor |
@ohos.bundle.innerBundleManager.d.ts |
废弃版本有变化 | 类名:innerBundleManager 方法 or 属性:function off(type:"BundleStatusChange"): Promise<string>; 废弃版本:N/A |
类名:innerBundleManager 方法 or 属性:function off(type:"BundleStatusChange"): Promise<string>; 废弃版本:9 代替接口:ohos.bundle.bundleMonitor |
@ohos.bundle.innerBundleManager.d.ts |
废弃版本有变化 | 类名:innerBundleManager 方法 or 属性:function getAllLauncherAbilityInfos(userId: number, callback: AsyncCallback<Array<LauncherAbilityInfo>>) : void; 废弃版本:N/A |
类名:innerBundleManager 方法 or 属性:function getAllLauncherAbilityInfos(userId: number, callback: AsyncCallback<Array<LauncherAbilityInfo>>) : void; 废弃版本:9 代替接口:ohos.bundle.launcherBundleManager |
@ohos.bundle.innerBundleManager.d.ts |
废弃版本有变化 | 类名:innerBundleManager 方法 or 属性:function getAllLauncherAbilityInfos(userId: number) : Promise<Array<LauncherAbilityInfo>>; 废弃版本:N/A |
类名:innerBundleManager 方法 or 属性:function getAllLauncherAbilityInfos(userId: number) : Promise<Array<LauncherAbilityInfo>>; 废弃版本:9 代替接口:ohos.bundle.launcherBundleManager |
@ohos.bundle.innerBundleManager.d.ts |
废弃版本有变化 | 类名:innerBundleManager 方法 or 属性:function getShortcutInfos(bundleName :string, callback: AsyncCallback<Array<ShortcutInfo>>) : void; 废弃版本:N/A |
类名:innerBundleManager 方法 or 属性:function getShortcutInfos(bundleName :string, callback: AsyncCallback<Array<ShortcutInfo>>) : void; 废弃版本:9 代替接口:ohos.bundle.launcherBundleManager |
@ohos.bundle.innerBundleManager.d.ts |
废弃版本有变化 | 类名:innerBundleManager 方法 or 属性:function getShortcutInfos(bundleName : string) : Promise<Array<ShortcutInfo>>; 废弃版本:N/A |
类名:innerBundleManager 方法 or 属性:function getShortcutInfos(bundleName : string) : Promise<Array<ShortcutInfo>>; 废弃版本:9 代替接口:ohos.bundle.launcherBundleManager |
@ohos.bundle.innerBundleManager.d.ts |
废弃版本有变化 | 类名:distributedBundle 废弃版本:N/A |
类名:distributedBundle 废弃版本:9 代替接口:ohos.bundle.distributedBundleManager |
@ohos.distributedBundle.d.ts |
废弃版本有变化 | 类名:distributedBundle 方法 or 属性:function getRemoteAbilityInfo(elementName: ElementName, callback: AsyncCallback<RemoteAbilityInfo>): void; 废弃版本:N/A |
类名:distributedBundle 方法 or 属性:function getRemoteAbilityInfo(elementName: ElementName, callback: AsyncCallback<RemoteAbilityInfo>): void; 废弃版本:9 代替接口:ohos.bundle.distributedBundleManager |
@ohos.distributedBundle.d.ts |
废弃版本有变化 | 类名:distributedBundle 方法 or 属性:function getRemoteAbilityInfo(elementName: ElementName): Promise<RemoteAbilityInfo>; 废弃版本:N/A |
类名:distributedBundle 方法 or 属性:function getRemoteAbilityInfo(elementName: ElementName): Promise<RemoteAbilityInfo>; 废弃版本:9 代替接口:ohos.bundle.distributedBundleManager |
@ohos.distributedBundle.d.ts |
废弃版本有变化 | 类名:distributedBundle 方法 or 属性:function getRemoteAbilityInfos(elementNames: Array<ElementName>, callback: AsyncCallback<Array<RemoteAbilityInfo>>): void; 废弃版本:N/A |
类名:distributedBundle 方法 or 属性:function getRemoteAbilityInfos(elementNames: Array<ElementName>, callback: AsyncCallback<Array<RemoteAbilityInfo>>): void; 废弃版本:9 代替接口:ohos.bundle.distributedBundleManager |
@ohos.distributedBundle.d.ts |
废弃版本有变化 | 类名:distributedBundle 方法 or 属性:function getRemoteAbilityInfos(elementNames: Array<ElementName>): Promise<Array<RemoteAbilityInfo>>; 废弃版本:N/A |
类名:distributedBundle 方法 or 属性:function getRemoteAbilityInfos(elementNames: Array<ElementName>): Promise<Array<RemoteAbilityInfo>>; 废弃版本:9 代替接口:ohos.bundle.distributedBundleManager |
@ohos.distributedBundle.d.ts |
废弃版本有变化 | 类名:ErrorCode 废弃版本:N/A |
类名:ErrorCode 废弃版本:9 代替接口:N/A |
@ohos.zlib.d.ts |
废弃版本有变化 | 类名:zlib 方法 or 属性:function zipFile(inFile:string, outFile:string, options: Options): Promise<void>; 废弃版本:N/A |
类名:zlib 方法 or 属性:function zipFile(inFile:string, outFile:string, options: Options): Promise<void>; 废弃版本:9 代替接口:ohos.zlib |
@ohos.zlib.d.ts |
废弃版本有变化 | 类名:zlib 方法 or 属性:function unzipFile(inFile:string, outFile:string, options: Options): Promise<void>; 废弃版本:N/A |
类名:zlib 方法 or 属性:function unzipFile(inFile:string, outFile:string, options: Options): Promise<void>; 废弃版本:9 代替接口:ohos.zlib |
@ohos.zlib.d.ts |
废弃版本有变化 | 类名:CheckPackageHasInstalledResponse 废弃版本:N/A |
类名:CheckPackageHasInstalledResponse 废弃版本:9 代替接口:N/A |
@system.package.d.ts |
废弃版本有变化 | 类名:CheckPackageHasInstalledOptions 废弃版本:N/A |
类名:CheckPackageHasInstalledOptions 废弃版本:9 代替接口:N/A |
@system.package.d.ts |
废弃版本有变化 | 类名:Package 废弃版本:N/A |
类名:Package 废弃版本:9 代替接口:N/A |
@system.package.d.ts |
废弃版本有变化 | 类名:Package 方法 or 属性:static hasInstalled(options: CheckPackageHasInstalledOptions): void; 废弃版本:N/A |
类名:Package 方法 or 属性:static hasInstalled(options: CheckPackageHasInstalledOptions): void; 废弃版本:9 代替接口:N/A |
@system.package.d.ts |
废弃版本有变化 | 类名:AbilityInfo 废弃版本:N/A |
类名:AbilityInfo 废弃版本:9 代替接口:ohos.bundle.bundleManager.AbilityInfo |
abilityInfo.d.ts |
废弃版本有变化 | 类名:ApplicationInfo 废弃版本:N/A |
类名:ApplicationInfo 废弃版本:9 代替接口:ohos.bundle.bundleManager.ApplicationInfo |
applicationInfo.d.ts |
废弃版本有变化 | 类名:ApplicationInfo 方法 or 属性:readonly labelId: string; 废弃版本:N/A |
类名:ApplicationInfo 方法 or 属性:readonly labelId: string; 废弃版本:9 代替接口:ohos.bundle.bundleManager.ApplicationInfo.labelIndex |
applicationInfo.d.ts |
废弃版本有变化 | 类名:ApplicationInfo 方法 or 属性:readonly iconId: string; 废弃版本:N/A |
类名:ApplicationInfo 方法 or 属性:readonly iconId: string; 废弃版本:9 代替接口:ohos.bundle.bundleManager.ApplicationInfo.iconIndex |
applicationInfo.d.ts |
废弃版本有变化 | 类名:UsedScene 废弃版本:N/A |
类名:UsedScene 废弃版本:9 代替接口:ohos.bundle.bundleManager.UsedScene |
bundleInfo.d.ts |
废弃版本有变化 | 类名:ReqPermissionDetail 废弃版本:N/A |
类名:ReqPermissionDetail 废弃版本:9 代替接口:ohos.bundle.bundleManager.ReqPermissionDetail |
bundleInfo.d.ts |
废弃版本有变化 | 类名:BundleInfo 废弃版本:N/A |
类名:BundleInfo 废弃版本:9 代替接口:ohos.bundle.bundleManager.BundleInfo |
bundleInfo.d.ts |
废弃版本有变化 | 类名:InstallParam 废弃版本:N/A |
类名:InstallParam 废弃版本:9 代替接口:ohos.bundle.installer |
bundleInstaller.d.ts |
废弃版本有变化 | 类名:InstallParam 方法 or 属性:userId: number; 废弃版本:N/A |
类名:InstallParam 方法 or 属性:userId: number; 废弃版本:9 代替接口:ohos.bundle.installer.InstallParam |
bundleInstaller.d.ts |
废弃版本有变化 | 类名:InstallParam 方法 or 属性:installFlag: number; 废弃版本:N/A |
类名:InstallParam 方法 or 属性:installFlag: number; 废弃版本:9 代替接口:ohos.bundle.installer.InstallParam |
bundleInstaller.d.ts |
废弃版本有变化 | 类名:InstallParam 方法 or 属性:isKeepData: boolean; 废弃版本:N/A |
类名:InstallParam 方法 or 属性:isKeepData: boolean; 废弃版本:9 代替接口:ohos.bundle.installer.InstallParam |
bundleInstaller.d.ts |
废弃版本有变化 | 类名:InstallStatus 废弃版本:N/A |
类名:InstallStatus 废弃版本:9 代替接口:N/A |
bundleInstaller.d.ts |
废弃版本有变化 | 类名:InstallStatus 方法 or 属性:status: bundle.InstallErrorCode; 废弃版本:N/A |
类名:InstallStatus 方法 or 属性:status: bundle.InstallErrorCode; 废弃版本:9 代替接口:N/A |
bundleInstaller.d.ts |
废弃版本有变化 | 类名:InstallStatus 方法 or 属性:statusMessage: string; 废弃版本:N/A |
类名:InstallStatus 方法 or 属性:statusMessage: string; 废弃版本:9 代替接口:N/A |
bundleInstaller.d.ts |
废弃版本有变化 | 类名:BundleInstaller 废弃版本:N/A |
类名:BundleInstaller 废弃版本:9 代替接口:ohos.bundle.installer |
bundleInstaller.d.ts |
废弃版本有变化 | 类名:BundleInstaller 方法 or 属性:install(bundleFilePaths: Array<string>, param: InstallParam, callback: AsyncCallback<InstallStatus>): void; 废弃版本:N/A |
类名:BundleInstaller 方法 or 属性:install(bundleFilePaths: Array<string>, param: InstallParam, callback: AsyncCallback<InstallStatus>): void; 废弃版本:9 代替接口:ohos.bundle.installer.BundleInstaller |
bundleInstaller.d.ts |
废弃版本有变化 | 类名:BundleInstaller 方法 or 属性:uninstall(bundleName: string, param: InstallParam, callback: AsyncCallback<InstallStatus>): void; 废弃版本:N/A |
类名:BundleInstaller 方法 or 属性:uninstall(bundleName: string, param: InstallParam, callback: AsyncCallback<InstallStatus>): void; 废弃版本:9 代替接口:ohos.bundle.installer.BundleInstaller |
bundleInstaller.d.ts |
废弃版本有变化 | 类名:BundleInstaller 方法 or 属性:recover(bundleName: string, param: InstallParam, callback: AsyncCallback<InstallStatus>): void; 废弃版本:N/A |
类名:BundleInstaller 方法 or 属性:recover(bundleName: string, param: InstallParam, callback: AsyncCallback<InstallStatus>): void; 废弃版本:9 代替接口:ohos.bundle.installer.BundleInstaller |
bundleInstaller.d.ts |
废弃版本有变化 | 类名:BundleStatusCallback 废弃版本:N/A |
类名:BundleStatusCallback 废弃版本:9 代替接口:N/A |
bundleStatusCallback.d.ts |
废弃版本有变化 | 类名:CustomizeData 废弃版本:N/A |
类名:CustomizeData 废弃版本:9 代替接口:ohos.bundle.bundleManager.Metadata |
customizeData.d.ts |
废弃版本有变化 | 类名:ElementName 废弃版本:N/A |
类名:ElementName 废弃版本:9 代替接口:ohos.bundle.bundleManager.ElementName |
elementName.d.ts |
废弃版本有变化 | 类名:HapModuleInfo 废弃版本:N/A |
类名:HapModuleInfo 废弃版本:9 代替接口:ohos.bundle.bundleManager.HapModuleInfo |
hapModuleInfo.d.ts |
废弃版本有变化 | 类名:LauncherAbilityInfo 废弃版本:N/A |
类名:LauncherAbilityInfo 废弃版本:9 代替接口:ohos.bundle.bundleManager.LauncherAbilityInfo |
launcherAbilityInfo.d.ts |
废弃版本有变化 | 类名:ModuleInfo 废弃版本:N/A |
类名:ModuleInfo 废弃版本:9 代替接口:ohos.bundle.bundleManager.HapModuleInfo |
moduleInfo.d.ts |
废弃版本有变化 | 类名:PermissionDef 废弃版本:N/A |
类名:PermissionDef 废弃版本:9 代替接口:ohos.bundle.bundleManager.PermissionDef |
PermissionDef.d.ts |
废弃版本有变化 | 类名:RemoteAbilityInfo 废弃版本:N/A |
类名:RemoteAbilityInfo 废弃版本:9 代替接口:ohos.bundle.distributedBundleManager.RemoteAbilityInfo |
remoteAbilityInfo.d.ts |
废弃版本有变化 | 类名:ShortcutWant 废弃版本:N/A |
类名:ShortcutWant 废弃版本:9 代替接口:ohos.bundle.launcherBundleManager.ShortcutWant |
shortcutInfo.d.ts |
废弃版本有变化 | 类名:ShortcutInfo 废弃版本:N/A |
类名:ShortcutInfo 废弃版本:9 代替接口:ohos.bundle.launcherBundleManager.ShortcutInfo |
shortcutInfo.d.ts |
起始版本有变化 | 类名:LauncherAbilityInfo 起始版本:N/A |
类名:LauncherAbilityInfo 起始版本:8 |
launcherAbilityInfo.d.ts |