You can select:
If you don’t want to configure your ads on Scene Manager, you can use an alternative way below.
TappxManagerUnity.instance.loadInterstitial(true);TappxManagerUnity.instance.loadInterstitial(false);if(TappxManagerUnity.instance.isInterstitialReady()){TappxManagerUnity.instance.interstitialShow();}| Android | iOS | Explanation |
| function void InterstitialLoaded(){} | function void InterstitialLoaded(){} | It will be called when the creative has been received correctly. |
| 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. |