GARResolveCloudAnchorFuture

A handle to an async operation launched by a call to resolveCloudAnchorWithIdentifier:completionHandler:error: (GARSession(CloudAnchors)).

See the Cloud Anchors developer guide for more information.

Summary

Inheritance

Inherits from: GARFuture

Properties

resultAnchor
The result anchor of the async operation, or nil if the operation isn't completed successfully.
resultCloudAnchorState
The result Cloud Anchor state of the async operation, or a default value if the operation isn't complete.

Properties

resultAnchor

@property(nonatomic, nullable, readonly) GARAnchor *resultAnchor;

The result anchor of the async operation, or nil if the operation isn't completed successfully.

This should only be used after checking that state is GARFutureStateDone.

resultCloudAnchorState

@property(nonatomic, readonly) GARCloudAnchorState resultCloudAnchorState;

The result Cloud Anchor state of the async operation, or a default value if the operation isn't complete.

This should only be used after checking that state is GARFutureStateDone.