sizes property

List<AdSize> sizes
final

Ad sizes supported by this AdManagerBannerAd.

In most cases, only one ad size will be specified. Multiple ad sizes can be specified if your application can appropriately handle multiple ad sizes. If multiple ad sizes are specified, the AdManagerBannerAd will assume the size of the first ad size until an ad is loaded.

Implementation

final List<AdSize> sizes;