harmony 鸿蒙升级服务子系统JS API变更
升级服务子系统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 getCurrentVersionDescription(descriptionOptions: DescriptionOptions): Promise |
新增 |
ohos.update | Updater | getNewVersionDescription(versionDigestInfo: VersionDigestInfo, descriptionOptions: DescriptionOptions, callback: AsyncCallback getNewVersionDescription(versionDigestInfo: VersionDigestInfo, descriptionOptions: DescriptionOptions): Promise |
新增 |
ohos.update | BusinessSubType | PARAM = 2 | 删除 |
你可能感兴趣的鸿蒙文章
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦