Native Ads
Building the Ad Placement (Ad Spot)
// Spot integration for native ad
InneractiveAdSpot mSpot = InneractiveAdSpotManager.get().createSpot();
// Adding the native controller
NativeAdUnitController adUnitController = new NativeAdUnitController();
// Adding the native video controller
NativeAdVideoContentController nativeAdVideoContentController = new NativeAdVideoContentController();
// Adding the native video controller to the ad unit controller
adUnitController.addContentController(nativeAdVideoContentController);
mSpot.addUnitController(adUnitController);Adding Listeners
Adding Event Listener for the Controller
Events:
Video Events:
Adding Request Listener for the Spot
Fetching the Ad
Displaying the Ad
Releasing an Ad Placement
Last updated
