update sdk version

This commit is contained in:
2023-11-24 16:10:52 +08:00
parent caf057bb97
commit 1da26e1d74
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);