public static Vungle.Consent getConsentStatus() { #if (!VUNGLE_AD_OFF) #if UNITY_EDITOR return(Consent.Undefined); #endif #if UNITY_IPHONE return(VungleBinding.getConsentStatus()); #elif UNITY_ANDROID return(VungleAndroid.getConsentStatus()); #elif UNITY_WSA_10_0 || UNITY_WINRT_8_1 || UNITY_METRO return(VungleWin.getConsentStatus()); #endif #endif }