Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Prerequisites

  1. https://refinery89.atlassian.net/wiki/x/A4DVSQ

  2. https://refinery89.atlassian.net/wiki/x/BgDOSQ

For creating a wrapper, you can follow this small guide: https://refinery89.atlassian.net/wiki/x/A4DcSQ

Show the Ad

In the example we are using a Test Id.

If you are not testing the app, change it for the proper ID that you got from us.

# MainActivity.kt
val wrapper = <Get Your wrapper>
val bannerConfigId = ConfigBuilder.BANNER_TEST_R89_CONFIG_ID

RefineryAdFactory.createBanner(bannerConfigId, wrapper)

Lifecycle Events

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.

# MainActivity.kt
val wrapper = <Get Your wrapper>
val bannerConfigId = ConfigBuilder.BANNER_TEST_R89_CONFIG_ID
val bannerLifecycleListener = <create the listener with a method or inplace>

RefineryAdFactory.createBanner(bannerConfigId, wrapper, bannerLifecycleListener)

  • No labels