Пример #1
0
 static void PlatformSetLogUrl(string logUrl)
 {
     AndroidMobileCenter.SetLogUrl(logUrl);
 }
Пример #2
0
 /// <summary>
 /// Change the base URL (scheme + authority + port only) used to communicate with the backend.
 /// </summary>
 /// <param name="logUrl">Base URL to use for server communication.</param>
 public static void SetLogUrl(string logUrl)
 {
     AndroidMobileCenter.SetLogUrl(logUrl);
 }