Пример #1
0
 static void interstitialDidLoad(bool isPrecache)
 {
     if (interstitialListener != null)
     {
         interstitialListener.onInterstitialLoaded(isPrecache);
     }
 }
Пример #2
0
 private static void interstitialDidLoad(bool isPrecache)
 {
     interstitialListener?.onInterstitialLoaded(isPrecache);
 }
Пример #3
0
 void onInterstitialLoaded(Boolean isPrecache)
 {
     //Debug.Log("Appodeal onInterstitialLoaded");
     listener.onInterstitialLoaded();
 }
 void onInterstitialLoaded(bool isPrecache)
 {
     listener.onInterstitialLoaded(isPrecache);
 }
Пример #5
0
 void onInterstitialLoaded(Boolean isPrecache)
 {
     listener.onInterstitialLoaded();
 }