[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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\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\nInheritanceInherits from: `InterruptiblePromise\u003c ResolveCloudAnchorResult \u003e`"]]