public static void RecordInAppResolution(GADInAppResolution resolution) { if (!_IsInited) { Debug.LogWarning("RecordInAppResolution shoudl be called only after Init function. Call ignored"); return; } controller.RecordInAppResolution(resolution); }
public void RecordInAppResolution(GADInAppResolution resolution) { #if (UNITY_IPHONE && !UNITY_EDITOR && !CODE_DISABLED) || SA_DEBUG_MODE _GADReportPurchaseStatus((int)resolution); #endif }
public void RecordInAppResolution(GADInAppResolution resolution) { #if (UNITY_WP8 && !UNITY_EDITOR) || SA_DEBUG_MODE ////////////_GADReportPurchaseStatus((int) resolution); #endif }
public void RecordInAppResolution(GADInAppResolution resolution) { AN_GoogleAdProxy.RecordInAppResolution((int)resolution); }
public static void RecordInAppResolution(GADInAppResolution resolution) { if(!_IsInited) { Debug.LogWarning ("RecordInAppResolution shoudl be called only after Init function. Call ignored"); return; } controller.RecordInAppResolution(resolution); }
public void RecordInAppResolution(GADInAppResolution resolution) { AndroidNative.RecordInAppResolution((int)resolution); }