Ejemplo n.º 1
0
 /// <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);
 }