Hi,
I’ve created a new Custom Native Network (Android SDK) following the steps on the documentation:
- Create a CustomEventInterstitial subclass
- Implement my code to try to load an ad
- Set up the network on the UI, linked to this class I’ve created
My question is: when te ad request executes my class, is there any timeout by default? I mean, will Mopub wait for a given period of time for my class to serve the ad, and if it doesn’t, it goes to the next network on the waterfall?
From what I’ve seen so far, looks like I have to define the events that make Mopub go to the next network (a call to onInterstitialFailed(ERROR TYPE).
Thanks!