コード例 #1
0
 static void interstitialWillPresent()
 {
     if (interstitialListener != null)
     {
         interstitialListener.onInterstitialShown();
     }
 }
コード例 #2
0
 private static void interstitialWillPresent()
 {
     interstitialListener?.onInterstitialShown();
 }
コード例 #3
0
 void onInterstitialShown()
 {
     listener.onInterstitialShown();
 }
コード例 #4
0
 void onInterstitialShown()
 {
     //Debug.Log("Appodeal onInterstitialShown");
     listener.onInterstitialShown();
 }