Table of Contents | ||
---|---|---|
|
Prerequisites
Create a Wrapper
For creating a wrapper, you can follow this small guide : https://refinery89.atlassian.net/wiki/x/A4DcSQ. , In the guide we talk about this page we present different ways to create the wrapper this .
This is the recommended way :(Most Common) ->
This code goes inside the root of your layout file.
...
Code Block | ||
---|---|---|
| ||
# MainActivity.kt val wrapper = findViewById(R.id.wrapper) val bannerConfigId = ConfigBuilder.BANNER_TEST_R89_CONFIG_ID RefineryAdFactory.createBanner(bannerConfigId, wrapper) |
Info |
---|
You will receive yourYour They can be many of or none depending on your requests, if you need one or more please request them to your account manager or technical account manager. |
...