[[["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\u003eHostCloudAnchorResult provides the Cloud Anchor ID and the final state of a hosted Cloud Anchor.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can access the Cloud Anchor ID and its state through corresponding properties.\u003c/p\u003e\n"],["\u003cp\u003eRefer to the Cloud Anchors developer guide for comprehensive information.\u003c/p\u003e\n"]]],["The `HostCloudAnchorResult` object contains the outcome of hosting a Cloud Anchor. It provides two key pieces of information: the `CloudAnchorId`, a string representing the unique identifier of the hosted anchor, which may be null and `CloudAnchorState`, indicating the final state of the hosted Cloud Anchor. This information is retrieved after the hosting process initiated by `HostCloudAnchorPromise`. For further details refer to the Cloud Anchors developer guide.\n"],null,["# HostCloudAnchorResult Class Reference\n\nHostCloudAnchorResult\n=====================\n\nResult object from [HostCloudAnchorPromise](/ar/reference/unity-arf/class/Google/XR/ARCoreExtensions/HostCloudAnchorPromise#classGoogle_1_1XR_1_1ARCoreExtensions_1_1HostCloudAnchorPromise) containing the hosted Cloud Anchor ID and final state.\n\nSee the [Cloud Anchors developer guide](https://developers.google.com/ar/develop/unity-arf/cloud-anchors/developer-guide) for more information.\n\nSummary\n-------\n\n| ### Properties ||\n|---------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [CloudAnchorId](#cloudanchorid) | `string` Gets the hosted Cloud Anchor ID associated with this result. |\n| [CloudAnchorState](#cloudanchorstate) | [CloudAnchorState](/ar/reference/unity-arf/namespace/Google/XR/ARCoreExtensions#cloudanchorstate) Gets the `CloudAnchorState` associated with this result. |\n\nProperties\n----------\n\n### CloudAnchorId\n\n```c#\nstring CloudAnchorId\n``` \nGets the hosted Cloud Anchor ID associated with this result.\n\nMay be `null`. \n\n### CloudAnchorState\n\n```c#\nCloudAnchorState CloudAnchorState\n``` \nGets the `CloudAnchorState` associated with this result."]]