GARAnchor(CloudAnchors)
Category adding Cloud Anchor functionality to GARAnchor
.
Summary
Properties |
|
---|---|
cloudIdentifier
|
NSString *
Cloud Anchor identifier, if applicable.
|
cloudState
|
The Cloud Anchor state, if applicable.
|
Properties
cloudIdentifier
@property(nonatomic, readonly, nullable) NSString *cloudIdentifier;
Cloud Anchor identifier, if applicable.
This will be nil
unless the cloud state of the anchor is GARCloudAnchorStateSuccess
.
Extends class
GARAnchor
.cloudState
@property(nonatomic, readonly) GARCloudAnchorState cloudState;
The Cloud Anchor state, if applicable.
Indicates the state of the hosting or resolving operation on this anchor, if any.
Extends class
GARAnchor
.