AdSize.SMART_BANNER in C++
Opened this issue · 1 comments
crazyhappygame commented
What is C++ code for Java
AdSize.SMART_BANNER
https://developers.google.com/admob/android/banner
a-maurice commented
Unfortunately AdSize.SMART_BANNER is currently not supported in the C++ code. If you would like to have it working locally before we add support for it, you can do so by modifying:
to instead be: new AdSize(-1, -2, "smart_banner")
Thanks for bringing this to our attention.