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

@@ -9,6 +9,7 @@ namespace AnyThinkAds.Common
{
void initSDK(string appId, string appKey);
void initSDK(string appId, string appKey, ATSDKInitListener listener);
void showDebuggerUI();
void getUserLocation(ATGetUserLocationListener listener);
void setGDPRLevel(int level);
void showGDPRAuth();