Features
- Add APIs for getting the fullscreen ad display error code and message. This will be available under
MaxError#getMediatedNetworkErrorCode()
andMaxError#getMediatedNetworkErrorMessage()
, in theMaxAdListener#onAdDisplayFailed(...)
callback. - Add support for forwarding IAB TCF v2.0 consent string from SharedPreferences to adapter and mediated SDKs for networks that support it.
Native Ad Changes
- Add API
MaxNativeAd#getMainImage()
to retrieve the main image (media content). Note that this should use for ancillary purposes such as decor, but you must continue to render ads throughMaxNativeAdLoader
. - Fix native ads impression not fired if main image (media view) is not used.
- Fix manual impressions not firing for subsequent ads when reusing their native ad views.
Fixes
- Fix NPE related to
getMemoryInfo()
.