static void interstitialDidFailToLoad() { if (interstitialListener != null) { interstitialListener.onInterstitialFailedToLoad(); } }
private static void interstitialDidFailToLoad() { interstitialListener?.onInterstitialFailedToLoad(); }
void onInterstitialFailedToLoad() { listener.onInterstitialFailedToLoad(); }
void onInterstitialFailedToLoad() { //Debug.Log("Appodeal onInterstitialFailedToLoad"); listener.onInterstitialFailedToLoad(); }