示例#1
0
 static void interstitialDidFailToLoad()
 {
     if (interstitialListener != null)
     {
         interstitialListener.onInterstitialFailedToLoad();
     }
 }
示例#2
0
 private static void interstitialDidFailToLoad()
 {
     interstitialListener?.onInterstitialFailedToLoad();
 }
 void onInterstitialFailedToLoad()
 {
     listener.onInterstitialFailedToLoad();
 }
示例#4
0
 void onInterstitialFailedToLoad()
 {
     //Debug.Log("Appodeal onInterstitialFailedToLoad");
     listener.onInterstitialFailedToLoad();
 }