Home / Unity / Interstitial and Banner configuration / Interstitial Events

Interstitial and Banner Configuration

Interstitial Events

Information of the different events for the interstitials.

Android iOS Explanation
function void InterstitialLoaded(){} function void InterstitialLoaded(){} It will be called when there is an error while receiving the creative.
function void InterstitialFailedToLoad(string error){} function void InterstitialFailedToLoad(string error){} It will be called when there is an error while receiving the creative.
function void InterstitialFailedToLoad(string error){} function void interstitialWillLeaveApplication(){} This method is called when the selected creative calls another application.