harmony 鸿蒙ContinuableInfo

2023-06-24 浏览 (1458)

ContinuableInfo

The ContinuableInfo module provides the mission continuation information to be returned when the listener for listening for the mission continuation state is registered. For details about the registration, see on('continueStateChange').

NOTE

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

Modules to Import

import distributedMissionManager from '@ohos.distributedMissionManager';

Attributes

System capability: SystemCapability.Ability.AbilityRuntime.Mission

NameTypeReadableWritableDescription
srcDeviceIdstringYesYesID of the source device.
bundleNamestringYesYesName of the bundle to which the mission belongs.

Example

import distributedMissionManager from '@ohos.distributedMissionManager';

try {
  distributedMissionManager.on('continueStateChange', (data) => {
    console.info("continueStateChange on:" + JSON.stringify(data));
  });
} catch (err) {
  console.error("continueStateChange err: " + JSON.stringify(err));
}

你可能感兴趣的鸿蒙文章

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)

  • 所属分类: 后端技术
  • 本文标签: 软件 鸿蒙
  • 版权声明: 本文链接 https://seaxiang.com/blog/5a80b65ca70b478cbf492ce8d234f6f7