Exemple #1
0
 //广告加载成功
 public void onRewardedVideoAdLoaded(string placementId)
 {
     Debug.Log("onRewardedVideoAdLoaded...unity3d.");
     if (anyThinkListener != null)
     {
         anyThinkListener.onRewardedVideoAdLoaded(placementId);
     }
 }
 //Callbacks
 public void onRewardedVideoAdLoaded(string unitId)
 {
     Debug.Log("Unity: ATRewardedVideoAdClient::onRewardedVideoAdLoaded()");
     if (anyThinkListener != null)
     {
         anyThinkListener.onRewardedVideoAdLoaded(unitId);
     }
 }