Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagekotlin
#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.

...