class SharedARClient (Niantic.Experimental.ARDK.SharedAR.SharedARClient)
Note
This is an experimental feature. Experimental features should not be used in production products as they are subject to breaking changes, not officially supported, and may be deprecated without notice
class SharedARClient: IDisposable { public: // properties VpsColocalizer Colocalizer; INetworking Networking; // methods void Dispose(); SharedARClient(IARSession session, string connectionId); void Start(); void Stop(); };