예제 #1
0
 void onInterstitialLoaded()
 {
     //Debug.Log("Android onInterstitialLoaded");
     listener.onInterstitialLoaded();
 }
 // The following methods are invoked from an IAppodealAdsInterstitialClient. Forward
 // these calls to the developer.
 void IAdListener.FireAdLoaded()
 {
     listener.onInterstitialLoaded();
 }