release: 1.4.7

This commit is contained in:
2026-04-22 17:44:49 +08:00
parent 79f478dd5f
commit e38e066a2d
37 changed files with 2598 additions and 78 deletions

View File

@@ -31,5 +31,8 @@ namespace AnyThinkAds.Common
void getArea(ATGetAreaListener listener);
void setWXStatus(bool install);
void setLocation(double longitude, double latitude);
void start();
bool isCnSDK();
void setLocalStrategyAssetPath(string assetPath);
}
}