• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ContinuationResult
2
3> **NOTE**
4> 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.
5
6## ContinuationResult
7
8Describes the device information returned by the continuation management entry after [on](js-apis-continuation-continuationManager.md#continuationmanagerstartcontinuationdevicemanager9) is called.
9
10**System capability**: SystemCapability.Ability.DistributedAbilityManager
11
12| Name| Type| Readable| Writable| Description|
13| -------- | -------- | -------- | -------- | -------- |
14| id | string | Yes| Yes| Device ID.|
15| type | string | Yes| Yes| Device type.|
16| name | string | Yes| Yes| Device name.|
17