Ejemplo n.º 1
0
 public void loadVideoAd(string unitId, string mapJson)
 {
     if (listener != null)
     {
         listener.onRewardedVideoAdLoadFail(unitId, "-1", "Must run on Android or IOS platform!");
     }
 }
Ejemplo n.º 2
0
 //广告加载失败
 public void onRewardedVideoAdFailed(string placementId, string code, string error)
 {
     Debug.Log("onRewardedVideoAdFailed...unity3d.");
     if (anyThinkListener != null)
     {
         anyThinkListener.onRewardedVideoAdLoadFail(placementId, code, error);
     }
 }
Ejemplo n.º 3
0
 public void onRewardedVideoAdFailed(string unitId, string code, string error)
 {
     Debug.Log("Unity: ATRewardedVideoAdClient::onRewardedVideoAdFailed()");
     if (anyThinkListener != null)
     {
         anyThinkListener.onRewardedVideoAdLoadFail(unitId, code, error);
     }
 }