GARHostCloudAnchorFuture

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

See the Cloud Anchors developer guide for more information.

Summary

Inheritance

Inherits from: GARFuture

Properties

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

Properties

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.

resultCloudIdentifier

@property(nonatomic, nullable, readonly) NSString *resultCloudIdentifier;

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

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