Releases: teads/TeadsSDK-android
Releases · teads/TeadsSDK-android
v4.2.0
- Add the method
setAdContainerView
in the InReadAdView to provide the ad container View to Teads in order to provide accurate stats and optimize your revenue - Add aditionnal log in the logcat to help find if the ad is hidden by an overlay and doesn’t start
- Improve VPAID performances
- Expose SDK version
- Fix and minors improvements
Breaking change: The InReadAdView#setAdContainerView
need to be implemented to have correct AdCall metrics. See the documentation.
v4.1.2
- Disable SDK for API under 19
- Fix ad view player size
- Improve performances
v4.1.1
- fix CustomAdView & InReadAdView state restoration
- fix onAdVolumeChange not fired on TeadsListener
v4.1.0
- improve load performance
- improve VPAID creative support
- add userConsent api for MoPub and AdMob adapters
v4.0.47
- Major API change. The SDK is now view based. The view can be added to your layout or inside a ViewHolder very easily without having to call unecessary method such as
onResume
. A migration guide will be published before final release. - New ad format supported and improved VPAID support
- New logic behind the hood to reduce SDK update count
- Official mediation adapter for AdMob and MoPub
- GDPR compliant
v2.5.12
- Bug fixes on custom integration
v2.5.11
- Improvements and bug fixes
v2.5.10
- Improvements and bug fix
v2.5.9
v2.5.8
- Remove event service to prevent issue on Android 8.x