Home / Unity / Interstitial and Banner configuration / Banner Events

Interstitial and Banner Configuration

Banner Events

Information of the different events for the Banners.

Android iOS Explanation
function void OnAdLoaded(){} function void tappxBannerDidReceiveAd(){} It will be called when the creative has been correctly received.
function void OnAdFailedToLoad(string error){} function void tappxBannerFailedToLoad(string error){} It will be called when there is an error while receiving the creative.
function void OnAdLeftApplication(){} function void tappxBannerFailedToLoad(string error){} This method is called when the selected creative calls another application.