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