Overview
Delegate for receiving callbacks from a GARSession.
All methods are optional.
Inherits <NSObject>.
Instance Method Summary | |
(void) | - session:didHostAnchor: |
A call to hostCloudAnchor:error: (GARSession) was successful. More... | |
(void) | - session:didFailToHostAnchor: |
A call to hostCloudAnchor:error: (GARSession) failed. More... | |
(void) | - session:didResolveAnchor: |
A call to resolveCloudAnchorWithIdentifier:error: (GARSession) was successful. More... | |
(void) | - session:didFailToResolveAnchor: |
A call to resolveCloudAnchorWithIdentifier:error: (GARSession) failed. More... | |
Method Detail
|
optional |
A call to hostCloudAnchor:error: (GARSession) was successful.
- Parameters
-
session The GARSession in which the anchor was hosted. anchor The GARAnchor that was returned from hostCloudAnchor:error: (GARSession), snapshotted at the completion of hosting.
|
optional |
A call to hostCloudAnchor:error: (GARSession) failed.
Inspect the value of anchor.cloudState for details.
- Parameters
-
session The GARSession in which the anchor was hosted. anchor The GARAnchor that was returned from hostCloudAnchor:error: (GARSession), snapshotted at the failure of hosting.
|
optional |
A call to resolveCloudAnchorWithIdentifier:error: (GARSession) was successful.
- Parameters
-
session The GARSession in which the anchor was resolved. anchor The GARAnchor that was returned from resolveCloudAnchorWithIdentifier:error: (GARSession), snapshotted at the completion of resolving.
|
optional |
A call to resolveCloudAnchorWithIdentifier:error: (GARSession) failed.
Inspect the value of anchor.cloudState for details.
- Parameters
-
session The GARSession in which the anchor was resolved. anchor The GARAnchor that was returned from resolveCloudAnchorWithIdentifier:error: (GARSession), snapshotted at the failure of resolving.