-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
I want to show banner ad in my RecyclerView by using AdmobBannerRecyclerAdapterWrapper
But blank ad view are showing no ad are loading
the code is
adapterWrapper = AdmobBannerRecyclerAdapterWrapper.builder(this)
.setAdapter(mVideoAdapter)
.setSingleAdUnitId(adMobUnitId)
.setNoOfDataBetweenAds(3)
.setFirstAdIndex(3)
.setLimitOfAds(5)
.setTestDeviceIds(deviceIds)
.build();
what is the problem i can't understand help please
Metadata
Metadata
Assignees
Labels
No labels