/// <summary>Shuts down all systems needed for BrainCloudClient /// Only call this from the main thread. /// Should be used at the end of the app, and opposite of Initialize Client /// </summary> public void ShutDown() { _comms.ShutDown(); }
/// <summary>Shuts down all systems needed for BrainCloudClient /// Only call this from the main thread. /// Should be used at the end of the app, and opposite of Initiatilize Client /// </summary> public void ShutDown() { m_bc.ShutDown(); }