• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# LauncherAbilityInfo
2
3> **说明:**
4> 本模块首批接口从API version 8 开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。
5
6LauncherAbilityInfo信息,通过接口[innerBundleManager.getLauncherAbilityInfos](js-apis-Bundle-InnerBundleManager.md)获取。
7
8## LauncherAbilityInfo<sup>(deprecated)<sup>
9
10> 从API version 9开始不再维护,建议使用[bundleManager-LauncherAbilityInfo](js-apis-bundleManager-launcherAbilityInfo.md)替代。
11
12 **系统能力:** 以下各项对应的系统能力均为SystemCapability.BundleManager.BundleFramework13
14 **系统API:** 此接口为系统接口。
15
16| 名称            | 类型                                                 | 可读 | 可写 | 说明                                   |
17| --------------- | ---------------------------------------------------- | ---- | ---- | -------------------------------------- |
18| applicationInfo | [ApplicationInfo](js-apis-bundle-ApplicationInfo.md) | 是   | 否   | launcher ability的应用程序的配置信息。 |
19| elementName     | [ElementName](js-apis-bundle-ElementName.md)         | 是   | 否   | launcher ability的ElementName信息。    |
20| labelId         | number                                               | 是   | 否   | launcher ability的标签的资源id值。             |
21| iconId          | number                                               | 是   | 否   | launcher ability的图标的资源id值。             |
22| userId          | number                                               | 是   | 否   | launcher ability的用户的资源id值。             |
23| installTime     | number                                               | 是   | 否   | launcher ability的安装时间。           |