FBNativeAdAdapter icon indicating copy to clipboard operation
FBNativeAdAdapter copied to clipboard

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

Open ashu2121 opened this issue 6 years ago • 0 comments

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

ashu2121 avatar Mar 20 '19 11:03 ashu2121