static void PlatformSetLogUrl(string logUrl) { AndroidMobileCenter.SetLogUrl(logUrl); }
/// <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); }