YMANativeAdImageLoadingObserver

Objective-C

@protocol YMANativeAdImageLoadingObserver <NSObject>

Swift

protocol YMANativeAdImageLoadingObserver : NSObjectProtocol

This protocol is responsible for sending messages about image loading.

  1. Methods
  2. -nativeAdDidFinishLoadingImages:

Methods

-nativeAdDidFinishLoadingImages:

Notifies that the image is loaded successfully.

Declaration

Objective-C

- (void)nativeAdDidFinishLoadingImages:(nonnull id<YMANativeAd>)ad;

Parameters

ad

A reference to the object that invoked the method.

ad

A reference to the object that invoked the method.