NativeAdOptions constructor
NativeAdOptions({
- AdChoicesPlacement? adChoicesPlacement,
- MediaAspectRatio? mediaAspectRatio,
- VideoOptions? videoOptions,
- bool? requestCustomMuteThisAd,
- bool? shouldRequestMultipleImages,
- bool? shouldReturnUrlsForImageAssets,
Construct a NativeAdOptions, an optional class used to further customize native ad requests.
Implementation
NativeAdOptions({
this.adChoicesPlacement,
this.mediaAspectRatio,
this.videoOptions,
this.requestCustomMuteThisAd,
this.shouldRequestMultipleImages,
this.shouldReturnUrlsForImageAssets,
});