Versions Compared

Key

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

...

Code Block
languagekotlin
# MainActivity.kt
val wrapper = findViewById(R.id.wrapper)
val bannerConfigId = ConfigBuilder.BANNER_TEST_R89_CONFIG_ID

RefineryAdFactory.createBanner(bannerConfigId, wrapper)
Info

You will receive your Your bannerConfigId will be provided to you during onboarding process by email, you can also retrieve them from the web interface after login.

They can be many or none depending on your requests, if you need one or more please request them to your account manager or technical account manager.

...