Table of Contents | ||
---|---|---|
|
Prerequisites
You can show interstitials in many different places but we are going to discuss not where but how to show it. But first, let’s explain a crucial concept.
...
You can subscribe to these events with the same method but passing a new object as a parameter. Details about this object can be found in the Reference.
OnClose
is not present because we have an after-interstitial event that is mandatory to pass as a parameter to RefineryAdFactory.shared.createInterstitial(:afterInterstitial)
and holds the same functionality as OnClose
with special cases.