Native Ads: Bluestack
Integrate native ads (Bluestack)
To use Bluestack native ads you need to do the following:
Native ad assets are required to be encapsulated within a parent view of a specific type MAdvertiseNativeContainer.
The same view must be passed to AATKit via the
NativeAdData
method:attachToLayout
.The view used for main image needs to be an instance of
ViewGroup
.The view used for icon needs to an
ImageView
.
You do not have to fill the main image and icon views, that will be done by Bluestack SDK.
Last updated