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
Admobadapter version or commit:
1.4.6 Android compileSdkVersion:
26 Issue description briefly:
Could not find any methods to set height for native ads, I am using AdmobRecyclerAdapterWrapper. Steps to reproduce:
Use AdmobRecyclerAdapterWrapper to show native ads. All the code which you want to share
adapterWrapper = new AdmobRecyclerAdapterWrapper(mActivity, "XXX");
adapterWrapper.setFirstAdIndex(3);
adapterWrapper.setAdapter(mRecyclerAdapter);
The text was updated successfully, but these errors were encountered:
Admobadapter version or commit:
1.4.6
Android compileSdkVersion:
26
Issue description briefly:
Could not find any methods to set height for native ads, I am using AdmobRecyclerAdapterWrapper.
Steps to reproduce:
Use AdmobRecyclerAdapterWrapper to show native ads.
All the code which you want to share
adapterWrapper = new AdmobRecyclerAdapterWrapper(mActivity, "XXX");
adapterWrapper.setFirstAdIndex(3);
adapterWrapper.setAdapter(mRecyclerAdapter);
The text was updated successfully, but these errors were encountered: