...
Code Block | ||
---|---|---|
| ||
# MainActivity.kt val infiniteScrollConfigId = ConfigBuilder.INFINITE_SCROLL_TEST_R89_CONFIG_ID val itemAdWrapperTag = "infiniteScroll_ad_wrapper_tag" RefineryAdFactory.createInfiniteScroll(infiniteScrollConfigId, rv, itemAdWrapperTag) |
Info |
---|
Your 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. |
...
Code Block |
---|
val infiniteScrollConfigId = ConfigBuilder.INFINITE_SCROLL_TEST_R89_CONFIG_ID val infiniteScrollId = RefineryAdFactory.createManualInfiniteScroll( infiniteScrollConfigId ) |
Info |
---|
Your 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. |
...