v4.2.0
·
511 commits
to master
since this release
New feature
- add InRead class for clarity
- expose SDK version
Teads.sdkVersion - add visibility overlay logs
- deprecate slotReached
- setAdContainerView for AdView to check to visibility on the slot. CustomAdView are checking the slot visibility on itself by default.
Breaking changes
- change delegate adView class
Example:
Old
func didReceiveAd(_ ad: TFACustomAdView, adRatio: CGFloat) {}New
func didReceiveAd(_ ad: TFAAdView, adRatio: CGFloat) {}