...
Code Block | ||
---|---|---|
| ||
#MainActivity.kt->onCreate() //Example of a button press findViewById<Button>(<YOUR_BUTTON_ID>).setOnClickListener { RefineryAdFactoryR89AdFactory.show(interstitialId) } |
Load & Show on Event
...
OnClose is not present because we have an after-interstitial event that is mandatory to pass as a parameter and holds the same functionality that OnClose with special cases.
...