コード例 #1
0
ファイル: ADCAdManager.cs プロジェクト: raju-appxart/EggDrop
 private void OnVideoFinishedWithInfo(AdColonyAd ad)
 {
     Debug.Log("On Video Finished With Info, ad Played: " + ad.toString());
     if (ad.iapEnabled)
     {
         Debug.Log("Calling Notify IAP Complete");
         AdColony.notifyIAPComplete("ProductID", "TransactionID");
         Debug.Log("Notified of IAP Complete");
     }
     Resume();
 }