public static void onResume() { #if UNITY_EDITOR return; #endif #if UNITY_ANDROID VungleAndroid.onResume(); #endif }