NativeBulkAdLoader
@objc(YMANativeBulkAdLoader)
@objcMembers
public class NativeBulkAdLoader : NSObjectThis class is responsible for loading native ads.
- 
                  
                  An object that implements the NativeBulkAdLoaderDelegateprotocol that tracks the progress of bulk native ad loading.DeclarationSwift public weak var delegate: NativeBulkAdLoaderDelegate? { get set }
- 
                  
                  Undocumented DeclarationSwift override public convenience init()
- 
                  
                  Loads an ad with the specified targeting data. DeclarationSwift @objc(loadAdsWithRequestConfiguration:adsCount:) public func loadAds(with requestConfiguration: NativeAdRequestConfiguration, adsCount: Int)ParametersrequestConfigurationRequest configuration for targeting. adsCountCount of requested ads. 
