/// <summary> /// This method is called by the native Spil SDK, it should not be used by developers. /// Developers can subscribe to the Spil.Instance.ConfigUpdated event. /// </summary> public void ConfigError(string error) { SpilUnityImplementationBase.fireConfigError(error); }