update sdk version

This commit is contained in:
2023-11-24 16:10:52 +08:00
parent 3debc85c0a
commit 0c87c7f905
138 changed files with 210 additions and 119 deletions

View File

@@ -357,5 +357,19 @@ namespace AnyThinkAds.Android
}
}
public void showDebuggerUI() {
try
{
if (this.sdkInitHelper != null)
{
this.sdkInitHelper.Call("showDebuggerUI");
}
}
catch (System.Exception e)
{
System.Console.WriteLine("Exception caught: {0}", e);
Debug.Log("ATSDKAPIClient : error." + e.Message);
}
}
}
}