Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

Question: may i know which on position fb ads will show in recyclerview #12

Open
ashu2121 opened this issue Mar 20, 2019 · 0 comments
Open

Comments

@ashu2121
Copy link

ashu2121 commented Mar 20, 2019

I want to know can i set position of showing ad in recyclerview. As i do not want to show ads frequently.

EDIT
After checking code i found
GridLayoutManager lm = new GridLayoutManager(this, 3); MyAdapter adapter = new MyAdapter(); FBNativeAdAdapter fbAdapter = FBNativeAdAdapter.Builder.with("469109283477914_473204296401746", adapter) .adItemInterval(9) .enableSpanRow(lm) .build();

.adItemInterval(9) you have set interval 9 position,

may i know can we set randomly greater than position. like Ads must show after 9 position but not show at every 9th position
For example -> can show at position at 9, 21,32 etc.
Is it possible?

Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant