I use the adChoicesInfo in order to find their sizes, to avoid overlapping them in native ads.
https://developers.google.com/admob/android/reference/com/google/android/gms/ads/nativead/NativeAd#getAdChoicesInfo()
However, I've found that at least for Vungle/LiftOff, it just returns me null, so I can't know its size.
For now, I've added a workaround that if it's this ad-network, it's 20x20 dp.
It's a workaround because I don't know for sure it's this size (I used
an app to measure it) and I don't know if it will always appear, too.
Please fix this issue.
Sadly as many ad-networks fail to load test ads despite me following the guidelines, I don't know how many other ad-networks have this issue.
Please fix this as well.