Interstitial Ad Behavior

Android Lifecycle Impact of Interstitial Ads

The interstitial ad is shown as a new Activity when its show() method is called. If a user clicks on the ad, it will open the Click Out URL in the default browser and therefore leave the application.

Screen Orientation of Interstitial Ads

The Interstitial ad is shown in the device's screen orientation at the time the InterstitialAdPresenter#show() method is called. During the ad playback, the interstitial will lock the screen orientation to this initial state.