Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Created May 21, 2018 19:07
Show Gist options
  • Save azamsharp/27fc07399eae91e0d1ef8e27476e57f8 to your computer and use it in GitHub Desktop.
Save azamsharp/27fc07399eae91e0d1ef8e27476e57f8 to your computer and use it in GitHub Desktop.
func session(_ session: GARSession, didHostAnchor anchor: GARAnchor) {
if let cloudIdentifier = anchor.cloudIdentifier {
self.cloudIdentifier = cloudIdentifier
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment