diff --git a/en/application-dev/Readme-EN.md b/en/application-dev/Readme-EN.md index 16ec9be737c4f764eee2e5864922b4e79776c0aa..7216f9a9553638f840ec25e395e01e7169cec824 100644 --- a/en/application-dev/Readme-EN.md +++ b/en/application-dev/Readme-EN.md @@ -46,9 +46,9 @@ - [Component Reference (JavaScript-based Web-like Development Paradigm)](reference/arkui-js/Readme-EN.md) - [Component Reference (TypeScript-based Declarative Development Paradigm)](reference/arkui-ts/Readme-EN.md) - APIs - - [JS (eTS Incldued) APIs](reference/apis/Readme-EN.md) + - [JS and TS APIs](reference/apis/Readme-EN.md) - Native APIs - - [Standard Library](reference/native-lib/third_party_libc/musl.md) + - [Standard Libraries](reference/native-lib/third_party_libc/musl.md) - [Node_API](reference/native-lib/third_party_napi/napi.md) - Contribution - [How to Contribute](../contribute/documentation-contribution.md) diff --git a/en/application-dev/application-dev-guide-for-gitee.md b/en/application-dev/application-dev-guide-for-gitee.md index 1700a942299b1513b7cca08d971c1e32e46339c9..aaefaf25e04f5455ce8081cb38c75ecf62f5a06e 100644 --- a/en/application-dev/application-dev-guide-for-gitee.md +++ b/en/application-dev/application-dev-guide-for-gitee.md @@ -53,7 +53,11 @@ API references encompass all components and APIs available in OpenHarmony, helpi They are organized as follows: - [Component Reference (JavaScript-based Web-like Development Paradigm)](reference/arkui-js/Readme-EN.md) - [Component Reference (TypeScript-based Declarative Development Paradigm)](reference/arkui-ts/Readme-EN.md) -- [APIs](reference/apis/Readme-EN.md) +- APIs + - [JS and TS APIs](reference/apis/Readme-CN.md) + - Native APIs + - [Standard Libraries](reference/native-lib/third_party_libc/musl.md) + - [Node_API](reference/native-lib/third_party_napi/napi.md) ### Readme diff --git a/en/application-dev/application-dev-guide.md b/en/application-dev/application-dev-guide.md index 8e47dd69696fd4ec4f6842f9f08826e181805ada..f71c43a3dacdf8187cf5846075678f8506b4cce0 100644 --- a/en/application-dev/application-dev-guide.md +++ b/en/application-dev/application-dev-guide.md @@ -36,6 +36,7 @@ Then, equip yourself for developing the key features, with the following guideli - [Device Usage Statistics](device-usage-statistics/device-usage-statistics-overview.md) - [DFX](dfx/hiappevent-overview.md) - [Internationalization](internationalization/international-overview.md) +- [Using Native APIs in Application Projects](napi/napi-guidelines.md) ### Tools @@ -53,4 +54,8 @@ API references encompass all components and APIs available in OpenHarmony, helpi They are organized as follows: - [Component Reference (JavaScript-based Web-like Development Paradigm)](reference/arkui-js/js-components-common-attributes.md) - [Component Reference (TypeScript-based Declarative Development Paradigm)](reference/arkui-ts/ts-universal-events-click.md) -- [API Reference](reference/apis/js-apis-DataUriUtils.md) +- [JS and TS APIs](reference/apis/js-apis-DataUriUtils.md) +- Native APIs + - [Standard Libraries](reference/native-lib/third_party_libc/musl.md) + - [Node_API](reference/native-lib/third_party_napi/napi.md) + diff --git a/en/application-dev/reference/Readme-EN.md b/en/application-dev/reference/Readme-EN.md index 7100b4253c003a9c4514642c4973ce1469d994b0..4e8eb2c464678910c64f43d67d53b3bcde7622c3 100644 --- a/en/application-dev/reference/Readme-EN.md +++ b/en/application-dev/reference/Readme-EN.md @@ -6,9 +6,9 @@ - APIs - - [JS (eTS Included) APIs](apis/Readme-EN.md) + - [JS and TS APIs](apis/Readme-EN.md) - Native APIs - - [Standard Library](native-lib/third_party_libc/musl.md) + - [Standard Libraries](native-lib/third_party_libc/musl.md) - [Node_API](native-lib/third_party_napi/napi.md) diff --git a/en/application-dev/reference/apis/Readme-EN.md b/en/application-dev/reference/apis/Readme-EN.md index f7c9b469e10d06763183f9f488aefa0ca39d5775..dffcf1bcc9c776d997396c84bdc73e1ff5842a39 100644 --- a/en/application-dev/reference/apis/Readme-EN.md +++ b/en/application-dev/reference/apis/Readme-EN.md @@ -59,6 +59,14 @@ - [@ohos.bundle](js-apis-Bundle.md) - [@ohos.bundleState ](js-apis-deviceUsageStatistics.md) - [@ohos.zlib](js-apis-zlib.md) + - bundle/[AbilityInfo](js-apis-bundle-AbilityInfo.md) + - bundle/[ApplicationInfo](js-apis-bundle-ApplicationInfo.md) + - bundle/[BundleInfo](js-apis-bundle-BundleInfo.md) + - bundle/[CustomizeData](js-apis-bundle-CustomizeData.md) + - bundle/[ExtensionAbilityInfo](js-apis-bundle-ExtensionAbilityInfo.md) + - bundle/[HapModuleInfo](js-apis-bundle-HapModuleInfo.md) + - bundle/[Metadata](js-apis-bundle-Metadata.md) + - bundle/[ModuleInfo](js-apis-bundle-ModuleInfo.md) - UI Page - [@ohos.animator](js-apis-animator.md) diff --git a/en/application-dev/reference/apis/js-apis-application-missionInfo.md b/en/application-dev/reference/apis/js-apis-application-missionInfo.md new file mode 100644 index 0000000000000000000000000000000000000000..132865404467fd607538615d7674afbe19ef7ad2 --- /dev/null +++ b/en/application-dev/reference/apis/js-apis-application-missionInfo.md @@ -0,0 +1,28 @@ +# MissionInfo + +> **NOTE**
+> The initial APIs of this module are supported since API version 8. Newly added APIs will be marked with a superscript to indicate their earliest API version. + +## Modules to Import + +``` +import MissionInfo from '@ohos.application.missionInfo'; +``` + + +## MissionInfo + +Provides the mission information. + +**System capability**: SystemCapability.Ability.AbilityBase + +| Name| Type| Readable| Writable| Description| +| -------- | -------- | -------- | -------- | -------- | +| missionId | number | Yes| Yes| Mission ID.| +| runningState | number | Yes| Yes| Running state of the mission.| +| lockedState | boolean | Yes| Yes| Locked state of the mission.| +| timestamp | string | Yes| Yes| Latest time when the mission was created or updated.| +| want | [Want](js-apis-featureAbility.md#want) | Yes| Yes| **Want** information of the mission.| +| label | string | Yes| Yes| Label of the mission.| +| iconPath | string | Yes| Yes| Path of the mission icon.| +| continuable | boolean | Yes| Yes| Whether the mission is continuable.|