コード例 #1
0
ファイル: MoPub.cs プロジェクト: jikssoft/Assets
 // Enables/disables location support for banners and interstitials
 public static void enableLocationSupport(bool shouldUseLocation)
 {
             #if UNITY_IPHONE
     MoPubBinding.enableLocationSupport(true);
             #elif UNITY_ANDROID
     MoPubAndroid.setLocationAwareness(MoPubLocationAwareness.NORMAL);
             #endif
 }