harmony 鸿蒙升级服务子系统JS API变更

  • 2022-12-22
  • 浏览 (325)

升级服务子系统JS API变更

OpenHarmony 3.2 Beta3版本相较于OpenHarmony 3.2 Beta2版本,升级服务子系统的API变更如下:

接口变更

模块名 类名 方法/属性/枚举/常量 变更类型
ohos.update Order INSTALL_AND_APPLY = 6 新增
ohos.update Order DOWNLOAD_AND_INSTALL = 3 新增
ohos.update NetType CELLULAR_AND_WIFI = 7 新增
ohos.update NetType WIFI = 6 新增
ohos.update DescriptionFormat SIMPLIFIED = 1 新增
ohos.update DescriptionFormat STANDARD = 0 新增
ohos.update ComponentDescription descriptionInfo: DescriptionInfo; 新增
ohos.update ComponentDescription componentId: string; 新增
ohos.update DescriptionOptions language: string; 新增
ohos.update DescriptionOptions format: DescriptionFormat; 新增
ohos.update VersionComponent componentId: string; 新增
ohos.update Updater getCurrentVersionDescription(descriptionOptions: DescriptionOptions, callback: AsyncCallback>): void;
getCurrentVersionDescription(descriptionOptions: DescriptionOptions): Promise>;
新增
ohos.update Updater getNewVersionDescription(versionDigestInfo: VersionDigestInfo, descriptionOptions: DescriptionOptions, callback: AsyncCallback>): void;
getNewVersionDescription(versionDigestInfo: VersionDigestInfo, descriptionOptions: DescriptionOptions): Promise>;
新增
ohos.update BusinessSubType PARAM = 2 删除

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Readme

harmony 鸿蒙元能力子系统JS API变更

harmony 鸿蒙无障碍子系统JS API变更

harmony 鸿蒙帐号子系统JS API变更

harmony 鸿蒙ArkUI子系统JS API变更

harmony 鸿蒙电源服务子系统JS API变更

harmony 鸿蒙包管理子系统JS API变更

harmony 鸿蒙基础通信子系统JS API变更

harmony 鸿蒙公共基础库子系统JS API变更

harmony 鸿蒙DFX子系统JS API变更

0  赞