<IMAAdsLoaderDelegate> Protocol Reference
Delegate object that receives state change callbacks from IMAAdsLoader. More...
#import <IMAAdsLoader.h>

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
-
loader the IMAAdsLoader that received the loaded ad data adsLoadedData the 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
-
loader the IMAAdsLoader that received the error adErrorData the IMAAdLoadingErrorData instance with error information
Reimplemented in OOIMAManager.
The documentation for this protocol was generated from the following file: