Method SaveToCloudThenShare
SaveToCloudThenShare(YVRSpatialAnchorShareInfo, Action<bool>)
Saves the spatial anchor list to the cloud and then shares it with specified users.
Declaration
public void SaveToCloudThenShare(YVRSpatialAnchorShareInfo shareInfo, Action<bool> callback)
Parameters
| Type | Name | Description |
|---|---|---|
| YVRSpatialAnchorShareInfo | shareInfo | Information about the spatial anchor list to be shared and the users with whom it will be shared |
| Action<bool> | callback | Callback for handling the result of the combined save and share process |