├── LICENSE.txt ├── mobileads-sdk ├── Assets │ ├── Plugins │ │ ├── iOS │ │ │ ├── YMAUnityAudioSessionManager.h.meta │ │ │ ├── YMAUnityAudioSessionManager.m.meta │ │ │ ├── YMAUnityAudioSessionManagerBridge.m.meta │ │ │ ├── YMAUnityAudioSessionManagerTypes.h.meta │ │ │ ├── YMAUnityObjectIDProvider.m │ │ │ ├── YMAUnityAudioSessionManagerTypes.h │ │ │ ├── YMAUnityScreenBridge.m │ │ │ ├── YMAUnityAdPosition.h │ │ │ ├── YMAUnityObjectBridge.m │ │ │ ├── YMAUnityObjectIDProvider.h │ │ │ ├── YMAUnityNumberFormatter.h │ │ │ ├── YMAUnityStringConverter.h │ │ │ ├── YMAUnityObjectsStorage.h │ │ │ ├── YMAUnityInterstitial.h.meta │ │ │ ├── YMAUnityInterstitialTypes.h.meta │ │ │ ├── YMAUnityAudioSessionManager.h │ │ │ ├── YMAUnityAppOpenAdLoaderTypes.h │ │ │ ├── YMAUnityRewardedAdLoaderTypes.h │ │ │ ├── YMAUnityInterstitialAdLoaderTypes.h │ │ │ ├── YMAUnityBanner.h.meta │ │ │ ├── YMAUnityBanner.m.meta │ │ │ ├── YMAUnityAdPosition.h.meta │ │ │ ├── YMAUnityBannerTypes.h.meta │ │ │ ├── YMAUnityListBridge.m.meta │ │ │ ├── YMAUnityRewardedAd.h.meta │ │ │ ├── YMAUnityRewardedAd.m.meta │ │ │ ├── YMAUnityAdRequestBridge.m.meta │ │ │ ├── YMAUnityBannerBridge.m.meta │ │ │ ├── YMAUnityDictionaryBridge.m.meta │ │ │ ├── YMAUnityLocationBridge.m.meta │ │ │ ├── YMAUnityMobileAdsBridge.m.meta │ │ │ ├── YMAUnityNumberFormatter.h.meta │ │ │ ├── YMAUnityNumberFormatter.m.meta │ │ │ ├── YMAUnityObjectBridge.m.meta │ │ │ ├── YMAUnityObjectIDProvider.h.meta │ │ │ ├── YMAUnityObjectIDProvider.m.meta │ │ │ ├── YMAUnityObjectsStorage.h.meta │ │ │ ├── YMAUnityObjectsStorage.m.meta │ │ │ ├── YMAUnityRewardedAdBridge.m.meta │ │ │ ├── YMAUnityRewardedAdLoader.h.meta │ │ │ ├── YMAUnityRewardedAdLoader.m.meta │ │ │ ├── YMAUnityRewardedAdTypes.h.meta │ │ │ ├── YMAUnityScreenBridge.m.meta │ │ │ ├── YMAUnityStringConverter.h.meta │ │ │ ├── YMAUnityStringConverter.m.meta │ │ │ ├── YMAUnityInterstitialAdLoader.h.meta │ │ │ ├── YMAUnityInterstitialAdLoader.m.meta │ │ │ ├── YMAUnityRewardedAdLoaderTypes.h.meta │ │ │ ├── YMAUnityInterstitialAdLoaderBridge.m.meta │ │ │ ├── YMAUnityInterstitialAdLoaderTypes.h.meta │ │ │ ├── YMAUnityRewardedAdLoaderBridge.m.meta │ │ │ ├── YMAUnityAdInfoBridge.m.meta │ │ │ ├── YMAUnityAdSizeBridge.m.meta │ │ │ ├── YMAUnityAppOpenAd.h.meta │ │ │ ├── YMAUnityAppOpenAd.m.meta │ │ │ ├── YMAUnityAppOpenAdBridge.m.meta │ │ │ ├── YMAUnityAppOpenAdLoader.h.meta │ │ │ ├── YMAUnityAppOpenAdLoader.m.meta │ │ │ ├── YMAUnityAppOpenAdTypes.h.meta │ │ │ ├── YMAUnityAppOpenAdLoaderBridge.m.meta │ │ │ ├── YMAUnityAppOpenAdLoaderTypes.h.meta │ │ │ ├── YMAUnityBannerAdSizeBridge.m.meta │ │ │ ├── YMAUnityAdRequestConfigurationBridge.m.meta │ │ │ ├── YMAUnityMobileAdsBridge.m │ │ │ ├── YMAUnityInterstitial.m.meta │ │ │ ├── YMAUnityInterstitialBridge.m.meta │ │ │ ├── YMAUnityAppOpenAdLoader.h │ │ │ ├── YMAUnityRewardedAdLoader.h │ │ │ └── YMAUnityAdSizeBridge.m │ │ ├── Android │ │ │ ├── YandexMobileAdsPlugin.androidlib │ │ │ │ ├── project.properties │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── AndroidManifest.xml.meta │ │ │ │ └── project.properties.meta │ │ │ ├── yandex-ads-unity-plugin.aar │ │ │ ├── yandex-ads-unity-plugin.aar.meta │ │ │ └── YandexMobileAdsPlugin.androidlib.meta │ │ ├── iOS.meta │ │ └── Android.meta │ ├── YandexMobileAds │ │ ├── Editor │ │ │ ├── iOSAppLovinPostProcess.cs.meta │ │ │ ├── AndroidManifestPostprocessor.cs.meta │ │ │ ├── Inspector.meta │ │ │ ├── YandexMobileadsDependencies.xml.meta │ │ │ ├── IntegrationManager.meta │ │ │ ├── YandexMobileAds.Editor.asmdef.meta │ │ │ ├── IntegrationManager │ │ │ │ ├── SKAD.meta │ │ │ │ ├── AdapterInfo.meta │ │ │ │ ├── AdapterSettings.meta │ │ │ │ ├── YandexAdsIM.cs.meta │ │ │ │ ├── SKAD │ │ │ │ │ ├── PostBuilder.cs.meta │ │ │ │ │ └── SKAdNetworkManager.cs.meta │ │ │ │ ├── AdapterInfo │ │ │ │ │ ├── AdapetrInfo.cs.meta │ │ │ │ │ ├── SdkUpdater.cs.meta │ │ │ │ │ ├── SdkVersionReader.cs │ │ │ │ │ ├── SdkVersionReader.cs.meta │ │ │ │ │ ├── AdapterDataLoader.cs.meta │ │ │ │ │ ├── AdapterDownloader.cs.meta │ │ │ │ │ ├── AdaptersInfoWindow.cs.meta │ │ │ │ │ └── AdapetrInfo.cs │ │ │ │ ├── AdapterSettings │ │ │ │ │ ├── GooglePostBulder.cs.meta │ │ │ │ │ ├── GoogleSettingsWindow.cs.meta │ │ │ │ │ └── GoogleAndroidManifestManager.cs.meta │ │ │ │ └── YandexAdsIM.cs │ │ │ ├── Inspector │ │ │ │ ├── AppOpenAdEditor.cs.meta │ │ │ │ ├── RewardAdEditor.cs.meta │ │ │ │ ├── BannerComponentEditor.cs.meta │ │ │ │ └── InterstitialAdComponentEditor.cs.meta │ │ │ ├── PostprocessBuildPlayerYandexMobileAds.cs.meta │ │ │ └── YandexMobileAds.Editor.asmdef │ │ ├── Platforms │ │ │ ├── iOS │ │ │ │ ├── AudioSessionManagerBridge.cs.meta │ │ │ │ ├── AudioSessionManagerClient.cs.meta │ │ │ │ ├── ListBridge.cs.meta │ │ │ │ ├── ListClient.cs.meta │ │ │ │ ├── AdInfoBridge.cs.meta │ │ │ │ ├── AdInfoClient.cs.meta │ │ │ │ ├── AdRequestBridge.cs.meta │ │ │ │ ├── AdRequestClient.cs.meta │ │ │ │ ├── AdSizeBridge.cs.meta │ │ │ │ ├── AdSizeClient.cs.meta │ │ │ │ ├── AppOpenAdBridge.cs.meta │ │ │ │ ├── AppOpenAdClient.cs.meta │ │ │ │ ├── BannerBridge.cs.meta │ │ │ │ ├── BannerClient.cs.meta │ │ │ │ ├── LocationBridge.cs.meta │ │ │ │ ├── LocationClient.cs.meta │ │ │ │ ├── MobileAdsBridge.cs.meta │ │ │ │ ├── MobileAdsClient.cs.meta │ │ │ │ ├── ObjectBridge.cs.meta │ │ │ │ ├── ScreenBridge.cs.meta │ │ │ │ ├── ScreenClient.cs.meta │ │ │ │ ├── BannerAdSizeBridge.cs.meta │ │ │ │ ├── BannerAdSizeClient.cs.meta │ │ │ │ ├── DictionaryBridge.cs.meta │ │ │ │ ├── DictionaryClient.cs.meta │ │ │ │ ├── InterstitialBridge.cs.meta │ │ │ │ ├── InterstitialClient.cs.meta │ │ │ │ ├── RewardedAdBridge.cs.meta │ │ │ │ ├── RewardedAdClient.cs.meta │ │ │ │ ├── AppOpenAdLoaderBridge.cs.meta │ │ │ │ ├── AppOpenAdLoaderClient.cs.meta │ │ │ │ ├── RewardedAdLoaderBridge.cs.meta │ │ │ │ ├── RewardedAdLoaderClient.cs.meta │ │ │ │ ├── AdRequestConfigurationClient.cs.meta │ │ │ │ ├── InterstitialAdLoaderBridge.cs.meta │ │ │ │ ├── InterstitialAdLoaderClient.cs.meta │ │ │ │ ├── MonoPInvokeCallbackAttribute.cs.meta │ │ │ │ ├── ScreenBridge.cs │ │ │ │ ├── ObjectBridge.cs │ │ │ │ ├── MonoPInvokeCallbackAttribute.cs │ │ │ │ ├── LocationBridge.cs │ │ │ │ ├── ListBridge.cs │ │ │ │ ├── AdSizeBridge.cs │ │ │ │ ├── AdInfoBridge.cs │ │ │ │ └── DictionaryBridge.cs │ │ │ ├── Android.meta │ │ │ ├── iOS.meta │ │ │ ├── Android │ │ │ │ ├── Utils.cs.meta │ │ │ │ ├── AdSizeUtils.cs.meta │ │ │ │ ├── AdInfoFactory.cs.meta │ │ │ │ ├── AppOpenAdClient.cs.meta │ │ │ │ ├── BannerClient.cs.meta │ │ │ │ ├── MobileAdsClient.cs.meta │ │ │ │ ├── RewardedAdClient.cs.meta │ │ │ │ ├── ScreenClient.cs.meta │ │ │ │ ├── AppOpenAdLoaderClient.cs.meta │ │ │ │ ├── BannerAdSizeClient.cs.meta │ │ │ │ ├── BannerAdSizeUtils.cs.meta │ │ │ │ ├── InterstitialClient.cs.meta │ │ │ │ ├── AppStateObserverClient.cs.meta │ │ │ │ ├── InterstitialAdLoaderClient.cs.meta │ │ │ │ └── RewardedAdLoaderClient.cs.meta │ │ │ └── YandexMobileAdsClientFactory.cs.meta │ │ ├── Base │ │ │ ├── ImpressionData.cs.meta │ │ │ ├── MobileAdsPackageInfo.cs │ │ │ ├── AdError.cs.meta │ │ │ ├── AdInfo.cs.meta │ │ │ ├── AdRequest.cs.meta │ │ │ ├── AdSize.cs.meta │ │ │ ├── AdTheme.cs.meta │ │ │ ├── Gender.cs.meta │ │ │ ├── Location.cs.meta │ │ │ ├── Reward.cs.meta │ │ │ ├── AdPosition.cs.meta │ │ │ ├── AdRequestError.cs.meta │ │ │ ├── BannerAdSize.cs.meta │ │ │ ├── AdFailureEventArgs.cs.meta │ │ │ ├── AdRequestCreator.cs.meta │ │ │ ├── GenericEventArgs.cs.meta │ │ │ ├── AdFailedToLoadEventArgs.cs.meta │ │ │ ├── AdRequestConfiguration.cs.meta │ │ │ ├── AppOpenAdLoadedEventArgs.cs.meta │ │ │ ├── AppStateChangedEventArgs.cs.meta │ │ │ ├── MobileAdsPackageInfo.cs.meta │ │ │ ├── AdRequestConfigurationFactory.cs.meta │ │ │ ├── AdTheme.cs │ │ │ ├── AdPosition.cs │ │ │ ├── AdFailureEventArgs.cs │ │ │ ├── Gender.cs │ │ │ ├── AppStateChangedEventArgs.cs │ │ │ ├── GenericEventArgs.cs │ │ │ ├── AdError.cs │ │ │ ├── ImpressionData.cs │ │ │ ├── AppOpenAdLoadedEventArgs.cs │ │ │ ├── AdFailedToLoadEventArgs.cs │ │ │ ├── AdSize.cs │ │ │ └── Reward.cs │ │ ├── Base.meta │ │ ├── Common.meta │ │ ├── Editor.meta │ │ ├── Inspector.meta │ │ ├── Platforms.meta │ │ ├── YandexMobileAds.asmdef.meta │ │ ├── AppOpenAd.cs.meta │ │ ├── Banner.cs.meta │ │ ├── MobileAds.cs.meta │ │ ├── Interstitial.cs.meta │ │ ├── RewardedAd.cs.meta │ │ ├── ScreenUtils.cs.meta │ │ ├── AppOpenAdLoader.cs.meta │ │ ├── AppStateObserver.cs.meta │ │ ├── Common │ │ │ ├── Constants.cs.meta │ │ │ ├── DummyBannerClient.cs.meta │ │ │ ├── DummyScreenClient.cs.meta │ │ │ ├── IAppOpenAdClient.cs.meta │ │ │ ├── IBannerClient.cs.meta │ │ │ ├── IMobileAdsClient.cs.meta │ │ │ ├── IRewardedAdClient.cs.meta │ │ │ ├── IScreenClient.cs.meta │ │ │ ├── AppStateObserverClient.cs.meta │ │ │ ├── DummyAppOpenAdClient.cs.meta │ │ │ ├── DummyMobileAdsClient.cs.meta │ │ │ ├── DummyRewardedAdClient.cs.meta │ │ │ ├── IAppOpenAdLoaderClient.cs.meta │ │ │ ├── IBannerAdSizeClient.cs.meta │ │ │ ├── IInterstitialClient.cs.meta │ │ │ ├── MainThreadDispatcher.cs.meta │ │ │ ├── DummyAppOpenAdLoaderClient.cs.meta │ │ │ ├── DummyBannerAdSizeClient.cs.meta │ │ │ ├── DummyInterstitialClient.cs.meta │ │ │ ├── DummyRewardedAdLoaderClient.cs.meta │ │ │ ├── IAppStateObserverClient.cs.meta │ │ │ ├── IInterstitialAdLoaderClient.cs.meta │ │ │ ├── IRewardedAdLoaderClient.cs.meta │ │ │ ├── RewardedAdLoadedEventArgs.cs.meta │ │ │ ├── DummyInterstitialAdLoaderClient.cs.meta │ │ │ ├── InterstitialAdLoadedEventArgs.cs.meta │ │ │ ├── IScreenClient.cs │ │ │ ├── IBannerAdSizeClient.cs │ │ │ ├── Constants.cs │ │ │ ├── DummyScreenClient.cs │ │ │ ├── RewardedAdLoadedEventArgs.cs │ │ │ ├── InterstitialAdLoadedEventArgs.cs │ │ │ └── IAppStateObserverClient.cs │ │ ├── RewardedAdLoader.cs.meta │ │ ├── InterstitialAdLoader.cs.meta │ │ ├── Inspector │ │ │ ├── AppOpenAdComponent.cs.meta │ │ │ ├── BannerComponent.cs.meta │ │ │ ├── RewardAdComponent.cs.meta │ │ │ └── InterstitialAdComponent.cs.meta │ │ └── YandexMobileAds.asmdef │ ├── Plugins.meta │ └── YandexMobileAds.meta ├── LICENSE.md.meta ├── package.json.meta ├── Assets.meta └── package.json ├── mobileads-inmobi-mediation ├── Assets │ ├── YandexMobileAds │ │ ├── Editor │ │ │ ├── iOSInMobiPostProcess.cs.meta │ │ │ ├── MobileadsInmobiMediationDependencies.xml.meta │ │ │ └── MobileadsInmobiMediationDependencies.xml │ │ └── Editor.meta │ └── YandexMobileAds.meta ├── LICENSE.md.meta ├── CHANGELOG.md.meta ├── package.json.meta ├── Assets.meta └── package.json ├── mobileads-applovin-mediation ├── Assets │ ├── YandexMobileAds │ │ ├── Editor │ │ │ ├── iOSAppLovinPostProcess.cs.meta │ │ │ ├── MobileadsAppLovinMediationDependencies.xml.meta │ │ │ └── MobileadsAppLovinMediationDependencies.xml │ │ └── Editor.meta │ └── YandexMobileAds.meta ├── CHANGELOG.md.meta ├── LICENSE.md.meta ├── package.json.meta ├── Assets.meta └── package.json ├── mobileads-bigoads-mediation ├── Assets │ ├── YandexMobileAds │ │ ├── Editor │ │ │ ├── iOSBigoAdsPostProcess.cs.meta │ │ │ ├── MobileadsBigoAdsMediationDependencies.xml.meta │ │ │ └── MobileadsBigoAdsMediationDependencies.xml │ │ └── Editor.meta │ └── YandexMobileAds.meta ├── CHANGELOG.md.meta ├── LICENSE.md.meta ├── package.json.meta ├── Assets.meta └── package.json ├── mobileads-startapp-mediation ├── Assets │ ├── YandexMobileAds │ │ ├── Editor │ │ │ ├── iOSStartAppPostProcess.cs.meta │ │ │ ├── MobileadsStartappMediationDependencies.xml.meta │ │ │ └── MobileadsStartappMediationDependencies.xml │ │ └── Editor.meta │ └── YandexMobileAds.meta ├── CHANGELOG.md.meta ├── LICENSE.md.meta ├── package.json.meta ├── Assets.meta └── package.json ├── mobileads-mediation ├── LICENSE.md.meta ├── package.json.meta ├── Assets.meta ├── Assets │ ├── YandexMobileAds.meta │ └── YandexMobileAds │ │ ├── Editor.meta │ │ └── Editor │ │ ├── YandexMobileadsMediationDependencies.xml.meta │ │ ├── iOSBigoAdsPostProcess.cs.meta │ │ ├── iOSInMobiPostProcess.cs.meta │ │ └── iOSAppLovinPostProcess.cs.meta └── package.json ├── mobileads-google-mediation ├── LICENSE.md.meta ├── CHANGELOG.md.meta ├── package.json.meta ├── Assets.meta ├── Assets │ ├── YandexMobileAds.meta │ └── YandexMobileAds │ │ ├── Editor.meta │ │ └── Editor │ │ ├── MobileadsGoogleMediationDependencies.xml.meta │ │ └── MobileadsGoogleMediationDependencies.xml └── package.json ├── mobileads-pangle-mediation ├── LICENSE.md.meta ├── CHANGELOG.md.meta ├── package.json.meta ├── Assets.meta ├── Assets │ ├── YandexMobileAds.meta │ └── YandexMobileAds │ │ ├── Editor.meta │ │ └── Editor │ │ ├── MobileadsPangleMediationDependencies.xml.meta │ │ └── MobileadsPangleMediationDependencies.xml └── package.json ├── mobileads-tapjoy-mediation ├── LICENSE.md.meta ├── CHANGELOG.md.meta ├── package.json.meta ├── Assets.meta ├── Assets │ ├── YandexMobileAds.meta │ └── YandexMobileAds │ │ ├── Editor.meta │ │ └── Editor │ │ ├── MobileadsTapjoyMediationDependencies.xml.meta │ │ └── MobileadsTapjoyMediationDependencies.xml └── package.json ├── mobileads-vungle-mediation ├── LICENSE.md.meta ├── CHANGELOG.md.meta ├── package.json.meta ├── Assets.meta ├── Assets │ ├── YandexMobileAds.meta │ └── YandexMobileAds │ │ ├── Editor.meta │ │ └── Editor │ │ ├── MobileadsVungleMediationDependencies.xml.meta │ │ └── MobileadsVungleMediationDependencies.xml └── package.json ├── mobileads-chartboost-mediation ├── LICENSE.md.meta ├── CHANGELOG.md.meta ├── package.json.meta ├── Assets.meta ├── Assets │ ├── YandexMobileAds.meta │ └── YandexMobileAds │ │ ├── Editor.meta │ │ └── Editor │ │ ├── MobileadsChartboostMediationDependencies.xml.meta │ │ └── MobileadsChartboostMediationDependencies.xml └── package.json ├── mobileads-ironsource-mediation ├── LICENSE.md.meta ├── CHANGELOG.md.meta ├── package.json.meta ├── Assets.meta ├── Assets │ ├── YandexMobileAds.meta │ └── YandexMobileAds │ │ ├── Editor.meta │ │ └── Editor │ │ ├── MobileadsIronSourceMediationDependencies.xml.meta │ │ └── MobileadsIronSourceMediationDependencies.xml └── package.json ├── mobileads-mintegral-mediation ├── CHANGELOG.md.meta ├── LICENSE.md.meta ├── package.json.meta ├── Assets.meta ├── Assets │ ├── YandexMobileAds.meta │ └── YandexMobileAds │ │ ├── Editor.meta │ │ └── Editor │ │ ├── MobileadsMintegralMediationDependencies.xml.meta │ │ └── MobileadsMintegralMediationDependencies.xml └── package.json ├── mobileads-mytarget-mediation ├── CHANGELOG.md.meta ├── LICENSE.md.meta ├── package.json.meta ├── Assets.meta ├── Assets │ ├── YandexMobileAds.meta │ └── YandexMobileAds │ │ ├── Editor.meta │ │ └── Editor │ │ ├── MobileadsMytargetMediationDependencies.xml.meta │ │ └── MobileadsMytargetMediationDependencies.xml └── package.json └── mobileads-unityads-mediation ├── CHANGELOG.md.meta ├── LICENSE.md.meta ├── package.json.meta ├── Assets.meta ├── Assets ├── YandexMobileAds.meta └── YandexMobileAds │ ├── Editor.meta │ └── Editor │ ├── MobileadsUnityAdsMediationDependencies.xml.meta │ └── MobileadsUnityAdsMediationDependencies.xml └── package.json /LICENSE.txt: -------------------------------------------------------------------------------- 1 | EULA could be found at: 2 | https://legal.yandex.com/partner_ch/ -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityAudioSessionManager.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3fa14708121e64924934295b3086bfcc -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityAudioSessionManager.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6b0caae678a6f465f8cdc2b0f785a52b -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/Android/YandexMobileAdsPlugin.androidlib/project.properties: -------------------------------------------------------------------------------- 1 | target=android-31 2 | android.library=true 3 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityAudioSessionManagerBridge.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 35c0978a446fa40bdb512bec1f1bac49 -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityAudioSessionManagerTypes.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a986a869ccc4b403c847595fd010ce7a -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/iOSAppLovinPostProcess.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a728fc555da782109ad153b0f41c828 -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/AndroidManifestPostprocessor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e8540514dd2e4459d9ef98ce12e054bb -------------------------------------------------------------------------------- /mobileads-inmobi-mediation/Assets/YandexMobileAds/Editor/iOSInMobiPostProcess.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f966bf6eebf1a4f098a69a03cc65eb69 -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/Android/YandexMobileAdsPlugin.androidlib/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/AudioSessionManagerBridge.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 53601738064704144b327b7d9653f387 -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/AudioSessionManagerClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f412e80409f1437fbb3ac4c3259443d -------------------------------------------------------------------------------- /mobileads-applovin-mediation/Assets/YandexMobileAds/Editor/iOSAppLovinPostProcess.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3248cfed370d84efd9e9c5cd9ba2bb46 -------------------------------------------------------------------------------- /mobileads-bigoads-mediation/Assets/YandexMobileAds/Editor/iOSBigoAdsPostProcess.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4605229c36df44006864d79b62fe5255 -------------------------------------------------------------------------------- /mobileads-startapp-mediation/Assets/YandexMobileAds/Editor/iOSStartAppPostProcess.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b5f5157e488cb4999b8c765331cdca00 -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/ImpressionData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b8f5616aa1104dc8b61064b33e756619 3 | timeCreated: 1619185560 -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/Android/yandex-ads-unity-plugin.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yandexmobile/yandex-ads-unity-plugin/HEAD/mobileads-sdk/Assets/Plugins/Android/yandex-ads-unity-plugin.aar -------------------------------------------------------------------------------- /mobileads-sdk/LICENSE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8376afc8824ec1761956b7baab4ce30f 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-sdk/package.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a8f9042f49ea4fb4acdd712e64cb952 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-mediation/LICENSE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f7e06b298f4b4b50a1734d2da465e5d 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-mediation/package.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a995aaa28aad44874a1b544afb2bab7f 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-google-mediation/LICENSE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 488b19a7e606c17dbbe46b7dd295ee7d 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-inmobi-mediation/LICENSE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cce8c402bb587641a92d1c17e3ac344d 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-pangle-mediation/LICENSE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2036fb257e340798596cfa9dfae16f15 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-tapjoy-mediation/LICENSE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e36638b8ef3615e97afa3abca967b3c6 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-vungle-mediation/LICENSE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad5e0aeb01f15f34cb6cc9a2e6addc53 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-applovin-mediation/CHANGELOG.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f04f07f1c5ed547258423ee0cd54ba31 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-applovin-mediation/LICENSE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f1b0663e6149321ea9a304cba435cd60 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-bigoads-mediation/CHANGELOG.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4e65600a74561491ab6974c760144afc 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-bigoads-mediation/LICENSE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d7e9135d9e32f48209c526595fb00c17 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-chartboost-mediation/LICENSE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6c1bb582f4f8a5978aedf5ef53df1bf8 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-google-mediation/CHANGELOG.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f83693faa9ae4807b4e08c9d66dcb6f 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-inmobi-mediation/CHANGELOG.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 382ad84abbac643b2b4b83720adeb0a9 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-ironsource-mediation/LICENSE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4940d3095710f58b6a54177cc8579ad0 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-mintegral-mediation/CHANGELOG.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 112a43b5f406944ac80d4f7ed072b058 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-mintegral-mediation/LICENSE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 909c8c57c6a3cd534831bc8744c088e3 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-mytarget-mediation/CHANGELOG.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ee5d29cdb714c48bbaea51b94ed4d9fc 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-mytarget-mediation/LICENSE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d1a0b3d0c8e50e9d7832599fd1af1078 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-pangle-mediation/CHANGELOG.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c53aa783e94341f88aef29666a1580a 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b923c53fa90cc4f5b9d974737abc2e88 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-startapp-mediation/CHANGELOG.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: adff4e820fcb24174a0b439972b434b0 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-startapp-mediation/LICENSE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0e0c8f8f36bcc93fba020a456bf4245b 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-tapjoy-mediation/CHANGELOG.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: daf543ccbaad340a281d4b278f1dd2fd 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-unityads-mediation/CHANGELOG.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8460751d8ab994b7a9c745105b2ca81b 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-unityads-mediation/LICENSE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5bf591cfb5d9249e389ca4f3697e2788 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-vungle-mediation/CHANGELOG.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ccf584c840f0467482fc8b6f70c669b 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-applovin-mediation/package.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d196c8cdbf6ea4fd2b58aaf1a60cf714 3 | PackageManifestImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-bigoads-mediation/package.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8dbde3bca8ba142369df7e406fcbcfb5 3 | PackageManifestImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-chartboost-mediation/CHANGELOG.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3317143ab0cd40f7872f5fe6e0bd993 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-google-mediation/package.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 915474b6c61e94432a2d9c01259d4173 3 | PackageManifestImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-inmobi-mediation/package.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ba08b2eba785c4d388c813f83624f173 3 | PackageManifestImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-ironsource-mediation/CHANGELOG.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 17c70b9d04e3941ecafa933b8ad1a8d7 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-mediation/Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 56f88a208094548498b52355d1094254 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-mintegral-mediation/package.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f45c370b6ce5c4ef596e1bac305fb2e2 3 | PackageManifestImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-mytarget-mediation/package.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad0a1e4624c43423e9c2150278ab4356 3 | PackageManifestImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-pangle-mediation/package.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f715cd2cc3e754b3cb0718f7e9d2c911 3 | PackageManifestImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d178069c2b24457b9fb402f902b64bd 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-startapp-mediation/package.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8b9a2f3b483847079185d62453f9da5 3 | PackageManifestImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-tapjoy-mediation/package.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27d012ca909074d889b4c2bc4414bb96 3 | PackageManifestImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-unityads-mediation/package.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6edba7a8a63de42ac92702c569b98be2 3 | PackageManifestImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-vungle-mediation/package.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e2109f6c3c3941edb668ed9cc12c605 3 | PackageManifestImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-bigoads-mediation/Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2c9631e7a2854183887bb2d07e45dab 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-chartboost-mediation/package.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2d1da57c297dc4c1bad07ffd5834eca9 3 | PackageManifestImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-google-mediation/Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f74b285201f240acaf1444dca975daa 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-inmobi-mediation/Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b8b073dfdb84743168eb4fd5a1a8ed5c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-ironsource-mediation/package.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f46ef62facd634b9dbb44315a8c58bcf 3 | PackageManifestImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-pangle-mediation/Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c1e6e4501397540ef985ff44f3413e01 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cb1355d59e0184f58a9d52a6a050498f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/MobileAdsPackageInfo.cs: -------------------------------------------------------------------------------- 1 | namespace YandexMobileAds.Base 2 | { 3 | public static class MobileAdsPackageInfo 4 | { 5 | public const string PackageVersion = "7.18.0"; 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /mobileads-tapjoy-mediation/Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5d99130f7826040db9baec56d31ad134 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-vungle-mediation/Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6883ae97eb98847b7b20c2808bb2f6e6 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-applovin-mediation/Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 91733b7ecea6249b09178783f25145d3 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-chartboost-mediation/Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e86801341dbfe4fc9a2e16ce1d0783c1 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-ironsource-mediation/Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d003455eb18264b1dae8585533401125 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-mintegral-mediation/Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bed14267af7e84298acb89bb4f031ae3 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-mytarget-mediation/Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 70ea23e14fee743fd8e430dcb196e602 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/Android.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7546a0ab7bda74de8ac8843a5d3579f4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 46695e79211fc43fa86acdace1007d18 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-startapp-mediation/Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 82ebafdadbe05493f86701a878d75ef4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-unityads-mediation/Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ff7552a189d6483bababe6c8102c14c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-mediation/Assets/YandexMobileAds.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4bec338f58a634a33b72a67bf9c138aa 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 54871778a99ff41538fc1ec9e7a177de 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4e829ccdbeaee4ab5813f285eee7d5a0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 439830aa46c794b34b7613eb0cd8bb72 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-google-mediation/Assets/YandexMobileAds.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fc8bf27c380d64ea88536a26d401942b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-inmobi-mediation/Assets/YandexMobileAds.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ba8681e3ac0524092844818d9ae468ec 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-mediation/Assets/YandexMobileAds/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4a4a0234d5a19462393b63b32f4755e4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-pangle-mediation/Assets/YandexMobileAds.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d2337bcdabf174769aec14c80c06f971 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Inspector.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab340a84cd91bf7d7903ea0151f25199 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99930fb6216e8424e92ef615eb671b2e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/YandexMobileAds.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f6462ea60ff2d49f29e5a3143f17a135 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-tapjoy-mediation/Assets/YandexMobileAds.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8c5effebf5db8452b884d1298c72d266 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-vungle-mediation/Assets/YandexMobileAds.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a3cdd466966f745e28d8093c3613728f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-applovin-mediation/Assets/YandexMobileAds.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 67c3f566b5ccb4717b07c998dc0445c9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-bigoads-mediation/Assets/YandexMobileAds.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d256741befe4a4154a5f3c527fa838c0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-chartboost-mediation/Assets/YandexMobileAds.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 838f74aff1fa046b2a70c35b43c2105b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-ironsource-mediation/Assets/YandexMobileAds.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 41631240db51d4b588a6e166f3450b30 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-mintegral-mediation/Assets/YandexMobileAds.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f3499cbb0bee445eea859241e6c57c0b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-mytarget-mediation/Assets/YandexMobileAds.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 86484c3c39bd347338275dffde9ea393 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/Inspector.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8838962d5efbb3245990ed7383feb46d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/Android.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4d73bc32360684843b194058031c1811 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c15fcda8f81c42d2bf7204468f3ff90 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-startapp-mediation/Assets/YandexMobileAds.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 501fc7c89f8ef468fbda220c124abb00 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-unityads-mediation/Assets/YandexMobileAds.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e06f08d1f862a4aa0b962de40af7e73c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-applovin-mediation/Assets/YandexMobileAds/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 97271d1ba08694f16b195843eea71169 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-bigoads-mediation/Assets/YandexMobileAds/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e5e7de03a910427dbe9b8f70de23f54 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-google-mediation/Assets/YandexMobileAds/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 36ceb4f7a3c4f4b198699a8191808df1 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-inmobi-mediation/Assets/YandexMobileAds/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 80c2479cc89344f31a597c00bfe7e36f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-mintegral-mediation/Assets/YandexMobileAds/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e8354000fb9194d5799181054002a35d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-mytarget-mediation/Assets/YandexMobileAds/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bb83df74a29b3445eab3ebc30144951d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-pangle-mediation/Assets/YandexMobileAds/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 74febbd44ad5546a198ca88970562a66 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/YandexMobileadsDependencies.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 774a3117e3a814d8e93085cc55a1f651 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-startapp-mediation/Assets/YandexMobileAds/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 76bf98b467dec46b3b71a8cf1f1b8fcf 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-tapjoy-mediation/Assets/YandexMobileAds/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5431e1c7ee257470eb5c50bf6a307515 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-unityads-mediation/Assets/YandexMobileAds/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0aebb1917c8db447b9fd5b2dff0f7d67 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-vungle-mediation/Assets/YandexMobileAds/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d53f76825e28e437ab4ca25320a45265 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-chartboost-mediation/Assets/YandexMobileAds/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b604693b8020449994fc3070a877db4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-ironsource-mediation/Assets/YandexMobileAds/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 95ae4a46e94744a9788a4ef80d0b4e7e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/IntegrationManager.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25746b7935451df068a6e2c28985d030 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/YandexMobileAds.Editor.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 58d4c0f191e1d41149b0cb733a939bfd 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/Android/YandexMobileAdsPlugin.androidlib/AndroidManifest.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 013393d48b9524f1aa8c42d09162ea89 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/IntegrationManager/SKAD.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a6e8c63903f09c5ae8e9a95fa8fe67ec 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-mediation/Assets/YandexMobileAds/Editor/YandexMobileadsMediationDependencies.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e67dc21ade0e474799a7464b50601cc 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/IntegrationManager/AdapterInfo.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d311e27f7c8e4d028b1e31cfde58ed7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-google-mediation/Assets/YandexMobileAds/Editor/MobileadsGoogleMediationDependencies.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a1928a1f171d64d2d98a735e40bc1459 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-inmobi-mediation/Assets/YandexMobileAds/Editor/MobileadsInmobiMediationDependencies.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6efcaa8e400e540638e8d3c6b7496d5c 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-pangle-mediation/Assets/YandexMobileAds/Editor/MobileadsPangleMediationDependencies.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1cdde514bef7041eaa87c64ab783ab7f 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/IntegrationManager/AdapterSettings.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c7304a62738b253a18e857cff40c5d59 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /mobileads-tapjoy-mediation/Assets/YandexMobileAds/Editor/MobileadsTapjoyMediationDependencies.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b156f571bd39945f58966a83d25e5f66 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-vungle-mediation/Assets/YandexMobileAds/Editor/MobileadsVungleMediationDependencies.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 968b8232229594e2aa6247d16054cdc0 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-applovin-mediation/Assets/YandexMobileAds/Editor/MobileadsAppLovinMediationDependencies.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06c55acf65825442ab640a2d7671687b 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-bigoads-mediation/Assets/YandexMobileAds/Editor/MobileadsBigoAdsMediationDependencies.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e5f2bf2bc8b04ad7bbf7c33e6e010a9 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-mytarget-mediation/Assets/YandexMobileAds/Editor/MobileadsMytargetMediationDependencies.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 45eef73a61a0545229d3f1aca305f2eb 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-startapp-mediation/Assets/YandexMobileAds/Editor/MobileadsStartappMediationDependencies.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b45a1970f1f494106a4d73e8d4c6bbc6 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-unityads-mediation/Assets/YandexMobileAds/Editor/MobileadsUnityAdsMediationDependencies.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 812c644e092f54d1689722249ceb12b3 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-chartboost-mediation/Assets/YandexMobileAds/Editor/MobileadsChartboostMediationDependencies.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0afffdd12155d4a4190a9635b1f29297 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-ironsource-mediation/Assets/YandexMobileAds/Editor/MobileadsIronSourceMediationDependencies.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 498c8755f9ce346f396cdccf7e1e3580 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-mintegral-mediation/Assets/YandexMobileAds/Editor/MobileadsMintegralMediationDependencies.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 807d71af712ea4f74a3e9b3d7e708b15 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityObjectIDProvider.m: -------------------------------------------------------------------------------- 1 | 2 | #import "YMAUnityObjectIDProvider.h" 3 | 4 | @implementation YMAUnityObjectIDProvider 5 | 6 | + (const char *)IDForObject:(id)object 7 | { 8 | return [[NSString stringWithFormat:@"%p", (void *)object] UTF8String]; 9 | } 10 | 11 | @end 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/AppOpenAd.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06d1bc2d9dd0b4c6c9d614ef7da84710 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Banner.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0651a4ecb85ba4d918aa02e9c44a7586 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/MobileAds.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0d0616254b1474fa7931c23b6de68012 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/AdError.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e46b593469f8643cc8bfdf9b5d56a022 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/AdInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 79bb7312120d943deb2dca4eb8bc7cf8 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/AdRequest.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 168df602f855b41909598520f59150a7 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/AdSize.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2ffb1e9c0908a4f2898f4986435adc75 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/AdTheme.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 01d42d221bcb14744ab51d1e328f9e5f 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/Gender.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 90612f321797e4fafb6c44490cb40f71 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/Location.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1ffb4399a25040fcaa9a34a1e4413b2 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/Reward.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ac0b7b877c404522ad631fe153a5b92 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Interstitial.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 39096514238cd4540bf8c73d44e5d488 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/RewardedAd.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa8a006f6990d46ffbfb923d7c82fee7 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/ScreenUtils.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 17a8dc36b69a84513870c2260078b860 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/AppOpenAdLoader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 19ec3ddd4d95a4f50be952e11b5cbb80 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/AppStateObserver.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8b1c3a2464bb643b3a297a950ff7376f 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/AdPosition.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fab4707f61b25459c94025fd73a84ea5 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/AdRequestError.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27b8ea9b2108141108ebd75474103186 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/BannerAdSize.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f0085c39b1c34a5e839fb5e2dc0fd15 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/Constants.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5de9c0f5841fe49018b789459aaf0503 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/RewardedAdLoader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d398a61dc3f6742c897df146ae7c3b7e 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/AdFailureEventArgs.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cb30f14e1b68142f190a8def43ece6ed 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/AdRequestCreator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a3c1f234fc9b047a5bbe1ae7c6d8ffc8 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/GenericEventArgs.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6253f99073dfe4f9dbdf68f1203e5eb4 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/DummyBannerClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1959d428e058b4fc4ad58922ae0ef7fb 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/DummyScreenClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 16ea22e7ebf9c4cabbde9e0a56e1b9dc 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/IAppOpenAdClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8c7fb9e28e7744d3d8b74347825af46c 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/IBannerClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 739a5d60e4a854dd6b60c37f7c7895b5 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/IMobileAdsClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab8de693461e74a5fb1cbfe7bda3e615 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/IRewardedAdClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e1f57c28930a408c9b04775436eff77 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/IScreenClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: de9fd8b7ef25548f3a7aa685c14b4663 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/InterstitialAdLoader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ebc9a3dd223349baa19c2d474763db8 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/Android/Utils.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 13c1dc504b5c34581820ef835a558d72 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/ListBridge.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8961807595f024cf4abf50ec1bdbb833 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/ListClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9474bd4b9214c4d01bb29afde3db260f 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/AdFailedToLoadEventArgs.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 39159c1cc8c8d4656bfc971d56947e5d 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/AdRequestConfiguration.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 51e3adf1216b9426ea5f49d0f5c852f5 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/AppOpenAdLoadedEventArgs.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3efddaaab7c6c4df4a347940a64bbd4f 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/AppStateChangedEventArgs.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c4921bf73d9442d6bc660018440f4b2 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/MobileAdsPackageInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f259de75c19b49e8aa030815ee7f817 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/AppStateObserverClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b9656155add834830a301807c5874f4d 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/DummyAppOpenAdClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f5357b0950130463a928fe09b07a0739 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/DummyMobileAdsClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 86ed64edab3f34994ae75cb6b1eb0d73 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/DummyRewardedAdClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ee7e88fc1d57a44e5bfadc819801b95f 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/IAppOpenAdLoaderClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 719a4c6471a0744b6bd995fee95fefae 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/IBannerAdSizeClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8b6711e4fb727486aa621e19387a4d1a 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/IInterstitialClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 941aaceca392c4aed9dbd60a617419ab 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/MainThreadDispatcher.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a9bb48a66446c4c119e4681850be2f12 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Inspector/AppOpenAdComponent.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 81de62ef17189c3d081e46d3e4c2873b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Inspector/BannerComponent.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4195ffa733d92a5e6aa02dffe435abd8 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Inspector/RewardAdComponent.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3382c2daecd45cfe69a2ef78ee695984 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/Android/AdSizeUtils.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 780b1fd150f33422e9ea81c71573bb3a 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/AdInfoBridge.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 41f35eb92814d488186e28a78a5b1b1c 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/AdInfoClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 923043d84220b47e3bcf4ffe55b714de 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/AdRequestBridge.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 919e4149192c749319ad54cf09c036aa 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/AdRequestClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aade1ce6e908d4894b245c87f3b14ad8 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/AdSizeBridge.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 80a4c5a831f9348058fde81c96839d9e 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/AdSizeClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aa19eba553e514cd4bbd946cb351bbb7 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/AppOpenAdBridge.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 21e4c20da5a67445d8a898babdf349ec 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/AppOpenAdClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8249f5672a05d4689b8f2995c3ac810f 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/BannerBridge.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ef28f5375f98453fa0b9cd5a662f438 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/BannerClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a278cbf800ad4481da567afdef05d03a 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/LocationBridge.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a24b1bdfdda449b09f3e03f8aed1abf 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/LocationClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bdfa24bf7f6e647caa7b8815032180ad 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/MobileAdsBridge.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c88cdef9234e5440590d0638aff290ab 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/MobileAdsClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27422940ba2fb4a68943e30e4319978a 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/ObjectBridge.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 180d6eb13f536493986c39091c1a0c2b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/ScreenBridge.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38088c9cfef434e449e737ff141b4b8b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/ScreenClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d250c9d46e1d4f38ae3f321c7a9d0f8 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-mediation/Assets/YandexMobileAds/Editor/iOSBigoAdsPostProcess.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b5dffc735959cda19aefbfaf60af3782 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-mediation/Assets/YandexMobileAds/Editor/iOSInMobiPostProcess.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 67ffe106ddeb09e90951bbbbbab6fac0 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/AdRequestConfigurationFactory.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b6f2f9c380e154cdfb670cfa737fa133 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/DummyAppOpenAdLoaderClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8598013d751994207acefd5cb99e6b3d 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/DummyBannerAdSizeClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2683de2d2b538446b845980c073e10ea 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/DummyInterstitialClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: acadd941ff16649458c143421d3f095f 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/DummyRewardedAdLoaderClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4d2397ea153c9471dbf482652bd082e1 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/IAppStateObserverClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b4f81dd9491ac46dba842aed6e4a21b4 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/IInterstitialAdLoaderClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8cd64e2700dd44aff88b75b040ab9ad5 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/IRewardedAdLoaderClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1dc2b232bf7d6491bb01d2a982c21c26 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/RewardedAdLoadedEventArgs.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 196bb413df0e24248a9d9a9cebdb46ac 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/Inspector/AppOpenAdEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e811564b70c96dab9ae24831582d24ea 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/Inspector/RewardAdEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: abc6848adf92ede448459d1222445ae5 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Inspector/InterstitialAdComponent.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 41c8d0d0383c7bcf9816f539f80702cc 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/Android/AdInfoFactory.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cba775dbb15484f3289f3c4a327b7d24 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/Android/AppOpenAdClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33064b02eb1274eb98225d9f2b8c6fa3 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/Android/BannerClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 17f4ba97c61bb404abb5100c6bd0e9d7 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/Android/MobileAdsClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0d66c9a3a4abb4076a379b0744c63a15 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/Android/RewardedAdClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cc03ae570cf60466899707e49b95b39a 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/Android/ScreenClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5836e98fe1198471180800a1bcdb3fac 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/BannerAdSizeBridge.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bd621d2b38cd2470896cb5deed40a47b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/BannerAdSizeClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 481ef260a68964fc6b1fb8b81afed0b5 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/DictionaryBridge.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 306cb5e63f8494cccb3d819af03b031e 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/DictionaryClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7825588813dd42418dca444b627b5a0 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/InterstitialBridge.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3069e1f68c96940f7bfb1fa9a626ea3e 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/InterstitialClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4abdbd3600af44ac5bcc87d6779bb89e 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/RewardedAdBridge.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 94718a8260c4f445f938080ed59b28cf 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/RewardedAdClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ebe0493e5510240dc83f8324e94f4a4b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-mediation/Assets/YandexMobileAds/Editor/iOSAppLovinPostProcess.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2da25d2f7686d76c88fe9bf21b9c71c6 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/DummyInterstitialAdLoaderClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8b0aadd206192427d96c503220d7d197 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/InterstitialAdLoadedEventArgs.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a32e441924664327902cba0be053782 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/Inspector/BannerComponentEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2af4732374bdf0c398f48ce0f2266a6b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/IntegrationManager/YandexAdsIM.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7de4375df28bd59d2922b30304ecf9db 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/Android/AppOpenAdLoaderClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 44059210d697444778af7a8c5f0517fd 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/Android/BannerAdSizeClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b76b86c254cb3474a9674d743652cb45 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/Android/BannerAdSizeUtils.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e6d50e950c1b94e56a778abe88f6b436 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/Android/InterstitialClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bff47730fc93a4de288f92b72e879a71 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/YandexMobileAdsClientFactory.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 63fc3439802574ece8c9a1527af5849a 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/AppOpenAdLoaderBridge.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8b1155e52365a4079898a0126abbaf8a 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/AppOpenAdLoaderClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b081d320097c44c87bf0037016cc85ec 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/RewardedAdLoaderBridge.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d6b35a7099a134fe4bfc7892ef13b2b4 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/RewardedAdLoaderClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1eed7386b2ad34c569ba4e3043695528 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/IntegrationManager/SKAD/PostBuilder.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 69b815f0f800e0c09abad66f3ba5ea34 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/PostprocessBuildPlayerYandexMobileAds.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ff4841442ae26499a9016b863818bb1b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/Android/AppStateObserverClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: acb27b0c9a662440ba79516bb3e00651 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/Android/InterstitialAdLoaderClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 176dbc48c9c734ab1afe44cbc88724f5 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/Android/RewardedAdLoaderClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0ee3e8d3664844fee920dffd9aead2c8 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/AdRequestConfigurationClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6bd283458818448bdb9f658ceea8f6b6 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/InterstitialAdLoaderBridge.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 216e219e8ffe0409c9e96e0a51013069 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/InterstitialAdLoaderClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad6aa531cf7f64386b34b03f6b61fd3a 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/MonoPInvokeCallbackAttribute.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d441d22906634e01904cc7777dcde1e 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/Inspector/InterstitialAdComponentEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 601646e3e6053fc7ebceb003a474935b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/IntegrationManager/AdapterInfo/AdapetrInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65bc0300e811ddc8ba08e9c0c7e9a537 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/IntegrationManager/AdapterInfo/SdkUpdater.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 46d9430532c202d248dd261552fc68a5 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/IntegrationManager/SKAD/SKAdNetworkManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b646020c89e065cb89ec9f7265373b61 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/IntegrationManager/AdapterInfo/SdkVersionReader.cs: -------------------------------------------------------------------------------- 1 | using YandexMobileAds.Base; 2 | 3 | namespace YandexAdsEditor 4 | { 5 | public static class SdkVersionReader 6 | { 7 | public static string GetSdkVersion() 8 | { 9 | 10 | return MobileAdsPackageInfo.PackageVersion; 11 | } 12 | } 13 | } -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/IntegrationManager/AdapterInfo/SdkVersionReader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ca6adaeae66c0c28f85a905cc25aa99a 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/IntegrationManager/AdapterInfo/AdapterDataLoader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a3186b5f36fa38190a8f6e96ed228eec 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/IntegrationManager/AdapterInfo/AdapterDownloader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 865d61f8e5b82630aa25d1d55857c62d 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/IntegrationManager/AdapterInfo/AdaptersInfoWindow.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 53748ebed6917ccfd988cfb4a7c1d8af 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/IntegrationManager/AdapterSettings/GooglePostBulder.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ca375d27f15e39ca28addc91899e0790 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/IntegrationManager/AdapterSettings/GoogleSettingsWindow.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 903b1e0d71f0963e2b6c10493c1c3ba1 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityAudioSessionManagerTypes.h: -------------------------------------------------------------------------------- 1 | 2 | typedef const void *YMAUnityAudioSessionManagerClientRef; 3 | 4 | typedef void (*YMAUnityAudioSessionManagerWillPlayAudioCallback)(YMAUnityAudioSessionManagerClientRef *audioSessionManagerClient); 5 | typedef void (*YMAUnityAudioSessionManagerDidStopPlayingAudioCallback)(YMAUnityAudioSessionManagerClientRef *audioSessionManagerClient); 6 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/IntegrationManager/AdapterSettings/GoogleAndroidManifestManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2f8c50f79e84fd42e81b368ae7d66c32 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/Android/YandexMobileAdsPlugin.androidlib/project.properties.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d06ef613dfec4baa88b56aeef69cd9c 3 | labels: 4 | - gvh 5 | - gvh_version-7.3.1 6 | - gvhp_exportpath-Plugins/Android/GoogleMobileAdsPlugin.androidlib/project.properties 7 | timeCreated: 1427838343 8 | licenseType: Free 9 | DefaultImporter: 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityScreenBridge.m: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for iOS (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | #import 11 | 12 | float YMAUnityScreenScale(void) 13 | { 14 | return [UIScreen mainScreen].scale; 15 | } 16 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/YandexMobileAds.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "YandexMobileAds", 3 | "references": [ 4 | "AppMetricaAdRevenueAdapter" 5 | ], 6 | "includePlatforms": [], 7 | "excludePlatforms": [], 8 | "allowUnsafeCode": false, 9 | "overrideReferences": false, 10 | "precompiledReferences": [], 11 | "autoReferenced": true, 12 | "defineConstraints": [], 13 | "versionDefines": [], 14 | "noEngineReferences": false 15 | } -------------------------------------------------------------------------------- /mobileads-tapjoy-mediation/Assets/YandexMobileAds/Editor/MobileadsTapjoyMediationDependencies.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://maven.google.com/ 6 | https://sdk.tapjoy.com/ 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/AdTheme.cs: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for Unity (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | namespace YandexMobileAds.Base 11 | { 12 | public enum AdTheme 13 | { 14 | None, 15 | Light, 16 | Dark 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/IScreenClient.cs: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for Unity (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | namespace YandexMobileAds.Common 11 | { 12 | internal interface IScreenClient 13 | { 14 | float GetScreenScale(); 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /mobileads-pangle-mediation/Assets/YandexMobileAds/Editor/MobileadsPangleMediationDependencies.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://maven.google.com/ 6 | https://artifact.bytedance.com/repository/pangle 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityAdPosition.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #import 4 | 5 | typedef NS_ENUM(NSUInteger, YMAUnityAdPosition) { 6 | YMAUnityAdPositionTopLeft, 7 | YMAUnityAdPositionTopCenter, 8 | YMAUnityAdPositionTopRight, 9 | YMAUnityAdPositionCenterLeft, 10 | YMAUnityAdPositionCenter, 11 | YMAUnityAdPositionCenterRight, 12 | YMAUnityAdPositionBottomLeft, 13 | YMAUnityAdPositionBottomCenter, 14 | YMAUnityAdPositionBottomRight 15 | }; 16 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/YandexMobileAds.Editor.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "YandexMobileAds.Editor", 3 | "references": [ 4 | "YandexMobileAds" 5 | ], 6 | "includePlatforms": [ 7 | "Editor" 8 | ], 9 | "excludePlatforms": [], 10 | "allowUnsafeCode": false, 11 | "overrideReferences": false, 12 | "precompiledReferences": [], 13 | "autoReferenced": true, 14 | "defineConstraints": [], 15 | "versionDefines": [], 16 | "noEngineReferences": false 17 | } -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityObjectBridge.m: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for iOS (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | #import "YMAUnityObjectsStorage.h" 11 | 12 | void YMAUnityDestroyObject(char *objectID) 13 | { 14 | [[YMAUnityObjectsStorage sharedInstance] removeObjectWithID:objectID]; 15 | } 16 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityObjectIDProvider.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | /* 4 | * This file is a part of the Yandex Advertising Network 5 | * 6 | * Version for iOS (C) 2023 YANDEX 7 | * 8 | * You may not use this file except in compliance with the License. 9 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 10 | */ 11 | 12 | #import 13 | 14 | @interface YMAUnityObjectIDProvider: NSObject 15 | 16 | + (const char*)IDForObject:(id)object; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityNumberFormatter.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | /* 4 | * This file is a part of the Yandex Advertising Network 5 | * 6 | * Version for iOS (C) 2023 YANDEX 7 | * 8 | * You may not use this file except in compliance with the License. 9 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 10 | */ 11 | 12 | #import 13 | 14 | NS_ASSUME_NONNULL_BEGIN 15 | 16 | @interface YMAUnityNumberFormatter: NSObject 17 | 18 | - (NSNumber*)numberFromCString:(char*)cString; 19 | 20 | @end 21 | 22 | NS_ASSUME_NONNULL_END 23 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/IBannerAdSizeClient.cs: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for Android (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | using UnityEngine; 11 | using YandexMobileAds.Base; 12 | 13 | namespace YandexMobileAds.Common 14 | { 15 | internal interface IBannerAdSizeClient 16 | { 17 | int GetHeight(); 18 | 19 | int GetWidth(); 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityStringConverter.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | /* 4 | * This file is a part of the Yandex Advertising Network 5 | * 6 | * Version for iOS (C) 2023 YANDEX 7 | * 8 | * You may not use this file except in compliance with the License. 9 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 10 | */ 11 | 12 | #import 13 | 14 | @interface YMAUnityStringConverter: NSObject 15 | 16 | + (char*)copiedCStringFromObjCString:(NSString*)string; 17 | + (char*)copiedCString:(const char*)string; 18 | + (NSString*)NSStringFromCString:(const char*)string; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /mobileads-google-mediation/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "com.yandex.mobileads-google-mediation", 3 | "version": "7.18.0", 4 | "displayName": "Google adapter for Yandex Mobile Ads plugin for Unity", 5 | "description": "This adapter allows to use AdMob ad network in conjuction with Yandex Mobile Ads SDK", 6 | "dependencies": { 7 | "com.yandex.mobileads": "7.18.0" 8 | }, 9 | "unity": "2019.4", 10 | "unityRelease": "40f1", 11 | "author": { 12 | "name": "Yandex Mobile Ads", 13 | "url": "https://ads.yandex.com/monetization" 14 | }, 15 | "licensesUrl": "https://legal.yandex.com/partner_ch" 16 | } 17 | -------------------------------------------------------------------------------- /mobileads-inmobi-mediation/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "com.yandex.mobileads-inmobi-mediation", 3 | "version": "7.18.0", 4 | "displayName": "InMobi adapter for Yandex Mobile Ads plugin for Unity", 5 | "description": "This adapter allows to use InMobi ad network in conjuction with Yandex Mobile Ads SDK", 6 | "dependencies": { 7 | "com.yandex.mobileads": "7.18.0" 8 | }, 9 | "unity": "2019.4", 10 | "unityRelease": "40f1", 11 | "author": { 12 | "name": "Yandex Mobile Ads", 13 | "url": "https://ads.yandex.com/monetization" 14 | }, 15 | "licensesUrl": "https://legal.yandex.com/partner_ch" 16 | } 17 | -------------------------------------------------------------------------------- /mobileads-pangle-mediation/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "com.yandex.mobileads-pangle-mediation", 3 | "version": "7.18.0", 4 | "displayName": "Pangle adapter for Yandex Mobile Ads plugin for Unity", 5 | "description": "This adapter allows to use Pangle ad network in conjuction with Yandex Mobile Ads SDK", 6 | "dependencies": { 7 | "com.yandex.mobileads": "7.18.0" 8 | }, 9 | "unity": "2019.4", 10 | "unityRelease": "40f1", 11 | "author": { 12 | "name": "Yandex Mobile Ads", 13 | "url": "https://ads.yandex.com/monetization" 14 | }, 15 | "licensesUrl": "https://legal.yandex.com/partner_ch" 16 | } 17 | -------------------------------------------------------------------------------- /mobileads-tapjoy-mediation/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "com.yandex.mobileads-tapjoy-mediation", 3 | "version": "7.18.0", 4 | "displayName": "TapJoy adapter for Yandex Mobile Ads plugin for Unity", 5 | "description": "This adapter allows to use TapJoy ad network in conjuction with Yandex Mobile Ads SDK", 6 | "dependencies": { 7 | "com.yandex.mobileads": "7.18.0" 8 | }, 9 | "unity": "2019.4", 10 | "unityRelease": "40f1", 11 | "author": { 12 | "name": "Yandex Mobile Ads", 13 | "url": "https://ads.yandex.com/monetization" 14 | }, 15 | "licensesUrl": "https://legal.yandex.com/partner_ch" 16 | } 17 | -------------------------------------------------------------------------------- /mobileads-vungle-mediation/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "com.yandex.mobileads-vungle-mediation", 3 | "version": "7.18.0", 4 | "displayName": "Vungle adapter for Yandex Mobile Ads plugin for Unity", 5 | "description": "This adapter allows to use Vungle ad network in conjuction with Yandex Mobile Ads SDK", 6 | "dependencies": { 7 | "com.yandex.mobileads": "7.18.0" 8 | }, 9 | "unity": "2019.4", 10 | "unityRelease": "40f1", 11 | "author": { 12 | "name": "Yandex Mobile Ads", 13 | "url": "https://ads.yandex.com/monetization" 14 | }, 15 | "licensesUrl": "https://legal.yandex.com/partner_ch" 16 | } 17 | -------------------------------------------------------------------------------- /mobileads-bigoads-mediation/Assets/YandexMobileAds/Editor/MobileadsBigoAdsMediationDependencies.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://maven.google.com/ 6 | 7 | 8 | 9 | 10 | 11 | 12 | https://github.com/CocoaPods/Specs 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /mobileads-bigoads-mediation/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "com.yandex.mobileads-bigoads-mediation", 3 | "version": "7.18.0", 4 | "displayName": "BigoAds adapter for Yandex Mobile Ads plugin for Unity", 5 | "description": "This adapter allows to use BigoAds ad network in conjuction with Yandex Mobile Ads SDK", 6 | "dependencies": { 7 | "com.yandex.mobileads": "7.18.0" 8 | }, 9 | "unity": "2019.4", 10 | "unityRelease": "40f1", 11 | "author": { 12 | "name": "Yandex Mobile Ads", 13 | "url": "https://ads.yandex.com/monetization" 14 | }, 15 | "licensesUrl": "https://legal.yandex.com/partner_ch" 16 | } 17 | -------------------------------------------------------------------------------- /mobileads-mediation/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "com.yandex.mobileads-mediation", 3 | "version": "7.18.0", 4 | "displayName": "Yandex Mobile Ads Mediation plugin for Unity", 5 | "description": "This plugin allows Unity developers to easily integrate Yandex Mobile Ads with mediation in Android and iOS apps", 6 | "dependencies": { 7 | "com.yandex.mobileads": "7.18.0" 8 | }, 9 | "unity": "2019.4", 10 | "unityRelease": "40f1", 11 | "author": { 12 | "name": "Yandex Mobile Ads", 13 | "url": "https://ads.yandex.com/monetization" 14 | }, 15 | "licensesUrl": "https://legal.yandex.com/partner_ch" 16 | } 17 | -------------------------------------------------------------------------------- /mobileads-vungle-mediation/Assets/YandexMobileAds/Editor/MobileadsVungleMediationDependencies.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://maven.google.com/ 6 | 7 | 8 | 9 | 10 | 11 | 12 | https://github.com/CocoaPods/Specs 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /mobileads-applovin-mediation/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "com.yandex.mobileads-applovin-mediation", 3 | "version": "7.18.0", 4 | "displayName": "AppLovin adapter for Yandex Mobile Ads plugin for Unity", 5 | "description": "This adapter allows to use AppLovin ad network in conjuction with Yandex Mobile Ads SDK", 6 | "dependencies": { 7 | "com.yandex.mobileads": "7.18.0" 8 | }, 9 | "unity": "2019.4", 10 | "unityRelease": "40f1", 11 | "author": { 12 | "name": "Yandex Mobile Ads", 13 | "url": "https://ads.yandex.com/monetization" 14 | }, 15 | "licensesUrl": "https://legal.yandex.com/partner_ch" 16 | } 17 | -------------------------------------------------------------------------------- /mobileads-mytarget-mediation/Assets/YandexMobileAds/Editor/MobileadsMytargetMediationDependencies.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://maven.google.com/ 6 | 7 | 8 | 9 | 10 | 11 | 12 | https://github.com/CocoaPods/Specs 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /mobileads-mytarget-mediation/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "com.yandex.mobileads-mytarget-mediation", 3 | "version": "7.18.0", 4 | "displayName": "MyTarget adapter for Yandex Mobile Ads plugin for Unity", 5 | "description": "This adapter allows to use MyTarget ad network in conjuction with Yandex Mobile Ads SDK", 6 | "dependencies": { 7 | "com.yandex.mobileads": "7.18.0" 8 | }, 9 | "unity": "2019.4", 10 | "unityRelease": "40f1", 11 | "author": { 12 | "name": "Yandex Mobile Ads", 13 | "url": "https://ads.yandex.com/monetization" 14 | }, 15 | "licensesUrl": "https://legal.yandex.com/partner_ch" 16 | } 17 | -------------------------------------------------------------------------------- /mobileads-startapp-mediation/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "com.yandex.mobileads-startapp-mediation", 3 | "version": "7.18.0", 4 | "displayName": "StartApp adapter for Yandex Mobile Ads plugin for Unity", 5 | "description": "This adapter allows to use StartApp ad network in conjuction with Yandex Mobile Ads SDK", 6 | "dependencies": { 7 | "com.yandex.mobileads": "7.18.0" 8 | }, 9 | "unity": "2019.4", 10 | "unityRelease": "40f1", 11 | "author": { 12 | "name": "Yandex Mobile Ads", 13 | "url": "https://ads.yandex.com/monetization" 14 | }, 15 | "licensesUrl": "https://legal.yandex.com/partner_ch" 16 | } 17 | -------------------------------------------------------------------------------- /mobileads-unityads-mediation/Assets/YandexMobileAds/Editor/MobileadsUnityAdsMediationDependencies.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://maven.google.com/ 6 | 7 | 8 | 9 | 10 | 11 | 12 | https://github.com/CocoaPods/Specs 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /mobileads-unityads-mediation/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "com.yandex.mobileads-unityads-mediation", 3 | "version": "7.18.0", 4 | "displayName": "UnityAds adapter for Yandex Mobile Ads plugin for Unity", 5 | "description": "This adapter allows to use UnityAds ad network in conjuction with Yandex Mobile Ads SDK", 6 | "dependencies": { 7 | "com.yandex.mobileads": "7.18.0" 8 | }, 9 | "unity": "2019.4", 10 | "unityRelease": "40f1", 11 | "author": { 12 | "name": "Yandex Mobile Ads", 13 | "url": "https://ads.yandex.com/monetization" 14 | }, 15 | "licensesUrl": "https://legal.yandex.com/partner_ch" 16 | } 17 | -------------------------------------------------------------------------------- /mobileads-applovin-mediation/Assets/YandexMobileAds/Editor/MobileadsAppLovinMediationDependencies.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://maven.google.com/ 6 | 7 | 8 | 9 | 10 | 11 | 12 | https://github.com/CocoaPods/Specs 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /mobileads-chartboost-mediation/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "com.yandex.mobileads-chartboost-mediation", 3 | "version": "7.18.0", 4 | "displayName": "ChartBoost adapter for Yandex Mobile Ads plugin for Unity", 5 | "description": "This adapter allows to use ChartBoost ad network in conjuction with Yandex Mobile Ads SDK", 6 | "dependencies": { 7 | "com.yandex.mobileads": "7.18.0" 8 | }, 9 | "unity": "2019.4", 10 | "unityRelease": "40f1", 11 | "author": { 12 | "name": "Yandex Mobile Ads", 13 | "url": "https://ads.yandex.com/monetization" 14 | }, 15 | "licensesUrl": "https://legal.yandex.com/partner_ch" 16 | } 17 | -------------------------------------------------------------------------------- /mobileads-ironsource-mediation/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "com.yandex.mobileads-ironsource-mediation", 3 | "version": "7.18.0", 4 | "displayName": "IronSource adapter for Yandex Mobile Ads plugin for Unity", 5 | "description": "This adapter allows to use IronSource ad network in conjuction with Yandex Mobile Ads SDK", 6 | "dependencies": { 7 | "com.yandex.mobileads": "7.18.0" 8 | }, 9 | "unity": "2019.4", 10 | "unityRelease": "40f1", 11 | "author": { 12 | "name": "Yandex Mobile Ads", 13 | "url": "https://ads.yandex.com/monetization" 14 | }, 15 | "licensesUrl": "https://legal.yandex.com/partner_ch" 16 | } 17 | -------------------------------------------------------------------------------- /mobileads-mintegral-mediation/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "com.yandex.mobileads-mintegral-mediation", 3 | "version": "7.18.0", 4 | "displayName": "Mintegral adapter for Yandex Mobile Ads plugin for Unity", 5 | "description": "This adapter allows to use Mintegral ad network in conjuction with Yandex Mobile Ads SDK", 6 | "dependencies": { 7 | "com.yandex.mobileads": "7.18.0" 8 | }, 9 | "unity": "2019.4", 10 | "unityRelease": "40f1", 11 | "author": { 12 | "name": "Yandex Mobile Ads", 13 | "url": "https://ads.yandex.com/monetization" 14 | }, 15 | "licensesUrl": "https://legal.yandex.com/partner_ch" 16 | } 17 | -------------------------------------------------------------------------------- /mobileads-startapp-mediation/Assets/YandexMobileAds/Editor/MobileadsStartappMediationDependencies.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://maven.google.com/ 6 | 7 | 8 | 9 | 10 | 11 | 12 | https://github.com/CocoaPods/Specs 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/IntegrationManager/AdapterInfo/AdapetrInfo.cs: -------------------------------------------------------------------------------- 1 | namespace YandexAdsEditor 2 | { 3 | public class AdapterInfo 4 | { 5 | public string Name { get; set; } 6 | public string AndroidVersion { get; set; } 7 | public string IOSVersion { get; set; } 8 | public bool IsConnected { get; set; } 9 | 10 | public AdapterInfo(string name, string androidVersion, string iosVersion, bool isConnected) 11 | { 12 | Name = name; 13 | AndroidVersion = androidVersion; 14 | IOSVersion = iosVersion; 15 | IsConnected = isConnected; 16 | } 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityObjectsStorage.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | /* 4 | * This file is a part of the Yandex Advertising Network 5 | * 6 | * Version for iOS (C) 2023 YANDEX 7 | * 8 | * You may not use this file except in compliance with the License. 9 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 10 | */ 11 | 12 | #import 13 | 14 | @interface YMAUnityObjectsStorage: NSObject 15 | 16 | + (instancetype)sharedInstance; 17 | 18 | - (id)objectWithID:(const char*)objectID; 19 | - (void)setObject:(id)object withID:(const char*)objectID; 20 | - (void)removeObjectWithID:(const char*)objectID; 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/ScreenBridge.cs: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for Unity (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | using System.Runtime.InteropServices; 11 | 12 | namespace YandexMobileAds.Platforms.iOS 13 | { 14 | #if (UNITY_5 && UNITY_IOS) || UNITY_IPHONE 15 | 16 | internal class ScreenBridge 17 | { 18 | [DllImport("__Internal")] 19 | internal static extern float YMAUnityScreenScale(); 20 | } 21 | 22 | #endif 23 | } 24 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityInterstitial.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2511ef98a53b04c6e9a902c020d3cdfe 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | validateReferences: 1 13 | platformData: 14 | - first: 15 | Any: 16 | second: 17 | enabled: 1 18 | settings: {} 19 | - first: 20 | Editor: Editor 21 | second: 22 | enabled: 0 23 | settings: 24 | DefaultValueInitialized: true 25 | userData: 26 | assetBundleName: 27 | assetBundleVariant: 28 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityInterstitialTypes.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06c54b802ab8f4c3fb5e24f2498a5c7a 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | validateReferences: 1 13 | platformData: 14 | - first: 15 | Any: 16 | second: 17 | enabled: 1 18 | settings: {} 19 | - first: 20 | Editor: Editor 21 | second: 22 | enabled: 0 23 | settings: 24 | DefaultValueInitialized: true 25 | userData: 26 | assetBundleName: 27 | assetBundleVariant: 28 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Editor/IntegrationManager/YandexAdsIM.cs: -------------------------------------------------------------------------------- 1 | using UnityEditor; 2 | using UnityEngine; 3 | 4 | namespace YandexAdsEditor 5 | { 6 | public class YandexAdsIM : MonoBehaviour 7 | { 8 | [MenuItem("YandexAds/SDK ChangeLog")] 9 | public static void OpenChangeLog() 10 | { 11 | Application.OpenURL("https://github.com/yandexmobile/yandex-ads-unity-plugin/blob/master/CHANGELOG.md"); 12 | } 13 | 14 | [MenuItem("YandexAds/Documentation")] 15 | public static void OpenDocumentation() 16 | { 17 | Application.OpenURL("https://ads.yandex.com/helpcenter/en/dev/unity/quick-start"); 18 | } 19 | } 20 | } -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/ObjectBridge.cs: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for iOS (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | using System.Runtime.InteropServices; 11 | 12 | namespace YandexMobileAds.Platforms.iOS 13 | { 14 | #if (UNITY_5 && UNITY_IOS) || UNITY_IPHONE 15 | 16 | internal class ObjectBridge 17 | { 18 | [DllImport("__Internal")] 19 | internal static extern void YMAUnityDestroyObject(string objectId); 20 | } 21 | 22 | #endif 23 | } 24 | -------------------------------------------------------------------------------- /mobileads-sdk/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "com.yandex.mobileads", 3 | "version": "7.18.0", 4 | "displayName": "Yandex Mobile Ads plugin for Unity", 5 | "description": "This plugin allows Unity developers to easily integrate Yandex Mobile Ads in Android and iOS apps", 6 | "dependencies": { 7 | "com.google.external-dependency-manager": "1.2.178", 8 | "com.yandex.mobileads.appmetrica.adrevenue.adapter": "1.0.0" 9 | }, 10 | "unity": "2019.4", 11 | "unityRelease": "40f1", 12 | "author": { 13 | "name": "Yandex Mobile Ads", 14 | "url": "https://ads.yandex.com/monetization" 15 | }, 16 | "licensesUrl": "https://legal.yandex.com/partner_ch" 17 | } 18 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityAudioSessionManager.h: -------------------------------------------------------------------------------- 1 | #import 2 | #import "YMAUnityAudioSessionManagerTypes.h" 3 | 4 | @interface YMAUnityAudioSessionManager: NSObject 5 | 6 | - (instancetype)initWithClientRef:(YMAUnityAudioSessionManagerClientRef*)clientRef 7 | audioSessionManager:(YMAAudioSessionManager *)audioSessionManager; 8 | @property(nonatomic, assign) YMAUnityAudioSessionManagerWillPlayAudioCallback willPlayAudioCallback; 9 | @property(nonatomic, assign) YMAUnityAudioSessionManagerDidStopPlayingAudioCallback didStopPlayingAudioCallback; 10 | 11 | - (void)SetIsAutomaticallyManaged:(bool)isManaged; 12 | 13 | - (void)SetAudioSessionDelegate; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /mobileads-inmobi-mediation/Assets/YandexMobileAds/Editor/MobileadsInmobiMediationDependencies.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://maven.google.com/ 6 | https://android-sdk.is.com/ 7 | 8 | 9 | 10 | 11 | 12 | 13 | https://github.com/CocoaPods/Specs 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/Constants.cs: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for Unity (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | 11 | namespace YandexMobileAds.Common 12 | { 13 | class Constants 14 | { 15 | internal const string AdRequestIsNullErrorMessage = "Invalid AdRequest: AdRequest must not be null."; 16 | internal const string AdRequestConfigurationIsNullErrorMessage = 17 | "Invalid AdRequestConfiguration: AdRequestConfiguration must not be null."; 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /mobileads-ironsource-mediation/Assets/YandexMobileAds/Editor/MobileadsIronSourceMediationDependencies.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://maven.google.com/ 6 | https://android-sdk.is.com/ 7 | 8 | 9 | 10 | 11 | 12 | 13 | https://github.com/CocoaPods/Specs 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/AdPosition.cs: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for Unity (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | namespace YandexMobileAds.Base 11 | { 12 | /// 13 | /// Position of ad on screen. 14 | /// 15 | public enum AdPosition 16 | { 17 | TopLeft, 18 | TopCenter, 19 | TopRight, 20 | CenterLeft, 21 | Center, 22 | CenterRight, 23 | BottomLeft, 24 | BottomCenter, 25 | BottomRight 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityAppOpenAdLoaderTypes.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | /* 4 | * This file is a part of the Yandex Advertising Network 5 | * 6 | * Version for iOS (C) 2023 YANDEX 7 | * 8 | * You may not use this file except in compliance with the License. 9 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 10 | */ 11 | #import "YMAUnityAppOpenAdTypes.h" 12 | 13 | typedef const void* YMAUnityAppOpenAdLoaderClientRef; 14 | 15 | typedef void (*YMAUnityAppOpenDidLoadAdCallback)(YMAUnityAppOpenAdLoaderClientRef* appOpenLoaderClient, char* appOpenAdObjectID); 16 | typedef void (*YMAUnityAppOpenDidFailToLoadAdCallback)(YMAUnityAppOpenAdLoaderClientRef* appOpenLoaderClient, char* adUnitId, char* error); 17 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/MonoPInvokeCallbackAttribute.cs: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for iOS (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | using System; 11 | 12 | namespace YandexMobileAds.Platforms.iOS 13 | { 14 | 15 | /// attribute that allows static functions to have callbacks (from C) generated AOT 16 | public class MonoPInvokeCallbackAttribute : System.Attribute 17 | { 18 | private readonly Type _type; 19 | public MonoPInvokeCallbackAttribute(Type t) { _type = t; } 20 | } 21 | 22 | } 23 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityRewardedAdLoaderTypes.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | /* 4 | * This file is a part of the Yandex Advertising Network 5 | * 6 | * Version for iOS (C) 2023 YANDEX 7 | * 8 | * You may not use this file except in compliance with the License. 9 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 10 | */ 11 | #import "YMAUnityRewardedAdTypes.h" 12 | 13 | typedef const void* YMAUnityRewardedAdLoaderClientRef; 14 | 15 | typedef void (*YMAUnityRewardedDidLoadAdCallback)(YMAUnityRewardedAdLoaderClientRef* rewardedAdLoaderClient, char* rewardedAdObjectID); 16 | typedef void (*YMAUnityRewardedDidFailToLoadAdCallback)(YMAUnityRewardedAdLoaderClientRef* rewardedAdLoaderClient, char* adUnitId, char* error); 17 | -------------------------------------------------------------------------------- /mobileads-chartboost-mediation/Assets/YandexMobileAds/Editor/MobileadsChartboostMediationDependencies.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://maven.google.com/ 6 | https://cboost.jfrog.io/artifactory/chartboost-ads/ 7 | 8 | 9 | 10 | 11 | 12 | 13 | https://github.com/CocoaPods/Specs 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/DummyScreenClient.cs: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for Unity (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | using System.Reflection; 11 | using UnityEngine; 12 | 13 | namespace YandexMobileAds.Common 14 | { 15 | public class DummyScreenClient : IScreenClient 16 | { 17 | private const string TAG = "Dummy Screen "; 18 | 19 | public float GetScreenScale() 20 | { 21 | Debug.Log(TAG + MethodBase.GetCurrentMethod().Name); 22 | return 1; 23 | } 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/LocationBridge.cs: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for iOS (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | using System.Runtime.InteropServices; 11 | 12 | namespace YandexMobileAds.Platforms.iOS 13 | { 14 | #if (UNITY_5 && UNITY_IOS) || UNITY_IPHONE 15 | 16 | internal class LocationBridge 17 | { 18 | [DllImport("__Internal")] 19 | internal static extern string YMAUnityCreateLocation( 20 | double latitude, double longitude, double horizontalAccuracy); 21 | } 22 | 23 | #endif 24 | } 25 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/AdFailureEventArgs.cs: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for Unity (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | using System; 11 | 12 | namespace YandexMobileAds.Base 13 | { 14 | /// 15 | /// Represents an event, that occurs when ad fails to perform an action. 16 | /// 17 | public class AdFailureEventArgs : EventArgs 18 | { 19 | /// 20 | /// Message, describing reason of failure. 21 | /// 22 | public string Message { get; set; } 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /mobileads-mintegral-mediation/Assets/YandexMobileAds/Editor/MobileadsMintegralMediationDependencies.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://maven.google.com/ 6 | https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea 7 | 8 | 9 | 10 | 11 | 12 | 13 | https://github.com/CocoaPods/Specs 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/Android/yandex-ads-unity-plugin.aar.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec320cdb02f1b40b087218fd6e4ae2d9 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Android: Android 15 | second: 16 | enabled: 1 17 | settings: {} 18 | - first: 19 | Any: 20 | second: 21 | enabled: 0 22 | settings: {} 23 | - first: 24 | Editor: Editor 25 | second: 26 | enabled: 0 27 | settings: 28 | DefaultValueInitialized: true 29 | userData: 30 | assetBundleName: 31 | assetBundleVariant: 32 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/Gender.cs: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for Unity (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | namespace YandexMobileAds.Base 11 | { 12 | /// 13 | /// The gender of the user. 14 | /// 15 | public static class Gender 16 | { 17 | /// 18 | /// Male. 19 | /// 20 | public const string MALE = "male"; 21 | 22 | /// 23 | /// Female. 24 | /// 25 | public const string FEMALE = "female"; 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/AppStateChangedEventArgs.cs: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for Unity (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | using System; 11 | 12 | namespace YandexMobileAds.Base 13 | { 14 | /// 15 | /// Represents an event, that occurs when the state of the app has changed. 16 | /// 17 | public class AppStateChangedEventArgs : EventArgs 18 | { 19 | /// 20 | /// Is the app in the background. 21 | /// 22 | public bool IsInBackground { get; set; } 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityInterstitialAdLoaderTypes.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | /* 4 | * This file is a part of the Yandex Advertising Network 5 | * 6 | * Version for iOS (C) 2023 YANDEX 7 | * 8 | * You may not use this file except in compliance with the License. 9 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 10 | */ 11 | #import "YMAUnityInterstitialTypes.h" 12 | 13 | typedef const void* YMAUnityInterstitialAdLoaderClientRef; 14 | 15 | typedef void (*YMAUnityInterstitialDidLoadAdCallback)(YMAUnityInterstitialAdLoaderClientRef* interstitialLoaderClient, char* interstitialAdObjectID); 16 | typedef void (*YMAUnityInterstitialDidFailToLoadAdCallback)(YMAUnityInterstitialAdLoaderClientRef* interstitialLoaderClient, char* adUnitId, char* error); 17 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityBanner.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 89edeeeb5b68c43afb08b58bdc0635cf 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityBanner.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72e10b6f8a335463ba89c2528a85a582 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityAdPosition.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7aeb115dde6184dad968a4a6adf4f84b 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityBannerTypes.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99d79571d01104c75b4ec1016e10acaa 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityListBridge.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72d691f66a8ab4dbcad59a253b897873 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityRewardedAd.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2b6b82d7cf5294044b0e64ca6b17b7a4 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityRewardedAd.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5a71b5f25e9a54163b379b00bdba0b2d 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-google-mediation/Assets/YandexMobileAds/Editor/MobileadsGoogleMediationDependencies.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | https://maven.google.com/ 8 | 9 | 10 | 11 | 12 | 13 | 14 | https://github.com/CocoaPods/Specs 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/Android/YandexMobileAdsPlugin.androidlib.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6956504b8be5144db93c0a6c81c7c2a3 3 | folderAsset: yes 4 | PluginImporter: 5 | externalObjects: {} 6 | serializedVersion: 2 7 | iconMap: {} 8 | executionOrder: {} 9 | defineConstraints: [] 10 | isPreloaded: 0 11 | isOverridable: 0 12 | isExplicitlyReferenced: 0 13 | platformData: 14 | - first: 15 | Android: Android 16 | second: 17 | enabled: 1 18 | settings: {} 19 | - first: 20 | Any: 21 | second: 22 | enabled: 0 23 | settings: {} 24 | - first: 25 | Editor: Editor 26 | second: 27 | enabled: 0 28 | settings: 29 | DefaultValueInitialized: true 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityAdRequestBridge.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2050da0450799421cbe391aed8749d11 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityBannerBridge.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d7415549a5cae4d85994e8dd45039780 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityDictionaryBridge.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 29c34152d30434bbca2fe41234aa21d6 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityLocationBridge.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 51d7b97cb11064ac19ab94098dfef0da 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityMobileAdsBridge.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 97f3a33d6d8834839899654e3f17517d 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityNumberFormatter.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 85def273a5d6d47059b53ead6f51b853 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityNumberFormatter.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c6cbc926395d48a18f0e30f6c7d4da7 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityObjectBridge.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b7be4edc2755344f3afc4151922a0c83 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityObjectIDProvider.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: add5e870003e545f78212c1446348467 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityObjectIDProvider.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 161b7caf7430345ee935f70f32ca9bbb 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityObjectsStorage.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08d374413734244ebbc08135d51c3f52 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityObjectsStorage.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 35cfb251899754823a9c8832fcee0150 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityRewardedAdBridge.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1bdbe8ae52513464bb64ca3d0e5fae59 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityRewardedAdLoader.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2517b7323021941d79556388a88cc14d 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityRewardedAdLoader.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bb52a98be41ba464baf6ce4711611aa1 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityRewardedAdTypes.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2e89d4ca9b07a41cf82f60d021d62ca6 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityScreenBridge.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c5bf8b984c9f047e080ce67ba94479c7 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityStringConverter.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fc9e3b6c8a47d4b7ab82cf33cd36d4df 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityStringConverter.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9243049d4086941348799a78374446d3 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityInterstitialAdLoader.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d1e46a2053bf345c4b8fb3af50b10b38 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityInterstitialAdLoader.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d9bb792354f2847909d560e545122b84 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityRewardedAdLoaderTypes.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 85cd43b66a196491e9dfb62eb3fee304 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityInterstitialAdLoaderBridge.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f0d91856e425f4aea91bfc9e2ab6dc1f 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityInterstitialAdLoaderTypes.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 54cd4ebae64c84f5daefb87bf8078a04 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityRewardedAdLoaderBridge.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5952f20c986984791b9c1c0610328a97 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | - first: 25 | iPhone: iOS 26 | second: 27 | enabled: 1 28 | settings: 29 | AddToEmbeddedBinaries: false 30 | userData: 31 | assetBundleName: 32 | assetBundleVariant: 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityAdInfoBridge.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5a67f2ab545814cd3b851cc54eea9f96 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | validateReferences: 1 13 | platformData: 14 | - first: 15 | Any: 16 | second: 17 | enabled: 0 18 | settings: {} 19 | - first: 20 | Editor: Editor 21 | second: 22 | enabled: 0 23 | settings: 24 | DefaultValueInitialized: true 25 | - first: 26 | iPhone: iOS 27 | second: 28 | enabled: 1 29 | settings: 30 | AddToEmbeddedBinaries: false 31 | userData: 32 | assetBundleName: 33 | assetBundleVariant: 34 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityAdSizeBridge.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eeca6361302d74559953705aa601956b 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | validateReferences: 1 13 | platformData: 14 | - first: 15 | Any: 16 | second: 17 | enabled: 0 18 | settings: {} 19 | - first: 20 | Editor: Editor 21 | second: 22 | enabled: 0 23 | settings: 24 | DefaultValueInitialized: true 25 | - first: 26 | iPhone: iOS 27 | second: 28 | enabled: 1 29 | settings: 30 | AddToEmbeddedBinaries: false 31 | userData: 32 | assetBundleName: 33 | assetBundleVariant: 34 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityAppOpenAd.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ccd437b4d3424947b5db8f626f489fa 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | validateReferences: 1 13 | platformData: 14 | - first: 15 | Any: 16 | second: 17 | enabled: 0 18 | settings: {} 19 | - first: 20 | Editor: Editor 21 | second: 22 | enabled: 0 23 | settings: 24 | DefaultValueInitialized: true 25 | - first: 26 | iPhone: iOS 27 | second: 28 | enabled: 1 29 | settings: 30 | AddToEmbeddedBinaries: false 31 | userData: 32 | assetBundleName: 33 | assetBundleVariant: 34 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityAppOpenAd.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fcf877e589ada436a884e7f46327925b 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | validateReferences: 1 13 | platformData: 14 | - first: 15 | Any: 16 | second: 17 | enabled: 0 18 | settings: {} 19 | - first: 20 | Editor: Editor 21 | second: 22 | enabled: 0 23 | settings: 24 | DefaultValueInitialized: true 25 | - first: 26 | iPhone: iOS 27 | second: 28 | enabled: 1 29 | settings: 30 | AddToEmbeddedBinaries: false 31 | userData: 32 | assetBundleName: 33 | assetBundleVariant: 34 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityAppOpenAdBridge.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ba96c228153604c4a9943d6509d66ab3 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | validateReferences: 1 13 | platformData: 14 | - first: 15 | Any: 16 | second: 17 | enabled: 0 18 | settings: {} 19 | - first: 20 | Editor: Editor 21 | second: 22 | enabled: 0 23 | settings: 24 | DefaultValueInitialized: true 25 | - first: 26 | iPhone: iOS 27 | second: 28 | enabled: 1 29 | settings: 30 | AddToEmbeddedBinaries: false 31 | userData: 32 | assetBundleName: 33 | assetBundleVariant: 34 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityAppOpenAdLoader.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8530a2a42d7894e298ea6b1d630a7c51 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | validateReferences: 1 13 | platformData: 14 | - first: 15 | Any: 16 | second: 17 | enabled: 0 18 | settings: {} 19 | - first: 20 | Editor: Editor 21 | second: 22 | enabled: 0 23 | settings: 24 | DefaultValueInitialized: true 25 | - first: 26 | iPhone: iOS 27 | second: 28 | enabled: 1 29 | settings: 30 | AddToEmbeddedBinaries: false 31 | userData: 32 | assetBundleName: 33 | assetBundleVariant: 34 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityAppOpenAdLoader.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a1ced18cdb6142589654f9f601b89db 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | validateReferences: 1 13 | platformData: 14 | - first: 15 | Any: 16 | second: 17 | enabled: 0 18 | settings: {} 19 | - first: 20 | Editor: Editor 21 | second: 22 | enabled: 0 23 | settings: 24 | DefaultValueInitialized: true 25 | - first: 26 | iPhone: iOS 27 | second: 28 | enabled: 1 29 | settings: 30 | AddToEmbeddedBinaries: false 31 | userData: 32 | assetBundleName: 33 | assetBundleVariant: 34 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityAppOpenAdTypes.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bac7b966062db4e2f852cc0e964c7441 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | validateReferences: 1 13 | platformData: 14 | - first: 15 | Any: 16 | second: 17 | enabled: 0 18 | settings: {} 19 | - first: 20 | Editor: Editor 21 | second: 22 | enabled: 0 23 | settings: 24 | DefaultValueInitialized: true 25 | - first: 26 | iPhone: iOS 27 | second: 28 | enabled: 1 29 | settings: 30 | AddToEmbeddedBinaries: false 31 | userData: 32 | assetBundleName: 33 | assetBundleVariant: 34 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/ListBridge.cs: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for iOS (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | using System.Runtime.InteropServices; 11 | 12 | namespace YandexMobileAds.Platforms.iOS 13 | { 14 | #if (UNITY_5 && UNITY_IOS) || UNITY_IPHONE 15 | 16 | internal class ListBridge 17 | { 18 | [DllImport("__Internal")] 19 | internal static extern string YMAUnityCreateList(); 20 | 21 | [DllImport("__Internal")] 22 | internal static extern void YMAUnityAddToList( 23 | string objectId, string value); 24 | } 25 | 26 | #endif 27 | } 28 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityAppOpenAdLoaderBridge.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8d807f3202740481dbaf10a5fdde64f3 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | validateReferences: 1 13 | platformData: 14 | - first: 15 | Any: 16 | second: 17 | enabled: 0 18 | settings: {} 19 | - first: 20 | Editor: Editor 21 | second: 22 | enabled: 0 23 | settings: 24 | DefaultValueInitialized: true 25 | - first: 26 | iPhone: iOS 27 | second: 28 | enabled: 1 29 | settings: 30 | AddToEmbeddedBinaries: false 31 | userData: 32 | assetBundleName: 33 | assetBundleVariant: 34 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityAppOpenAdLoaderTypes.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce313147f13404de28572fa0de2f9ea9 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | validateReferences: 1 13 | platformData: 14 | - first: 15 | Any: 16 | second: 17 | enabled: 0 18 | settings: {} 19 | - first: 20 | Editor: Editor 21 | second: 22 | enabled: 0 23 | settings: 24 | DefaultValueInitialized: true 25 | - first: 26 | iPhone: iOS 27 | second: 28 | enabled: 1 29 | settings: 30 | AddToEmbeddedBinaries: false 31 | userData: 32 | assetBundleName: 33 | assetBundleVariant: 34 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityBannerAdSizeBridge.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 94b1d263a33ef4c59a998351bb7c1039 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | validateReferences: 1 13 | platformData: 14 | - first: 15 | Any: 16 | second: 17 | enabled: 0 18 | settings: {} 19 | - first: 20 | Editor: Editor 21 | second: 22 | enabled: 0 23 | settings: 24 | DefaultValueInitialized: true 25 | - first: 26 | iPhone: iOS 27 | second: 28 | enabled: 1 29 | settings: 30 | AddToEmbeddedBinaries: false 31 | userData: 32 | assetBundleName: 33 | assetBundleVariant: 34 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/GenericEventArgs.cs: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for Unity (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | using System; 11 | 12 | namespace YandexMobileAds.Base 13 | { 14 | /// 15 | /// Represents a generic event args with a value. 16 | /// 17 | /// type of value held by this 18 | internal class GenericEventArgs : EventArgs 19 | { 20 | /// 21 | /// Value, held by this . 22 | /// 23 | public T Value { get; set; } 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/RewardedAdLoadedEventArgs.cs: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for Unity (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | using System; 11 | 12 | namespace YandexMobileAds.Base 13 | { 14 | /// 15 | /// Represents an event, that occurs when a was loaded successfuly. 16 | /// 17 | public class RewardedAdLoadedEventArgs : EventArgs 18 | { 19 | /// 20 | /// A loaded . 21 | /// 22 | public RewardedAd RewardedAd { get; set; } 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/AdSizeBridge.cs: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for iOS (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | using System.Runtime.InteropServices; 11 | 12 | namespace YandexMobileAds.Platforms.iOS 13 | { 14 | #if (UNITY_5 && UNITY_IOS) || UNITY_IPHONE 15 | 16 | internal class AdSizeBridge 17 | { 18 | [DllImport("__Internal")] 19 | internal static extern double YMAUnityAdSizeGetWidth(string adSizeObjectId); 20 | 21 | [DllImport("__Internal")] 22 | internal static extern double YMAUnityAdSizeGetHeight(string adSizeObjectId); 23 | } 24 | 25 | #endif 26 | } 27 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityAdRequestConfigurationBridge.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a74134140d8364228bd84a0562706c0b 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | validateReferences: 1 13 | platformData: 14 | - first: 15 | Any: 16 | second: 17 | enabled: 0 18 | settings: {} 19 | - first: 20 | Editor: Editor 21 | second: 22 | enabled: 0 23 | settings: 24 | DefaultValueInitialized: true 25 | - first: 26 | iPhone: iOS 27 | second: 28 | enabled: 1 29 | settings: 30 | AddToEmbeddedBinaries: false 31 | userData: 32 | assetBundleName: 33 | assetBundleVariant: 34 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/AdInfoBridge.cs: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for iOS (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | using System.Runtime.InteropServices; 11 | 12 | namespace YandexMobileAds.Platforms.iOS 13 | { 14 | #if (UNITY_5 && UNITY_IOS) || UNITY_IPHONE 15 | 16 | internal class AdInfoBridge 17 | { 18 | [DllImport("__Internal")] 19 | internal static extern string YMAUnityAdInfoGetAdUnitId(string adInfoObjectId); 20 | 21 | [DllImport("__Internal")] 22 | internal static extern string YMAUnityAdInfoGetAdSize(string adInfoObjectId); 23 | } 24 | 25 | #endif 26 | } 27 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/AdError.cs: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for Unity (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | using System; 11 | 12 | namespace YandexMobileAds.Base 13 | { 14 | /// 15 | /// Represents error, that occurs when ad fails to perform action. 16 | /// 17 | public class AdError 18 | { 19 | /// 20 | /// Message, describing reason of failure. 21 | /// 22 | public string Message { get; private set; } 23 | 24 | public AdError(string message) 25 | { 26 | this.Message = message; 27 | } 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/InterstitialAdLoadedEventArgs.cs: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for Unity (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | using System; 11 | 12 | namespace YandexMobileAds.Base 13 | { 14 | /// 15 | /// Represents an event, that occurs when an was loaded successfuly. 16 | /// 17 | public class InterstitialAdLoadedEventArgs : EventArgs 18 | { 19 | /// 20 | /// A loaded . 21 | /// 22 | public Interstitial Interstitial { get; set; } 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/ImpressionData.cs: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for Unity (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | using System; 11 | 12 | namespace YandexMobileAds.Base 13 | { 14 | /// 15 | /// Represents impression-level revenue data. 16 | /// 17 | public class ImpressionData : EventArgs 18 | { 19 | /// 20 | /// A raw impression-level revenue data, string with json. 21 | /// 22 | public readonly string rawData; 23 | 24 | public ImpressionData(string rawData){ 25 | this.rawData = rawData; 26 | } 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityMobileAdsBridge.m: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for iOS (C) 2024 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | #import 11 | 12 | void YMAUnitySetUserConsent(bool consent) 13 | { 14 | [YMAMobileAds setUserConsent:consent]; 15 | } 16 | 17 | void YMAUnitySetLocationConsent(bool consent) 18 | { 19 | [YMAMobileAds setLocationTrackingEnabled:consent]; 20 | } 21 | 22 | void YMAUnitySetAgeRestrictedUser(bool ageRestrictedUser) 23 | { 24 | [YMAMobileAds setAgeRestrictedUser:ageRestrictedUser]; 25 | } 26 | 27 | void YMAUnityShowDebugPanel(void) 28 | { 29 | [YMAMobileAds showDebugPanel]; 30 | } 31 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/AppOpenAdLoadedEventArgs.cs: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for Unity (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | using System; 11 | using YandexMobileAds.Common; 12 | 13 | namespace YandexMobileAds.Base 14 | { 15 | /// 16 | /// Represents an event, that occurs when an was loaded successfuly. 17 | /// 18 | public class AppOpenAdLoadedEventArgs : EventArgs 19 | { 20 | /// 21 | /// A loaded . 22 | /// 23 | public AppOpenAd AppOpenAd { get; set; } 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Platforms/iOS/DictionaryBridge.cs: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for iOS (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | using System.Runtime.InteropServices; 11 | 12 | namespace YandexMobileAds.Platforms.iOS 13 | { 14 | #if (UNITY_5 && UNITY_IOS) || UNITY_IPHONE 15 | 16 | internal class DictionaryBridge 17 | { 18 | [DllImport("__Internal")] 19 | internal static extern string YMAUnityCreateDictionary(); 20 | 21 | [DllImport("__Internal")] 22 | internal static extern void YMAUnitySetDictionaryValue( 23 | string objectId, string key, string value); 24 | } 25 | 26 | #endif 27 | } 28 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityInterstitial.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a269a6f5224b4cf9aed28b2faf931ed 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | validateReferences: 1 13 | platformData: 14 | - first: 15 | Any: 16 | second: 17 | enabled: 0 18 | settings: {} 19 | - first: 20 | Editor: Editor 21 | second: 22 | enabled: 0 23 | settings: 24 | DefaultValueInitialized: true 25 | - first: 26 | iPhone: iOS 27 | second: 28 | enabled: 1 29 | settings: {} 30 | - first: 31 | tvOS: tvOS 32 | second: 33 | enabled: 1 34 | settings: {} 35 | userData: 36 | assetBundleName: 37 | assetBundleVariant: 38 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityInterstitialBridge.m.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 379710b5fd4fd4607a0385f7ea8f762e 3 | PluginImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | iconMap: {} 7 | executionOrder: {} 8 | defineConstraints: [] 9 | isPreloaded: 0 10 | isOverridable: 0 11 | isExplicitlyReferenced: 0 12 | validateReferences: 1 13 | platformData: 14 | - first: 15 | Any: 16 | second: 17 | enabled: 0 18 | settings: {} 19 | - first: 20 | Editor: Editor 21 | second: 22 | enabled: 0 23 | settings: 24 | DefaultValueInitialized: true 25 | - first: 26 | iPhone: iOS 27 | second: 28 | enabled: 1 29 | settings: {} 30 | - first: 31 | tvOS: tvOS 32 | second: 33 | enabled: 1 34 | settings: {} 35 | userData: 36 | assetBundleName: 37 | assetBundleVariant: 38 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Common/IAppStateObserverClient.cs: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for Unity (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | using System; 11 | using YandexMobileAds.Base; 12 | 13 | namespace YandexMobileAds.Common 14 | { 15 | internal interface IAppStateObserverClient 16 | { 17 | /// 18 | /// Event fired when the app state has been changed. 19 | /// 20 | event EventHandler OnAppStateChanged; 21 | 22 | /// 23 | /// Clear all subscribers and destroys the . 24 | /// 25 | void Destroy(); 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/AdFailedToLoadEventArgs.cs: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for Unity (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | using System; 11 | 12 | namespace YandexMobileAds.Base 13 | { 14 | /// 15 | /// Represents event, that occurs when AdLoader fails to load an ad. 16 | /// 17 | public class AdFailedToLoadEventArgs : EventArgs 18 | { 19 | /// 20 | /// Message, describing reason of the failure. 21 | /// 22 | public string Message { get; set; } 23 | 24 | /// 25 | /// AdUnitId of the requested Ad. 26 | /// 27 | public string AdUnitId { get; set; } 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/AdSize.cs: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for Unity (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | namespace YandexMobileAds.Base 11 | { 12 | /// 13 | /// This class represents the size of the ad. 14 | /// 15 | public class AdSize 16 | { 17 | public int Width { get; private set; } 18 | 19 | public int Height { get; private set; } 20 | 21 | internal AdSize(int width, int height) 22 | { 23 | Width = width; 24 | Height = height; 25 | } 26 | 27 | override public string ToString() 28 | { 29 | return $"AdSize(Width={Width}, Height={Height})"; 30 | } 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityAppOpenAdLoader.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | /* 4 | * This file is a part of the Yandex Advertising Network 5 | * 6 | * Version for iOS (C) 2023 YANDEX 7 | * 8 | * You may not use this file except in compliance with the License. 9 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 10 | */ 11 | 12 | #import 13 | #import "YMAUnityAppOpenAdLoaderTypes.h" 14 | 15 | @class YMAAdRequestConfiguration; 16 | 17 | @interface YMAUnityAppOpenAdLoader: NSObject 18 | 19 | - (instancetype)initWithClientRef:(YMAUnityAppOpenAdLoaderClientRef*)clientRef; 20 | 21 | @property(nonatomic, assign) YMAUnityAppOpenDidLoadAdCallback didLoadAdCallback; 22 | @property(nonatomic, assign) YMAUnityAppOpenDidFailToLoadAdCallback didFailToLoadAdCallback; 23 | 24 | - (void)loadWithRequestConfiguration:(YMAAdRequestConfiguration*)adRequestConfiguration; 25 | - (void)cancelLoading; 26 | 27 | @end 28 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityRewardedAdLoader.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | /* 4 | * This file is a part of the Yandex Advertising Network 5 | * 6 | * Version for iOS (C) 2023 YANDEX 7 | * 8 | * You may not use this file except in compliance with the License. 9 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 10 | */ 11 | 12 | #import 13 | #import "YMAUnityRewardedAdLoaderTypes.h" 14 | 15 | @class YMAAdRequestConfiguration; 16 | 17 | @interface YMAUnityRewardedAdLoader: NSObject 18 | 19 | - (instancetype)initWithClientRef:(YMAUnityRewardedAdLoaderClientRef*)clientRef; 20 | 21 | @property(nonatomic, assign) YMAUnityRewardedDidLoadAdCallback didLoadAdCallback; 22 | @property(nonatomic, assign) YMAUnityRewardedDidFailToLoadAdCallback didFailToLoadAdCallback; 23 | 24 | - (void)loadWithRequestConfiguration:(YMAAdRequestConfiguration*)adRequestConfiguration; 25 | - (void)cancelLoading; 26 | 27 | @end 28 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/Plugins/iOS/YMAUnityAdSizeBridge.m: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for iOS (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | #import 11 | #import "YMAUnityObjectsStorage.h" 12 | 13 | double YMAUnityAdSizeGetWidth(char *adSizeObjectID) 14 | { 15 | YMAUnityObjectsStorage *objectStorage = [YMAUnityObjectsStorage sharedInstance]; 16 | YMAAdSize *adSize = [objectStorage objectWithID:adSizeObjectID]; 17 | 18 | return [adSize width]; 19 | } 20 | 21 | double YMAUnityAdSizeGetHeight(char *adSizeObjectID) 22 | { 23 | YMAUnityObjectsStorage *objectStorage = [YMAUnityObjectsStorage sharedInstance]; 24 | YMAAdSize *adSize = [objectStorage objectWithID:adSizeObjectID]; 25 | 26 | return [adSize height]; 27 | } 28 | -------------------------------------------------------------------------------- /mobileads-sdk/Assets/YandexMobileAds/Base/Reward.cs: -------------------------------------------------------------------------------- 1 | /* 2 | * This file is a part of the Yandex Advertising Network 3 | * 4 | * Version for Unity (C) 2023 YANDEX 5 | * 6 | * You may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at https://legal.yandex.com/partner_ch/ 8 | */ 9 | 10 | using System; 11 | 12 | namespace YandexMobileAds.Base 13 | { 14 | /// 15 | /// Represents reward given to the user. 16 | /// 17 | public class Reward : EventArgs 18 | { 19 | /// 20 | /// Amount rewarded to the user 21 | /// 22 | public readonly int amount; 23 | 24 | /// 25 | /// Type of the reward. 26 | /// 27 | public readonly string type; 28 | 29 | public Reward(int amount, string type){ 30 | this.amount = amount; 31 | this.type = type; 32 | } 33 | } 34 | } 35 | --------------------------------------------------------------------------------