• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# DispatchInfo
2
3The **DispatchInfo** module provides version information about the **dispatchInfo** struct and dispatch API. The information can be obtained through [freeInstall.getDispatchInfo](js-apis-freeInstall.md).
4
5> **NOTE**
6>
7> 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.
8
9## DispatchInfo
10
11**System API**: This is a system API.
12
13**System capability**: SystemCapability.BundleManager.BundleFramework.FreeInstall
14
15| Name       | Type  | Readable| Writable| Description                    |
16| ----------- | ------ | ---- | ---- | ------------------------ |
17| version     | string | Yes  | No  | Version of the **dispatchInfo** struct.|
18| dispatchAPIVersion | string | Yes  | No  | Version of the dispatch API.    |
19