harmony 鸿蒙PluginBundleInfo (System API)
PluginBundleInfo (System API)
The PluginBundleInfo module defines plugin information, which is obtained through the bundleManager.getAllPluginInfo API.
NOTE
The initial APIs of this module are supported since API version 19. Newly added APIs will be marked with a superscript to indicate their earliest API version.
The APIs provided by this module are system APIs.
PluginBundleInfo
Defines the plugin information.
System capability: SystemCapability.BundleManager.BundleFramework.Core
System API: This is a system API.
Name | Type | Read-Only | Optional | Description |
---|---|---|---|---|
label | string | Yes | Yes | Plugin name. |
labelId | number | Yes | Yes | Resource ID of the plugin name. |
icon | string | Yes | Yes | Plugin icon. |
iconId | number | Yes | Yes | Resource ID of the plugin icon. |
pluginBundleName | string | Yes | Yes | Bundle name of the application for which the plugin is installed. |
versionCode | string | Yes | Yes | Version number of the plugin. |
versionName | string | Yes | Yes | Version name of the plugin. |
pluginModuleInfos | Array<PluginModuleInfo> | Yes | Yes | Module information of the plugin. |
PluginModuleInfo
Defines the module information of a plugin.
System capability: SystemCapability.BundleManager.BundleFramework.Core
System API: This is a system API.
Name | Type | Read-Only | Optional | Description |
---|---|---|---|---|
moduleName | string | Yes | Yes | Module name of the plugin. |
descriptionId | number | Yes | Yes | Resource ID of the module description. |
description | string | Yes | Yes | Description of the module. |
你可能感兴趣的鸿蒙文章
harmony 鸿蒙AbilityAccessControl
harmony 鸿蒙OH_NativeBundle_ApplicationInfo
harmony 鸿蒙OH_NativeBundle_ElementName
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦