<IMAAdsLoaderDelegate> Protocol Reference

Delegate object that receives state change callbacks from IMAAdsLoader. More...

#import <IMAAdsLoader.h>

+ Inheritance diagram for <IMAAdsLoaderDelegate>:

Instance Methods

(void) - adsLoader:adsLoadedWithData:
 Called when ads are successfully loaded from the ad servers by the loader. More...
 
(void) - adsLoader:failedWithErrorData:
 Error reported by the ads loader when loading or requesting an ad fails. More...
 

Detailed Description

Delegate object that receives state change callbacks from IMAAdsLoader.

Method Documentation

- (void) adsLoader: (IMAAdsLoader *)  loader
adsLoadedWithData: (IMAAdsLoadedData *)  adsLoadedData 

Called when ads are successfully loaded from the ad servers by the loader.

Parameters
loaderthe IMAAdsLoader that received the loaded ad data
adsLoadedDatathe IMAAdsLoadedData instance containing ad data

Reimplemented in OOIMAManager.

- (void) adsLoader: (IMAAdsLoader *)  loader
failedWithErrorData: (IMAAdLoadingErrorData *)  adErrorData 

Error reported by the ads loader when loading or requesting an ad fails.

Parameters
loaderthe IMAAdsLoader that received the error
adErrorDatathe IMAAdLoadingErrorData instance with error information

Reimplemented in OOIMAManager.


The documentation for this protocol was generated from the following file: