Interstitial Ads
Building the Ad Placement (Ad Spot)
// Spot integration for fullscreen ad
InneractiveAdSpot mSpot = InneractiveAdSpotManager.get().createSpot();
// Adding the fullscreen controller
InneractiveFullscreenUnitController controller = new InneractiveFullscreenUnitController();
// Adding the video fullscreen controller
InneractiveFullscreenVideoContentController videoContentController = new InneractiveFullscreenVideoContentController();
// Adding the video fullscreen controller to the adview controller
controller.addContentController(videoContentController);
mSpot.addUnitController(controller);Adding Listeners
Adding Event Listener for the Controller
Events:
Video Events:
Adding Request Listener for the Spot
Fetching the Ad
Fetching the Ad for Waterfall
Fetching the Ad for SDK Bidding
Displaying the Ad
Releasing an Ad Placement
Last updated
