public static void ShowStaticAd() { #if UNITY_ANDROID if (!PreferencesSaver.PurchaseIsComplete()) { Appodeal.show(Appodeal.INTERSTITIAL); } #endif }