I am trying integrating AppLovin Native (Manual) and I succeed.
But it can not bid to FAN's native banner.
"Media Content View" is not mandatory for FAN's native banner.
But "setMediaContentViewId( R.id.media_view_container )" seems to be mandatory for loading AppLovin's Native ad.
"com.facebook.ads.MediaView" is used for "Icon" in FAN's native banner.
Therefore, "setIconImageViewId( R.id.icon_image_view )" should be changed to
"setIconContentViewId( R.id.icon_view_container )" and
"R.id.icon_view_container" should be "FrameLayout" for loading FAN's native banner.
Please add the option for loading FAN's native banner.
HI.
I am trying integrating AppLovin Native (Manual) and I succeed. But it can not bid to FAN's native banner.
"Media Content View" is not mandatory for FAN's native banner. But "setMediaContentViewId( R.id.media_view_container )" seems to be mandatory for loading AppLovin's Native ad.
"com.facebook.ads.MediaView" is used for "Icon" in FAN's native banner.
Therefore, "setIconImageViewId( R.id.icon_image_view )" should be changed to "setIconContentViewId( R.id.icon_view_container )" and "R.id.icon_view_container" should be "FrameLayout" for loading FAN's native banner.
Please add the option for loading FAN's native banner.
AdMob already has the feature. https://developers.google.com/admob/android/mediation/facebook
var extras = FacebookExtras() .setNativeBanner(true) .build()