NativeAdImageLoadingObserver
@objc(YMANativeAdImageLoadingObserver)
public protocol NativeAdImageLoadingObserver : NSObjectProtocol
This protocol is responsible for sending messages about image loading.
-
Notifies that the image is loaded successfully.
Declaration
Swift
func nativeAdDidFinishLoadingImages(_ ad: NativeAd)Parameters
adA reference to the object that invoked the method.