iOS Monetization
Events
You can add listener events into the Interstitial to be notified when a specific event happens in the ad. Here you have examples:
Function | Explanation |
---|---|
function void tappxInterstitialDidFinishLoad(){} | It will be called when the creative has been correctly received. |
function void tappxInterstitialDidFail(string error){ | It will be called when there is an error while receiving the creative. |
function void tappxInterstitialDidAppear(){} | It will be called when the ad appears. |
function void tappxInterstitialDidPress(){} | It will be called when the user clicks on the ad. |
function void tappxInterstitialDidClose(){} | It will be called when the user closes the ad. |
Tappx © 2024