Created
May 21, 2018 19:07
-
-
Save azamsharp/27fc07399eae91e0d1ef8e27476e57f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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