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-02-28 UTC.
[null,null,["Last updated 2025-02-28 UTC."],[[["`ResolveCloudAnchorPromise` handles the result of resolving a Cloud Anchor using `ARAnchorManagerExtensions.ResolveCloudAnchorAsync`."],["It inherits from `InterruptiblePromise` and provides access to the result and state of the resolution process."],["Developers can use the `Result` property to get the `ResolveCloudAnchorResult` if the operation is complete."],["The `State` property indicates the current status of the promise (pending, success, or failure)."],["The `Cancel` function allows for interrupting the resolution process if needed."]]],[]]