Table of Contents

Method SaveToCloudThenShare

Namespace
YVR.Core
Assembly
YVR.Core.Runtime.dll

SaveToCloudThenShare(YVRSpatialAnchorShareInfo, Action<bool>)

Saves the spatial anchor list to the cloud and then shares it with specified users.

public void SaveToCloudThenShare(YVRSpatialAnchorShareInfo shareInfo, Action<bool> callback)

Parameters

shareInfo YVRSpatialAnchorShareInfo

Information about the spatial anchor list to be shared and the users with whom it will be shared

callback Action<bool>

Callback for handling the result of the combined save and share process