Example #1
0
 void onInterstitialOpened()
 {
     //Debug.Log("Android onInterstitialShown");
     listener.onInterstitialOpened();
 }
 void IAdListener.FireAdOpened()
 {
     listener.onInterstitialOpened();
 }