set Should Load Images Automatically
fun setShouldLoadImagesAutomatically(shouldLoadImagesAutomatically: Boolean): NativeAdRequestConfiguration.Builder
Sets whether images should be loaded automatically.
Parameters
should Load Images Automatically
Determines if ad images should be loaded as a part of ad loading process. All images will be loaded and ready to be used if set to true. Otherwise, images should be loaded manually with loadImages method NativeAd.loadImages.