You've already forked Commercialization.topon
release: 1.4.7
This commit is contained in:
@@ -193,6 +193,21 @@ namespace AnyThinkAds.iOS {
|
||||
Debug.Log("Unity:ATSDKAPIClient::setLocation()");
|
||||
ATManager.setLocation(longitude, latitude);
|
||||
}
|
||||
|
||||
public void start()
|
||||
{
|
||||
Debug.Log("Unity:ATSDKAPIClient::start() noop on iOS");
|
||||
}
|
||||
|
||||
public bool isCnSDK()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public void setLocalStrategyAssetPath(string assetPath)
|
||||
{
|
||||
Debug.Log("Unity:ATSDKAPIClient::setLocalStrategyAssetPath() noop on iOS");
|
||||
}
|
||||
|
||||
//iOS显示Debugger UI
|
||||
public void showDebuggerUI()
|
||||
|
||||
Reference in New Issue
Block a user