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

@@ -82,6 +82,11 @@ namespace AnyThinkAds.Api
client.initSDK(appId, appKey, listener);
}
public static void showDebuggerUI()
{
client.showDebuggerUI();
}
public static void setGDPRLevel(int level)
{
client.setGDPRLevel(level);