You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: