예제 #1
0
 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();
 }