GARSessionDelegate
Delegate for receiving callbacks from a GARSession
.
All methods are optional.
Summary
Inheritance
Inherits from:<NSObject>
Public methods |
|
---|---|
session:
|
void
A call to
hostCloudAnchor:error: (GARSession(CloudAnchors)) failed. |
session:
|
void
A call to
resolveCloudAnchorWithIdentifier:error: (GARSession(CloudAnchors)) failed. |
session:
|
void
A call to
hostCloudAnchor:error: (GARSession(CloudAnchors)) was successful. |
session:
|
void
A call to
resolveCloudAnchorWithIdentifier:error: (GARSession(CloudAnchors)) was successful. |
Public methods
session:didFailToHostAnchor:
- (void)session:(GARSession *) sessiondidFailToHostAnchor:(GARAnchor *) anchor
A call to hostCloudAnchor:error: (GARSession(CloudAnchors))
failed.
Inspect the value of GARAnchor.cloudState
for details.
Details | |||||
---|---|---|---|---|---|
Parameters |
|
session:didFailToResolveAnchor:
- (void)session:(GARSession *) sessiondidFailToResolveAnchor:(GARAnchor *) anchor
A call to resolveCloudAnchorWithIdentifier:error: (GARSession(CloudAnchors))
failed.
Inspect the value of GARAnchor.cloudState
for details.
Details | |||||
---|---|---|---|---|---|
Parameters |
|
session:didHostAnchor:
- (void)session:(GARSession *) sessiondidHostAnchor:(GARAnchor *) anchor
A call to hostCloudAnchor:error: (GARSession(CloudAnchors))
was successful.
Details | |||||
---|---|---|---|---|---|
Parameters |
|
session:didResolveAnchor:
- (void)session:(GARSession *) sessiondidResolveAnchor:(GARAnchor *) anchor
A call to resolveCloudAnchorWithIdentifier:error: (GARSession(CloudAnchors))
was successful.
Details | |||||
---|---|---|---|---|---|
Parameters |
|