We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I am trying to show Native Advanced Ads with the RecyclerView, but when trying the following code, it is hiding the RecyclerView completely.
AdmobRecyclerAdapterWrapper adapterWrapper = new AdmobRecyclerAdapterWrapper(getActivity(), mTestDeviceIds); adapterWrapper.setAdapter(mAdapter); adapterWrapper.setFirstAdIndex(firstAdIndex); adapterWrapper.setNoOfDataBetweenAds(adsFrequency); adapterWrapper.setLimitOfAds(listAdsLimit); adapterWrapper.setContentAdsLayoutContext(new ContentAdLayoutContext(R.layout.native_advanced_content_ad_layout)); adapterWrapper.setInstallAdsLayoutContext(new InstallAppAdLayoutContext(R.layout.native_advanced_isntall_app_ad_layout));
Can you please correct me what is wrong is being done?
Regards
The text was updated successfully, but these errors were encountered:
I'll check
Sorry, something went wrong.
Hi @kot331107! Can you please check this? Also, Have you added any example of Native Advanced Ads? There is very less documentation for that.
No branches or pull requests
Hi,
I am trying to show Native Advanced Ads with the RecyclerView, but when trying the following code, it is hiding the RecyclerView completely.
Can you please correct me what is wrong is being done?
Regards
The text was updated successfully, but these errors were encountered: