From 49d45b07d2b0cda670f44b5dfecc695c604a2b05 Mon Sep 17 00:00:00 2001 From: Mobile Ads Developer Relations Date: Tue, 20 Aug 2024 20:31:49 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 665660106 --- mediation/DTExchange/CHANGELOG.md | 159 -------------- mediation/DTExchange/CHANGELOG.md.meta | 7 - mediation/DTExchange/LICENSE | 202 ------------------ mediation/DTExchange/LICENSE.meta | 7 - mediation/DTExchange/README.md | 8 - mediation/DTExchange/README.md.meta | 7 - mediation/DTExchange/build.gradle | 99 --------- mediation/DTExchange/build.gradle.meta | 7 - mediation/DTExchange/package.json | 21 -- mediation/DTExchange/package.json.meta | 7 - mediation/DTExchange/source.meta | 8 - mediation/DTExchange/source/plugin.meta | 8 - .../DTExchange/source/plugin/Assets.meta | 8 - .../source/plugin/Assets/GoogleMobileAds.meta | 8 - .../Assets/GoogleMobileAds/Mediation.meta | 8 - .../GoogleMobileAds/Mediation/DTExchange.meta | 8 - .../Mediation/DTExchange/Api.meta | 8 - .../Mediation/DTExchange/Api/DTExchange.cs | 90 -------- .../DTExchange/Api/DTExchange.cs.meta | 11 - ...eMobileAds.Mediation.DTExchange.Api.asmdef | 19 -- ...leAds.Mediation.DTExchange.Api.asmdef.meta | 7 - .../Mediation/DTExchange/Common.meta | 8 - ...bileAds.Mediation.DTExchange.Common.asmdef | 14 -- ...ds.Mediation.DTExchange.Common.asmdef.meta | 7 - .../DTExchange/Common/IDTExchangeClient.cs | 26 --- .../Common/IDTExchangeClient.cs.meta | 11 - .../DTExchange/Common/PlaceholderClient.cs | 52 ----- .../Common/PlaceholderClient.cs.meta | 11 - .../Mediation/DTExchange/Editor.meta | 8 - .../DTExchangeMediationDependencies.xml | 30 --- .../DTExchangeMediationDependencies.xml.meta | 7 - .../Mediation/DTExchange/Platforms.meta | 8 - .../DTExchange/Platforms/Android.meta | 8 - .../Platforms/Android/DTExchangeClient.cs | 75 ------- .../Android/DTExchangeClient.cs.meta | 11 - ...ileAds.Mediation.DTExchange.Android.asmdef | 19 -- ...s.Mediation.DTExchange.Android.asmdef.meta | 7 - .../DTExchange/Platforms/Mediation.meta | 8 - .../Mediation/DTExchangeClientFactory.cs | 34 --- .../Mediation/DTExchangeClientFactory.cs.meta | 11 - ...eAds.Mediation.DTExchange.Mediation.asmdef | 22 -- ...Mediation.DTExchange.Mediation.asmdef.meta | 7 - .../Mediation/DTExchange/Platforms/iOS.meta | 8 - .../Platforms/iOS/DTExchangeClient.cs | 61 ------ .../Platforms/iOS/DTExchangeClient.cs.meta | 11 - .../DTExchange/Platforms/iOS/Externs.cs | 41 ---- .../DTExchange/Platforms/iOS/Externs.cs.meta | 11 - ...eMobileAds.Mediation.DTExchange.iOS.asmdef | 19 -- ...leAds.Mediation.DTExchange.iOS.asmdef.meta | 7 - .../Mediation/DTExchange/Plugins.meta | 8 - .../Mediation/DTExchange/Plugins/iOS.meta | 8 - .../Plugins/iOS/GADUMDTExchangeInterface.m | 33 --- .../iOS/GADUMDTExchangeInterface.m.meta | 33 --- 53 files changed, 1331 deletions(-) delete mode 100644 mediation/DTExchange/CHANGELOG.md delete mode 100644 mediation/DTExchange/CHANGELOG.md.meta delete mode 100644 mediation/DTExchange/LICENSE delete mode 100644 mediation/DTExchange/LICENSE.meta delete mode 100644 mediation/DTExchange/README.md delete mode 100644 mediation/DTExchange/README.md.meta delete mode 100644 mediation/DTExchange/build.gradle delete mode 100644 mediation/DTExchange/build.gradle.meta delete mode 100644 mediation/DTExchange/package.json delete mode 100644 mediation/DTExchange/package.json.meta delete mode 100644 mediation/DTExchange/source.meta delete mode 100644 mediation/DTExchange/source/plugin.meta delete mode 100644 mediation/DTExchange/source/plugin/Assets.meta delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds.meta delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation.meta delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange.meta delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Api.meta delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Api/DTExchange.cs delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Api/DTExchange.cs.meta delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Api/GoogleMobileAds.Mediation.DTExchange.Api.asmdef delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Api/GoogleMobileAds.Mediation.DTExchange.Api.asmdef.meta delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common.meta delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common/GoogleMobileAds.Mediation.DTExchange.Common.asmdef delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common/GoogleMobileAds.Mediation.DTExchange.Common.asmdef.meta delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common/IDTExchangeClient.cs delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common/IDTExchangeClient.cs.meta delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common/PlaceholderClient.cs delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common/PlaceholderClient.cs.meta delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Editor.meta delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Editor/DTExchangeMediationDependencies.xml delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Editor/DTExchangeMediationDependencies.xml.meta delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms.meta delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Android.meta delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Android/DTExchangeClient.cs delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Android/DTExchangeClient.cs.meta delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Android/GoogleMobileAds.Mediation.DTExchange.Android.asmdef delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Android/GoogleMobileAds.Mediation.DTExchange.Android.asmdef.meta delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Mediation.meta delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Mediation/DTExchangeClientFactory.cs delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Mediation/DTExchangeClientFactory.cs.meta delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Mediation/GoogleMobileAds.Mediation.DTExchange.Mediation.asmdef delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Mediation/GoogleMobileAds.Mediation.DTExchange.Mediation.asmdef.meta delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS.meta delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS/DTExchangeClient.cs delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS/DTExchangeClient.cs.meta delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS/Externs.cs delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS/Externs.cs.meta delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS/GoogleMobileAds.Mediation.DTExchange.iOS.asmdef delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS/GoogleMobileAds.Mediation.DTExchange.iOS.asmdef.meta delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Plugins.meta delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Plugins/iOS.meta delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Plugins/iOS/GADUMDTExchangeInterface.m delete mode 100644 mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Plugins/iOS/GADUMDTExchangeInterface.m.meta diff --git a/mediation/DTExchange/CHANGELOG.md b/mediation/DTExchange/CHANGELOG.md deleted file mode 100644 index 1914c13f6..000000000 --- a/mediation/DTExchange/CHANGELOG.md +++ /dev/null @@ -1,159 +0,0 @@ -## DT Exchange Unity Mediation Plugin Changelog - -#### [Version 3.3.0](https://dl.google.com/googleadmobadssdk/mediation/unity/dtexchange/DTExchangeUnityAdapter-3.3.0.zip) -- Renamed `DummyClient` to `PlaceholderClient`. -- Supports [DT Exchange Android adapter version 8.3.0.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-8300). -- Supports [DT Exchange iOS adapter version 8.3.1.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-8310). -- Built and tested with the Google Mobile Ads Unity Plugin version 9.2.0. - -#### [Version 3.2.1](https://dl.google.com/googleadmobadssdk/mediation/unity/dtexchange/DTExchangeUnityAdapter-3.2.1.zip) -- Supports [DT Exchange Android adapter version 8.2.7.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-8270). -- Supports [DT Exchange iOS adapter version 8.3.1.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-8310). -- Built and tested with the Google Mobile Ads Unity Plugin version 9.1.1. - -#### [Version 3.2.0](https://dl.google.com/googleadmobadssdk/mediation/unity/dtexchange/DTExchangeUnityAdapter-3.2.0.zip) -- Supports [DT Exchange Android adapter version 8.2.7.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-8270). -- Supports [DT Exchange iOS adapter version 8.3.0.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-8300). -- Built and tested with the Google Mobile Ads Unity Plugin version 9.1.0. - -#### [Version 3.1.12](https://dl.google.com/googleadmobadssdk/mediation/unity/dtexchange/DTExchangeUnityAdapter-3.1.12.zip) -- Supports [DT Exchange Android adapter version 8.2.7.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-8270). -- Supports [DT Exchange iOS adapter version 8.2.8.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-8280). -- Built and tested with the Google Mobile Ads Unity Plugin version 9.1.0. - -#### [Version 3.1.11](https://dl.google.com/googleadmobadssdk/mediation/unity/dtexchange/DTExchangeUnityAdapter-3.1.11.zip) -- Supports [DT Exchange Android adapter version 8.2.7.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-8270). -- Supports [DT Exchange iOS adapter version 8.2.7.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-8270). -- Built and tested with the Google Mobile Ads Unity Plugin version 9.1.0. - -#### [Version 3.1.10](https://dl.google.com/googleadmobadssdk/mediation/unity/dtexchange/DTExchangeUnityAdapter-3.1.10.zip) -- Supports [DT Exchange Android adapter version 8.2.6.1](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-8261). -- Supports [DT Exchange iOS adapter version 8.2.7.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-8270). -- Built and tested with the Google Mobile Ads Unity Plugin version 9.0.0. - -#### [Version 3.1.8](https://dl.google.com/googleadmobadssdk/mediation/unity/dtexchange/DTExchangeUnityAdapter-3.1.8.zip) -- Supports [DT Exchange Android adapter version 8.2.5.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-8250). -- Supports [DT Exchange iOS adapter version 8.2.6.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-8260). -- Built and tested with the Google Mobile Ads Unity Plugin version 8.6.0. - -#### [Version 3.1.7](https://dl.google.com/googleadmobadssdk/mediation/unity/dtexchange/DTExchangeUnityAdapter-3.1.7.zip) -- Supports [DT Exchange Android adapter version 8.2.4.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-8240). -- Supports [DT Exchange iOS adapter version 8.2.4.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-8240). -- Built and tested with the Google Mobile Ads Unity Plugin version 8.5.2. - -#### [Version 3.1.6](https://dl.google.com/googleadmobadssdk/mediation/unity/dtexchange/DTExchangeUnityAdapter-3.1.6.zip) -- Supports [DT Exchange Android adapter version 8.2.3.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-8230). -- Supports [DT Exchange iOS adapter version 8.2.3.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-8230). -- Built and tested with the Google Mobile Ads Unity Plugin version 8.4.1. - -#### [Version 3.1.5](https://dl.google.com/googleadmobadssdk/mediation/unity/dtexchange/DTExchangeUnityAdapter-3.1.5.zip) -- Moved adapter content to `GoogleMobileAds/Mediation/DTExchange/`. -- Refactored adapter namespace to use `GoogleMobileAds.Mediation.DTExchange`. -- Supports [DT Exchange Android adapter version 8.2.3.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-8230). -- Supports [DT Exchange iOS adapter version 8.2.1.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-8210). -- Built and tested with the Google Mobile Ads Unity Plugin version 8.1.0. - -#### [Version 3.1.4](https://dl.google.com/googleadmobadssdk/mediation/unity/dtexchange/DTExchangeUnityAdapter-3.1.4.zip) -- Supports [DT Exchange Android adapter version 8.2.2.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-8220). -- Supports [DT Exchange iOS adapter version 8.1.9.1](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-8191). -- Built and tested with the Google Mobile Ads Unity Plugin version 7.4.1. - -#### [Version 3.1.3](https://dl.google.com/googleadmobadssdk/mediation/unity/dtexchange/DTExchangeUnityAdapter-3.1.3.zip) -- Supports [DT Exchange Android adapter version 8.2.1.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-8210). -- Supports [DT Exchange iOS adapter version 8.1.9.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-8190). -- Built and tested with the Google Mobile Ads Unity Plugin version 7.4.0. - -#### [Version 3.1.2](https://dl.google.com/googleadmobadssdk/mediation/unity/dtexchange/DTExchangeUnityAdapter-3.1.2.zip) -- Rebranded Unity mediation plugin name to "DT Exchange". -- Renamed the `GoogleMobileAds.Api.Mediation.Fyber.Fyber` class to `GoogleMobileAds.Api.Mediation.DTExchange.DTExchange`. -- Supports [DT Exchange Android adapter version 8.2.1.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-8210). -- Supports [DT Exchange iOS adapter version 8.1.7.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-8170). -- Built and tested with the Google Mobile Ads Unity Plugin version 7.3.1. - -#### [Version 3.1.1](https://dl.google.com/googleadmobadssdk/mediation/unity/fyber/FyberUnityAdapter-3.1.1.zip) -- Added the following methods to the `Fyber` class: - * `SetCCPAString(string)` - * `ClearCCPAString()` -- Supports [Fyber Android adapter version 8.2.0.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-8200). -- Supports [Fyber iOS adapter version 8.1.6.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-8160). -- Built and tested with the Google Mobile Ads Unity Plugin version 7.3.0. - -#### [Version 3.1.0](https://dl.google.com/googleadmobadssdk/mediation/unity/fyber/FyberUnityAdapter-3.1.0.zip) -- Supports [Fyber Android adapter version 8.2.0.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-8200). -- Supports [Fyber iOS adapter version 8.1.5.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-8150). -- Built and tested with the Google Mobile Ads Unity Plugin version 7.2.0. - -#### [Version 3.0.2](https://dl.google.com/googleadmobadssdk/mediation/unity/fyber/FyberUnityAdapter-3.0.2.zip) -- Supports [Fyber Android adapter version 8.1.3.1](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-8131). -- Supports [Fyber iOS adapter version 8.1.5.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-8150). -- Built and tested with the Google Mobile Ads Unity Plugin version 7.0.2. - -#### [Version 3.0.1](https://dl.google.com/googleadmobadssdk/mediation/unity/fyber/FyberUnityAdapter-3.0.1.zip) -- Supports [Fyber Android adapter version 8.1.3.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-8130). -- Supports [Fyber iOS adapter version 8.1.4.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-8140). -- Built and tested with the Google Mobile Ads Unity Plugin version 7.0.0. - -#### [Version 3.0.0](https://dl.google.com/googleadmobadssdk/mediation/unity/fyber/FyberUnityAdapter-3.0.0.zip) -- Supports [Fyber Android adapter version 8.1.2.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-8120). -- Supports [Fyber iOS adapter version 8.1.2.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-8120). - -#### [Version 2.0.0](https://dl.google.com/googleadmobadssdk/mediation/unity/fyber/FyberUnityAdapter-2.0.0.zip) -- Supports [Fyber Android adapter version 7.8.4.1](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-7841). -- Supports [Fyber iOS adapter version 8.0.0.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-8000). - -#### [Version 1.6.1](https://dl.google.com/googleadmobadssdk/mediation/unity/fyber/FyberUnityAdapter-1.6.1.zip) -- Supports [Fyber Android adapter version 7.8.3.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-7830). -- Supports [Fyber iOS adapter version 7.8.6.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-7860). - -#### [Version 1.6.0](https://dl.google.com/googleadmobadssdk/mediation/unity/fyber/FyberUnityAdapter-1.6.0.zip) -- Supports [Fyber Android adapter version 7.8.2.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-7820). -- Supports [Fyber iOS adapter version 7.8.5.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-7850). - -#### [Version 1.5.2](https://dl.google.com/googleadmobadssdk/mediation/unity/fyber/FyberUnityAdapter-1.5.2.zip) -- Supports [Fyber Android adapter version 7.7.4.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-7740). -- Supports [Fyber iOS adapter version 7.7.3.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-7730). - -#### [Version 1.5.1](https://dl.google.com/googleadmobadssdk/mediation/unity/fyber/FyberUnityAdapter-1.5.1.zip) -- Supports [Fyber Android adapter version 7.7.2.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-7720). -- Supports [Fyber iOS adapter version 7.7.2.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-7720). - -#### [Version 1.5.0](https://dl.google.com/googleadmobadssdk/mediation/unity/fyber/FyberUnityAdapter-1.5.0.zip) -- Supports [Fyber Android adapter version 7.7.1.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-7710). -- Supports [Fyber iOS adapter version 7.7.1.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-7710). - -#### [Version 1.4.0](https://dl.google.com/googleadmobadssdk/mediation/unity/fyber/FyberUnityAdapter-1.4.0.zip) -- Supports [Fyber Android adapter version 7.7.0.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-7700). -- Supports [Fyber iOS adapter version 7.6.4.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-7640). - -#### [Version 1.3.0](https://dl.google.com/googleadmobadssdk/mediation/unity/fyber/FyberUnityAdapter-1.3.0.zip) -- Supports [Fyber Android adapter version 7.6.0.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-7600). -- Supports [Fyber iOS adapter version 7.6.0.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-7600). - -#### [Version 1.2.3](https://dl.google.com/googleadmobadssdk/mediation/unity/fyber/FyberUnityAdapter-1.2.3.zip) -- Supports [Fyber Android adapter version 7.5.4.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-7540). -- Supports [Fyber iOS adapter version 7.5.6.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-7560). - -#### [Version 1.2.2](https://dl.google.com/googleadmobadssdk/mediation/unity/fyber/FyberUnityAdapter-1.2.2.zip) -- Supports [Fyber Android adapter version 7.5.3.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-7530). -- Supports [Fyber iOS adapter version 7.5.4.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-7540). - -#### [Version 1.2.1](https://dl.google.com/googleadmobadssdk/mediation/unity/fyber/FyberUnityAdapter-1.2.1.zip) -- Supports [Fyber Android adapter version 7.5.2.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-7520). -- Supports [Fyber iOS adapter version 7.5.3.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-7530). - -#### [Version 1.2.0](https://dl.google.com/googleadmobadssdk/mediation/unity/fyber/FyberUnityAdapter-1.2.0.zip) -- Supports [Fyber Android adapter version 7.5.0.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-7500). -- Supports [Fyber iOS adapter version 7.5.1.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-7510). - -#### Version 1.1.0 -- Added the following methods to the `Fyber` class to support GDPR requirements: - * `SetGDPRConsent()` - * `SetGDPRConsentString()` - * `ClearGDPRConsentData()` -- Supports [Fyber Android adapter version 7.3.4.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-7340). -- Supports [Fyber iOS adapter version 7.5.0.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-7400). - -#### Version 1.0.0 -- First release! -- Supports [Fyber Android adapter version 7.3.4.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/dtexchange/CHANGELOG.md#version-7340). -- Supports [Fyber iOS adapter version 7.4.0.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/DTExchange/CHANGELOG.md#version-7400). diff --git a/mediation/DTExchange/CHANGELOG.md.meta b/mediation/DTExchange/CHANGELOG.md.meta deleted file mode 100644 index aa7d034af..000000000 --- a/mediation/DTExchange/CHANGELOG.md.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: d9b2b68c0358549c29bc9448061b3868 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/LICENSE b/mediation/DTExchange/LICENSE deleted file mode 100644 index d64569567..000000000 --- a/mediation/DTExchange/LICENSE +++ /dev/null @@ -1,202 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/mediation/DTExchange/LICENSE.meta b/mediation/DTExchange/LICENSE.meta deleted file mode 100644 index 28ce9966a..000000000 --- a/mediation/DTExchange/LICENSE.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 46d880f27f2e042bb9ace1f0baaca824 -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/README.md b/mediation/DTExchange/README.md deleted file mode 100644 index 8bc35c63d..000000000 --- a/mediation/DTExchange/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# DT Exchange Adapter plugin for Google Mobile Ads SDK for Unity 3D - -This is a plugin to be used in conjunction with the Google Mobile Ads SDK in -Google Play services. For requirements, instructions, and other info, see the -[DT Exchange Adapter Integration Guide](https://developers.google.com/admob/unity/mediation/dt-exchange). - -See the [changelog](https://developers.google.com/admob/unity/mediation/dt-exchange#dt-exchange-unity-mediation-plugin-changelog) -to view the version history. diff --git a/mediation/DTExchange/README.md.meta b/mediation/DTExchange/README.md.meta deleted file mode 100644 index 8892dbffb..000000000 --- a/mediation/DTExchange/README.md.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 35935007d678e4d2cbc31fcc41c99bd2 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/build.gradle b/mediation/DTExchange/build.gradle deleted file mode 100644 index 6c0753f65..000000000 --- a/mediation/DTExchange/build.gradle +++ /dev/null @@ -1,99 +0,0 @@ -/* -* Gradle file to build a Unity package to add DT Exchange mediation support to the Google Mobile Ads Unity plugin. -* Usage: ./gradlew exportPackage -*/ -defaultTasks 'exportPackage' - -// Project level variables. -project.ext { - unity_exe = System.getProperty("UNITY_EXE") - if (unity_exe == null || unity_exe.isEmpty()) { - unity_exe = System.getenv("UNITY_EXE") - } - if (unity_exe == null || unity_exe.isEmpty()) { - unity_exe = '/Applications/Unity/Unity.app/Contents/MacOS/Unity' - } - - if (!file(unity_exe).exists()) { - throw new GradleException('Unable to locate installation of Unity. Please create a ' + - 'UNITY_EXE environment variable and point it to your Unity installation.') - } - - versionString = '3.3.0' - adapterName = 'DTExchange' - pluginName = "GoogleMobileAds${adapterName}Mediation" - pluginFileName = "${pluginName}.unitypackage" - zipName = "${adapterName}UnityAdapter-${versionString}" - zipFileName = "${zipName}.zip" - pluginSource = file('source/plugin').absolutePath - pluginBuildDir = file('temp/plugin-build-dir').absolutePath - buildPath = file('temp').absolutePath - exportPath = file(pluginFileName).absolutePath -} - -// Build unity package using through command line interface. -// Create new unity project with files in temporary build directory and export files to a unity package. -// Command line usage and arguments documented at http://docs.unity3d.com/Manual/CommandLineArguments.html. -task exportPackage(type: Exec) { - description = "Creates and exports the Plugin unity package" - executable "${unity_exe}" - args "-g.building", - "-batchmode", - "-projectPath", "${pluginBuildDir}", - "-logFile", "temp/unity.log", - "-exportPackage", - "Assets/GoogleMobileAds", - "${exportPath}", - "-quit" - - ignoreExitValue true - - doLast { - if (executionResult.get().exitValue != 0) { - copy { - from "temp/" - into "./" - include "unity.log" - } - } - } -} - -task createTempBuildFolder(type: Copy) { - from { "${pluginSource}" } - into { "${pluginBuildDir}" } -} - -task clearTempBuildFolder(type: Delete) { - delete { "${buildPath}" } -} - -exportPackage.dependsOn(createTempBuildFolder) -exportPackage.finalizedBy(clearTempBuildFolder) - -/** - * Delete task to delete any previously generated .zip files by makeZip task. - * makeZip depends on this task. - */ -task clearZip(type: Delete) { - // Targets to be deleted. - delete(zipFileName) -} - -/** - * Zip task to make a zip archive. This task depends on exportPackage and clearZip tasks. - */ -task makeZip(type: Zip) { - // Targets to be added to the zip archive. - from('./' + pluginFileName, './README.md') - from('./' + pluginFileName, './LICENSE') - // Root directory name for the zip archive. - into(zipName) - // Name of the zip archive. - archiveFileName = zipFileName - // Destination directory in which the archive needs to be saved. - destinationDirectory = file('.') -} - -makeZip.dependsOn([clearZip, exportPackage]) -makeZip.mustRunAfter([clearZip, exportPackage]) diff --git a/mediation/DTExchange/build.gradle.meta b/mediation/DTExchange/build.gradle.meta deleted file mode 100644 index 11037257a..000000000 --- a/mediation/DTExchange/build.gradle.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: b64a271cb00ab4dff85aa99d499a48ef -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/package.json b/mediation/DTExchange/package.json deleted file mode 100644 index 932a396b7..000000000 --- a/mediation/DTExchange/package.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "com.google.ads.mobile.mediation.dtexchange", - "version": "3.3.0", - "displayName": "Google Mobile Ads DT Exchange Mediation", - "keywords": [ - "Google", - "Mobile", - "Ads", - "vh-name:GoogleMobileAdsMediationDTExchange", - "vh-name:Google Mobile Ads DT Exchange Mediation" - ], - "author": { - "name": "Google LLC", - "url": "https://github.com/googleads/googleads-mobile-unity-mediiation" - }, - "description": "The Google Mobile Ads mediation plugin for DT Exchange package allows you to load and display ads from DT Exchange using mediation, covering waterfall integrations.", - "unity": "2019.4", - "dependencies": { - "com.google.ads.mobile": "9.0.0" - } -} diff --git a/mediation/DTExchange/package.json.meta b/mediation/DTExchange/package.json.meta deleted file mode 100644 index b46155507..000000000 --- a/mediation/DTExchange/package.json.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: e02f00f88f0cb4c2f8f9caa30689ae18 -PackageManifestImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source.meta b/mediation/DTExchange/source.meta deleted file mode 100644 index a320ef041..000000000 --- a/mediation/DTExchange/source.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 978e547c4750d44e78f5bd27ba2f6204 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin.meta b/mediation/DTExchange/source/plugin.meta deleted file mode 100644 index 8d68a10f1..000000000 --- a/mediation/DTExchange/source/plugin.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: d7bd5dfa4401a4d3ca8bff3a88f655a5 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin/Assets.meta b/mediation/DTExchange/source/plugin/Assets.meta deleted file mode 100644 index c68efdf56..000000000 --- a/mediation/DTExchange/source/plugin/Assets.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: f198db6c9cc774f2587127d0306cbb55 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds.meta b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds.meta deleted file mode 100644 index 4adf93d6e..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: b510b85f55438444a9824f8a98f76aaa -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation.meta b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation.meta deleted file mode 100644 index c8a8ce8b2..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 820735ff06b3c48db9328b84ff27be51 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange.meta b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange.meta deleted file mode 100644 index 4bfaf9216..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 41fb985574b4742d1b45979d73035e7f -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Api.meta b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Api.meta deleted file mode 100644 index 207f4ea91..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Api.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 36dd6183ee9544d5481e7b436ec46dc0 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Api/DTExchange.cs b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Api/DTExchange.cs deleted file mode 100644 index 7d75be5c9..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Api/DTExchange.cs +++ /dev/null @@ -1,90 +0,0 @@ -// Copyright 2019 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -using UnityEngine; - -using GoogleMobileAds.Mediation.DTExchange.Common; - -namespace GoogleMobileAds.Mediation.DTExchange.Api -{ - public class DTExchange - { - internal static readonly IDTExchangeClient client = - DTExchangeClientFactory.CreateDTExchangeClient(); - - public static void SetGDPRConsent(bool consent) - { - client.SetGDPRConsent(consent); - } - - public static void SetGDPRConsentString(string consentString) - { - if (consentString == null) - { - Debug.LogError("Error: Consent string is null."); - return; - } - - client.SetGDPRConsentString(consentString); - } - - public static void ClearGDPRConsentData() - { - client.ClearGDPRConsentData(); - } - - public static void SetCCPAString(string ccpaString) - { - client.SetCCPAString(ccpaString); - } - - public static void ClearCCPAString() - { - client.ClearCCPAString(); - } - } -} - -namespace GoogleMobileAds.Api.Mediation.DTExchange -{ - [System.Obsolete("Use `GoogleMobileAds.Mediation.DTExchange.Api.DTExchange` instead.")] - public class DTExchange - { - public static void SetGDPRConsent(bool consent) - { - GoogleMobileAds.Mediation.DTExchange.Api.DTExchange.SetGDPRConsent(consent); - } - - public static void SetGDPRConsentString(string consentString) - { - GoogleMobileAds.Mediation.DTExchange.Api.DTExchange - .SetGDPRConsentString(consentString); - } - - public static void ClearGDPRConsentData() - { - GoogleMobileAds.Mediation.DTExchange.Api.DTExchange.ClearGDPRConsentData(); - } - - public static void SetCCPAString(string ccpaString) - { - GoogleMobileAds.Mediation.DTExchange.Api.DTExchange.SetCCPAString(ccpaString); - } - - public static void ClearCCPAString() - { - GoogleMobileAds.Mediation.DTExchange.Api.DTExchange.ClearCCPAString(); - } - } -} diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Api/DTExchange.cs.meta b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Api/DTExchange.cs.meta deleted file mode 100644 index 97860c225..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Api/DTExchange.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 60fd5cd5c9358449186e0a2a6aeaf486 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Api/GoogleMobileAds.Mediation.DTExchange.Api.asmdef b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Api/GoogleMobileAds.Mediation.DTExchange.Api.asmdef deleted file mode 100644 index 6fd1882fa..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Api/GoogleMobileAds.Mediation.DTExchange.Api.asmdef +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "GoogleMobileAds.Mediation.DTExchange.Api", - "rootNamespace": "", - "references": [ - "GoogleMobileAds.Api.Mediation", - "GoogleMobileAds.Mediation.DTExchange.Common", - "GoogleMobileAds.Mediation.DTExchange.Mediation" - ], - "references": [], - "includePlatforms": [], - "excludePlatforms": [], - "allowUnsafeCode": false, - "overrideReferences": false, - "precompiledReferences": [], - "autoReferenced": true, - "defineConstraints": [], - "versionDefines": [], - "noEngineReferences": false -} diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Api/GoogleMobileAds.Mediation.DTExchange.Api.asmdef.meta b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Api/GoogleMobileAds.Mediation.DTExchange.Api.asmdef.meta deleted file mode 100644 index daff9cdfc..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Api/GoogleMobileAds.Mediation.DTExchange.Api.asmdef.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: adfb06f4c5cd545878524a8a63c4018f -AssemblyDefinitionImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common.meta b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common.meta deleted file mode 100644 index 4ea95528d..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: e5d294ffe2b1043d6b588dcf472ee30e -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common/GoogleMobileAds.Mediation.DTExchange.Common.asmdef b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common/GoogleMobileAds.Mediation.DTExchange.Common.asmdef deleted file mode 100644 index e1cca52cd..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common/GoogleMobileAds.Mediation.DTExchange.Common.asmdef +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "GoogleMobileAds.Mediation.DTExchange.Common", - "rootNamespace": "", - "references": [], - "includePlatforms": [], - "excludePlatforms": [], - "allowUnsafeCode": false, - "overrideReferences": false, - "precompiledReferences": [], - "autoReferenced": true, - "defineConstraints": [], - "versionDefines": [], - "noEngineReferences": false -} diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common/GoogleMobileAds.Mediation.DTExchange.Common.asmdef.meta b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common/GoogleMobileAds.Mediation.DTExchange.Common.asmdef.meta deleted file mode 100644 index db9504fb1..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common/GoogleMobileAds.Mediation.DTExchange.Common.asmdef.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: bd0e620cd5137456a8a70fd713082d1b -AssemblyDefinitionImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common/IDTExchangeClient.cs b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common/IDTExchangeClient.cs deleted file mode 100644 index d4023243d..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common/IDTExchangeClient.cs +++ /dev/null @@ -1,26 +0,0 @@ -// Copyright 2019 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -namespace GoogleMobileAds.Mediation.DTExchange.Common -{ - public interface IDTExchangeClient - { - void SetGDPRConsent(bool consent); - void SetGDPRConsentString(string consentString); - void ClearGDPRConsentData(); - - void SetCCPAString(string ccpaString); - void ClearCCPAString(); - } -} diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common/IDTExchangeClient.cs.meta b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common/IDTExchangeClient.cs.meta deleted file mode 100644 index 21c84f70e..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common/IDTExchangeClient.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: b65ceecc895e447c38d841a87747a654 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common/PlaceholderClient.cs b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common/PlaceholderClient.cs deleted file mode 100644 index 2ed267288..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common/PlaceholderClient.cs +++ /dev/null @@ -1,52 +0,0 @@ -// Copyright 2019 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -using System.Reflection; -using UnityEngine; - -namespace GoogleMobileAds.Mediation.DTExchange.Common -{ - public class PlaceholderClient : IDTExchangeClient - { - public PlaceholderClient() - { - Debug.Log("Placeholder " + MethodBase.GetCurrentMethod().Name); - } - - public void SetGDPRConsent(bool consent) - { - Debug.Log("Placeholder " + MethodBase.GetCurrentMethod().Name); - } - - public void SetGDPRConsentString(string consentString) - { - Debug.Log("Placeholder " + MethodBase.GetCurrentMethod().Name); - } - - public void ClearGDPRConsentData() - { - Debug.Log("Placeholder " + MethodBase.GetCurrentMethod().Name); - } - - public void SetCCPAString(string ccpaString) - { - Debug.Log("Placeholder " + MethodBase.GetCurrentMethod().Name); - } - - public void ClearCCPAString() - { - Debug.Log("Placeholder " + MethodBase.GetCurrentMethod().Name); - } - } -} diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common/PlaceholderClient.cs.meta b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common/PlaceholderClient.cs.meta deleted file mode 100644 index a3fa624f6..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Common/PlaceholderClient.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: d314637b4cee94702a585433af16403f -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Editor.meta b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Editor.meta deleted file mode 100644 index 1c47bbe2d..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Editor.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: ce275afadc57b4f2ab531ac6e36b821a -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Editor/DTExchangeMediationDependencies.xml b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Editor/DTExchangeMediationDependencies.xml deleted file mode 100644 index c0b5f8db8..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Editor/DTExchangeMediationDependencies.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - https://repo.maven.apache.org/maven2/ - https://dl.google.com/dl/android/maven2/ - - - - - - - - diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Editor/DTExchangeMediationDependencies.xml.meta b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Editor/DTExchangeMediationDependencies.xml.meta deleted file mode 100644 index 70977e89d..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Editor/DTExchangeMediationDependencies.xml.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 29d71d17759984eecaa4ef4094865877 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms.meta b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms.meta deleted file mode 100644 index a2a0b4ba4..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 029830e19fa584e54927c0b92f5c73c4 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Android.meta b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Android.meta deleted file mode 100644 index f7ba30f86..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Android.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 46f8709fc32944d12a54b637cbf66fce -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Android/DTExchangeClient.cs b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Android/DTExchangeClient.cs deleted file mode 100644 index 8efa89bde..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Android/DTExchangeClient.cs +++ /dev/null @@ -1,75 +0,0 @@ -// Copyright 2019 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#if UNITY_ANDROID - -using UnityEngine; -using GoogleMobileAds.Mediation.DTExchange.Common; - -namespace GoogleMobileAds.Mediation.DTExchange.Android -{ - public class DTExchangeClient : IDTExchangeClient - { - private const string INNERACTIVE_AD_MANAGER_CLASS = - "com.fyber.inneractive.sdk.external.InneractiveAdManager"; - - private static readonly DTExchangeClient instance = new DTExchangeClient(); - private DTExchangeClient() { } - - public static DTExchangeClient Instance - { - get - { - return instance; - } - } - - public void SetGDPRConsent(bool consent) - { - AndroidJavaClass inneractiveAdManager = - new AndroidJavaClass(INNERACTIVE_AD_MANAGER_CLASS); - inneractiveAdManager.CallStatic("setGdprConsent", consent); - } - - public void SetGDPRConsentString(string consentString) - { - AndroidJavaClass inneractiveAdManager = - new AndroidJavaClass(INNERACTIVE_AD_MANAGER_CLASS); - inneractiveAdManager.CallStatic("setGdprConsentString", consentString); - } - - public void ClearGDPRConsentData() - { - AndroidJavaClass inneractiveAdManager = - new AndroidJavaClass(INNERACTIVE_AD_MANAGER_CLASS); - inneractiveAdManager.CallStatic("clearGdprConsentData"); - } - - public void SetCCPAString(string ccpaString) - { - AndroidJavaClass inneractiveAdManager = - new AndroidJavaClass(INNERACTIVE_AD_MANAGER_CLASS); - inneractiveAdManager.CallStatic("setUSPrivacyString", ccpaString); - } - - public void ClearCCPAString() - { - AndroidJavaClass inneractiveAdManager = - new AndroidJavaClass(INNERACTIVE_AD_MANAGER_CLASS); - inneractiveAdManager.CallStatic("clearUSPrivacyString"); - } - } -} - -#endif diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Android/DTExchangeClient.cs.meta b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Android/DTExchangeClient.cs.meta deleted file mode 100644 index c03519ed9..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Android/DTExchangeClient.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 906a9213cf82b48f095611391473bfd5 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Android/GoogleMobileAds.Mediation.DTExchange.Android.asmdef b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Android/GoogleMobileAds.Mediation.DTExchange.Android.asmdef deleted file mode 100644 index a82d75b50..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Android/GoogleMobileAds.Mediation.DTExchange.Android.asmdef +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "GoogleMobileAds.Mediation.DTExchange.Android", - "rootNamespace": "", - "references": [ - "GoogleMobileAds.Mediation.DTExchange.Common" - ], - "includePlatforms": [ - "Android", - "Editor" - ], - "excludePlatforms": [], - "allowUnsafeCode": false, - "overrideReferences": false, - "precompiledReferences": [], - "autoReferenced": true, - "defineConstraints": [], - "versionDefines": [], - "noEngineReferences": false -} diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Android/GoogleMobileAds.Mediation.DTExchange.Android.asmdef.meta b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Android/GoogleMobileAds.Mediation.DTExchange.Android.asmdef.meta deleted file mode 100644 index 25c8b0ea7..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Android/GoogleMobileAds.Mediation.DTExchange.Android.asmdef.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 1eb137b17360d47348cc676923aed579 -AssemblyDefinitionImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Mediation.meta b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Mediation.meta deleted file mode 100644 index 240dcb781..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Mediation.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 39051d76300b84dcfb0697aa037701c0 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Mediation/DTExchangeClientFactory.cs b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Mediation/DTExchangeClientFactory.cs deleted file mode 100644 index b9a68facb..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Mediation/DTExchangeClientFactory.cs +++ /dev/null @@ -1,34 +0,0 @@ -// Copyright 2019 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -using GoogleMobileAds.Mediation.DTExchange.Common; - -namespace GoogleMobileAds.Mediation.DTExchange -{ - public class DTExchangeClientFactory - { - public static IDTExchangeClient CreateDTExchangeClient() - { - #if UNITY_EDITOR - return new GoogleMobileAds.Mediation.DTExchange.Common.PlaceholderClient(); - #elif UNITY_ANDROID - return GoogleMobileAds.Mediation.DTExchange.Android.DTExchangeClient.Instance; - #elif UNITY_IOS - return GoogleMobileAds.Mediation.DTExchange.iOS.DTExchangeClient.Instance; - #else - return new GoogleMobileAds.Mediation.DTExchange.Common.PlaceholderClient(); - #endif - } - } -} diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Mediation/DTExchangeClientFactory.cs.meta b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Mediation/DTExchangeClientFactory.cs.meta deleted file mode 100644 index 0cbaf4fa7..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Mediation/DTExchangeClientFactory.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 6923a4e61302342fda86ce728592c6a6 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Mediation/GoogleMobileAds.Mediation.DTExchange.Mediation.asmdef b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Mediation/GoogleMobileAds.Mediation.DTExchange.Mediation.asmdef deleted file mode 100644 index c2f82451a..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Mediation/GoogleMobileAds.Mediation.DTExchange.Mediation.asmdef +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "GoogleMobileAds.Mediation.DTExchange.Mediation", - "rootNamespace": "", - "references": [ - "GoogleMobileAds.Mediation.DTExchange.Common", - "GoogleMobileAds.Mediation.DTExchange.Android", - "GoogleMobileAds.Mediation.DTExchange.iOS" - ], - "includePlatforms": [ - "Editor", - "Android", - "iOS" - ], - "excludePlatforms": [], - "allowUnsafeCode": false, - "overrideReferences": false, - "precompiledReferences": [], - "autoReferenced": true, - "defineConstraints": [], - "versionDefines": [], - "noEngineReferences": false -} diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Mediation/GoogleMobileAds.Mediation.DTExchange.Mediation.asmdef.meta b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Mediation/GoogleMobileAds.Mediation.DTExchange.Mediation.asmdef.meta deleted file mode 100644 index 7f19d1e45..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/Mediation/GoogleMobileAds.Mediation.DTExchange.Mediation.asmdef.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 43529eabf73f041aeb1e3464a70baed0 -AssemblyDefinitionImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS.meta b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS.meta deleted file mode 100644 index 49d1de2f4..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 048cfefa6477b4fd6ac73699921f3f11 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS/DTExchangeClient.cs b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS/DTExchangeClient.cs deleted file mode 100644 index d77638340..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS/DTExchangeClient.cs +++ /dev/null @@ -1,61 +0,0 @@ -// Copyright 2019 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#if UNITY_IOS - -using GoogleMobileAds.Mediation.DTExchange.Common; - -namespace GoogleMobileAds.Mediation.DTExchange.iOS -{ - public class DTExchangeClient : IDTExchangeClient - { - private static DTExchangeClient instance = new DTExchangeClient(); - private DTExchangeClient() {} - - public static DTExchangeClient Instance - { - get - { - return instance; - } - } - - public void SetGDPRConsent(bool consent) - { - Externs.GADUMDTExchangeSetGDPRConsent(consent); - } - - public void SetGDPRConsentString(string consentString) - { - Externs.GADUMDTExchangeSetGDPRConsentString(consentString); - } - - public void ClearGDPRConsentData() - { - Externs.GADUMDTExchangeClearGDPRConsentData(); - } - - public void SetCCPAString(string ccpaString) - { - Externs.GADUMDTExchangeSetCCPAString(ccpaString); - } - - public void ClearCCPAString() - { - Externs.GADUMDTExchangeClearCCPAString(); - } - } -} - -#endif diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS/DTExchangeClient.cs.meta b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS/DTExchangeClient.cs.meta deleted file mode 100644 index ef4e7e8f9..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS/DTExchangeClient.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 5cba338fe2e264682bce0e3293fc74bb -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS/Externs.cs b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS/Externs.cs deleted file mode 100644 index 487bf2cb3..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS/Externs.cs +++ /dev/null @@ -1,41 +0,0 @@ -// Copyright 2019 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#if UNITY_IOS - -using System.Runtime.InteropServices; - -namespace GoogleMobileAds.Mediation.DTExchange.iOS -{ - // Externs used by the iOS component - internal class Externs - { - [DllImport("__Internal")] - internal static extern void GADUMDTExchangeSetGDPRConsent(bool consent); - - [DllImport("__Internal")] - internal static extern void GADUMDTExchangeSetGDPRConsentString(string consentString); - - [DllImport("__Internal")] - internal static extern void GADUMDTExchangeClearGDPRConsentData(); - - [DllImport("__Internal")] - internal static extern void GADUMDTExchangeSetCCPAString(string ccpaString); - - [DllImport("__Internal")] - internal static extern void GADUMDTExchangeClearCCPAString(); - } -} - -#endif diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS/Externs.cs.meta b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS/Externs.cs.meta deleted file mode 100644 index aa9172e59..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS/Externs.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 5e1b55a7650b042c3a1cf6fecec65fd5 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS/GoogleMobileAds.Mediation.DTExchange.iOS.asmdef b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS/GoogleMobileAds.Mediation.DTExchange.iOS.asmdef deleted file mode 100644 index d1a90ea49..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS/GoogleMobileAds.Mediation.DTExchange.iOS.asmdef +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "GoogleMobileAds.Mediation.DTExchange.iOS", - "rootNamespace": "", - "references": [ - "GoogleMobileAds.Mediation.DTExchange.Common" - ], - "includePlatforms": [ - "Editor", - "iOS" - ], - "excludePlatforms": [], - "allowUnsafeCode": false, - "overrideReferences": false, - "precompiledReferences": [], - "autoReferenced": true, - "defineConstraints": [], - "versionDefines": [], - "noEngineReferences": false -} diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS/GoogleMobileAds.Mediation.DTExchange.iOS.asmdef.meta b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS/GoogleMobileAds.Mediation.DTExchange.iOS.asmdef.meta deleted file mode 100644 index bff644f05..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Platforms/iOS/GoogleMobileAds.Mediation.DTExchange.iOS.asmdef.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: fbddd9ad0c2d5422d84465f70c373a42 -AssemblyDefinitionImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Plugins.meta b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Plugins.meta deleted file mode 100644 index 1afe9d036..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Plugins.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 1ca644358adf14b85b171ff9db41d159 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Plugins/iOS.meta b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Plugins/iOS.meta deleted file mode 100644 index e664a8e66..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Plugins/iOS.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 836270011ef0a453f83638eba9936e5a -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Plugins/iOS/GADUMDTExchangeInterface.m b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Plugins/iOS/GADUMDTExchangeInterface.m deleted file mode 100644 index d1090eaf8..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Plugins/iOS/GADUMDTExchangeInterface.m +++ /dev/null @@ -1,33 +0,0 @@ -// Copyright 2019 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#import - -#pragma mark - GADUMVerizonMediaInterface Interface - -void GADUMDTExchangeSetGDPRConsent(bool consent) { - [IASDKCore.sharedInstance setGDPRConsent:consent]; -} - -void GADUMDTExchangeSetGDPRConsentString(const char *_Nonnull consentString) { - [IASDKCore.sharedInstance setGDPRConsentString:@(consentString)]; -} - -void GADUMDTExchangeClearGDPRConsentData() { [IASDKCore.sharedInstance clearGDPRConsentData]; } - -void GADUMDTExchangeSetCCPAString(const char *_Nonnull ccpaString) { - IASDKCore.sharedInstance.CCPAString = @(ccpaString); -} - -void GADUMDTExchangeClearCCPAString() { IASDKCore.sharedInstance.CCPAString = nil; } diff --git a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Plugins/iOS/GADUMDTExchangeInterface.m.meta b/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Plugins/iOS/GADUMDTExchangeInterface.m.meta deleted file mode 100644 index 9db1241f7..000000000 --- a/mediation/DTExchange/source/plugin/Assets/GoogleMobileAds/Mediation/DTExchange/Plugins/iOS/GADUMDTExchangeInterface.m.meta +++ /dev/null @@ -1,33 +0,0 @@ -fileFormatVersion: 2 -guid: 05a05fb781a954e49becbb39de7a4967 -PluginImporter: - externalObjects: {} - serializedVersion: 2 - iconMap: {} - executionOrder: {} - defineConstraints: [] - isPreloaded: 0 - isOverridable: 0 - isExplicitlyReferenced: 0 - validateReferences: 1 - platformData: - - first: - Any: - second: - enabled: 0 - settings: {} - - first: - Editor: Editor - second: - enabled: 0 - settings: - DefaultValueInitialized: true - - first: - iPhone: iOS - second: - enabled: 1 - settings: - AddToEmbeddedBinaries: false - userData: - assetBundleName: - assetBundleVariant: