From 945d145c9803f8af4f1da1c040c0bd9e67c6707c Mon Sep 17 00:00:00 2001 From: yangxuguang-huawei Date: Tue, 1 Apr 2025 10:32:07 +0800 Subject: [PATCH] feat: add ATOMIC_SERVICE_SHARE_ROUTER Signed-off-by: yangxuguang-huawei --- api/@ohos.app.ability.wantConstant.d.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/api/@ohos.app.ability.wantConstant.d.ts b/api/@ohos.app.ability.wantConstant.d.ts index 85b131dc84..4ff2dc66d7 100644 --- a/api/@ohos.app.ability.wantConstant.d.ts +++ b/api/@ohos.app.ability.wantConstant.d.ts @@ -344,6 +344,15 @@ declare namespace wantConstant { * @since 18 */ LAUNCH_REASON_MESSAGE = 'ohos.params.launchReasonMessage', + + /** + * Indicates the key of the page route upon sharing atomic service. + * + * @syscap SystemCapability.Ability.AbilityBase + * @atomicservice + * @since 20 + */ + ATOMIC_SERVICE_SHARE_ROUTER = 'ohos.params.atomicservice.shareRouter', } /** -- Gitee