Stay organized with collections
Save and categorize content based on your preferences.
ResolveCloudAnchorPromise
An InterruptiblePromise
launched by ARAnchorManagerExtensions.ResolveCloudAnchorAsync(this ARAnchorManager,
string)
with result type ResolveCloudAnchorResult
.
See InterruptiblePromise
for more information on how to retrieve results from the Promise, and the Cloud Anchors developer guide.
Summary
Inheritance
Inherits from:
InterruptiblePromise< ResolveCloudAnchorResult >
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-14 UTC.
[null,null,["Last updated 2025-07-14 UTC."],[[["\u003cp\u003e\u003ccode\u003eResolveCloudAnchorPromise\u003c/code\u003e handles the result of resolving a Cloud Anchor using \u003ccode\u003eARAnchorManagerExtensions.ResolveCloudAnchorAsync\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eInterruptiblePromise\u003c/code\u003e and provides access to the result and state of the resolution process.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use the \u003ccode\u003eResult\u003c/code\u003e property to get the \u003ccode\u003eResolveCloudAnchorResult\u003c/code\u003e if the operation is complete.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eState\u003c/code\u003e property indicates the current status of the promise (pending, success, or failure).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCancel\u003c/code\u003e function allows for interrupting the resolution process if needed.\u003c/p\u003e\n"]]],[],null,["# ResolveCloudAnchorPromise Class Reference\n\nResolveCloudAnchorPromise\n=========================\n\nAn [InterruptiblePromise](/ar/reference/unity-arf/other) launched by [ARAnchorManagerExtensions.ResolveCloudAnchorAsync(this ARAnchorManager,\nstring)](/ar/reference/unity-arf/class/Google/XR/ARCoreExtensions/ARAnchorManagerExtensions#resolvecloudanchorasync) with result type [ResolveCloudAnchorResult](/ar/reference/unity-arf/class/Google/XR/ARCoreExtensions/ResolveCloudAnchorResult#classGoogle_1_1XR_1_1ARCoreExtensions_1_1ResolveCloudAnchorResult).\n\nSee [InterruptiblePromise](/ar/reference/unity-arf/other) for more information on how to retrieve results from the Promise, and the [Cloud Anchors developer guide](https://developers.google.com/ar/develop/unity-arf/cloud-anchors/developer-guide).\n\nSummary\n-------\n\n### Inheritance\n\nInherits from: `InterruptiblePromise\u003c ResolveCloudAnchorResult \u003e`"]]