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

@@ -177,5 +177,12 @@ namespace AnyThinkAds.iOS {
Debug.Log("Unity:ATSDKAPIClient::setLocation()");
ATManager.setLocation(longitude, latitude);
}
//iOS显示Debugger UI
public void showDebuggerUI()
{
Debug.Log("Unity:ATSDKAPIClient::showDebuggerUI()");
ATManager.showDebuggerUI();
}
}
}