Exemple #1
0
 //播放失败
 public void onRewardedVideoAdPlayFailed(string placementId, string code, string error)
 {
     Debug.Log("onRewardedVideoAdPlayFailed...unity3d.");
     if (anyThinkListener != null)
     {
         anyThinkListener.onRewardedVideoAdPlayFail(placementId, code, error);
     }
 }
 public void onRewardedVideoAdPlayFailed(string unitId, string code, string error)
 {
     Debug.Log("Unity: ATRewardedVideoAdClient::onRewardedVideoAdPlayFailed()");
     if (anyThinkListener != null)
     {
         anyThinkListener.onRewardedVideoAdPlayFail(unitId, code, error);
     }
 }