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

The result anchor of the async operation, or nil if the operation isn't completed successfully.
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 .

Create a Mobile Website
View Site in Mobile | Classic
Share by: