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