harmony 鸿蒙ShortcutInfo

  • 2022-12-05
  • 浏览 (478)

ShortcutInfo

The ShortcutInfo module defines shortcut information configured in the configuration file. The information can be obtained through getShortcutInfo.

NOTE

The initial APIs of this module are supported since API version 9. Newly added APIs will be marked with a superscript to indicate their earliest API version.

For the FA model, the shortcut information is configured in the config.json file. For details about the shortcut information in the stage model, see shortcuts.

ShortcutWant

System capability: SystemCapability.BundleManager.BundleFramework.Launcher

System API: This is a system API.

Name Type Readable Writable Description
targetBundle string Yes No Target bundle name of the shortcut.
targetModule string Yes No Target module name of the shortcut.
targetAbility string Yes No Target ability name of the shortcut.

ShortcutInfo

System capability: SystemCapability.BundleManager.BundleFramework.Launcher

System API: This is a system API.

Name Type Readable Writable Description
id string Yes No ID of the application to which the shortcut belongs.
bundleName string Yes No Name of the bundle that contains the shortcut.
moduleName string Yes No Module name of the shortcut.
hostAbility string Yes No Local ability name of the shortcut.
icon string Yes No Icon of the shortcut.
iconId number Yes No ID of the shortcut icon.
label string Yes No Label of the shortcut.
labelId number Yes No ID of the shortcut label.
wants Array<ShortcutWant> Yes No Want information required for the shortcut.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙APIs

harmony 鸿蒙System Common Events (To Be Deprecated Soon)

harmony 鸿蒙System Common Events

harmony 鸿蒙API Reference Document Description

harmony 鸿蒙Enterprise Device Management Overview (for System Applications Only)

harmony 鸿蒙BundleStatusCallback

harmony 鸿蒙@ohos.bundle.innerBundleManager (innerBundleManager)

harmony 鸿蒙@ohos.distributedBundle (Distributed Bundle Management)

harmony 鸿蒙@ohos.bundle (Bundle)

harmony 鸿蒙@ohos.enterprise.EnterpriseAdminExtensionAbility (EnterpriseAdminExtensionAbility)

0  赞