Tries to cancel the execution of this operation. If the operation was cancelled by this
invocation, this method returns true and the associated callback (if any) will never be
invoked.
[[["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 2024-10-31 UTC."],[],["`ResolveCloudAnchorFuture` manages an asynchronous cloud anchor operation. Key actions include: `cancel()` to halt the operation, returning `true` if successful. `getState()` retrieves the operation's current `FutureState`. Once `FutureState.DONE`, `getResultCloudAnchorState()` provides the outcome; if `Anchor.CloudAnchorState.SUCCESS`, `getResultAnchor()` returns the resolved `Anchor`; otherwise it returns null. Additionally, It inherits methods such as `equals` `hashCode` and `wait` from the `java.lang.Object` class.\n"],null,[]]