Beispiel #1
0
 static void interstitialDidExpired()
 {
     if (interstitialListener != null)
     {
         interstitialListener.onInterstitialExpired();
     }
 }
Beispiel #2
0
 private static void interstitialDidExpired()
 {
     interstitialListener?.onInterstitialExpired();
 }
 void onInterstitialExpired()
 {
     listener.onInterstitialExpired();
 }