Conforms to NSObject
Declared in ADVSInstreamAdLoaderDelegate.h

Overview

ADVSInstreamAdLoaderDelegate is delegate protocol for getting loading instream advertisements result.

Instance Methods

instreamAdLoader:didFailToLoadAdImageWithError:

Tells event just failed to display instream advertisement.

- (void)instreamAdLoader:(NSIndexPath *)adIndexPath didFailToLoadAdImageWithError:(NSError *)error

Parameters

adIndexPath

Object which is the position of the advertisement cell instance that is being viewed.

Discussion

Tells event just failed to display instream advertisement.

Declared In

ADVSInstreamAdLoaderDelegate.h

instreamAdLoader:didFailToLoadAdWithError:

Tells event just failed to load instream advertisement.

- (void)instreamAdLoader:(ADVSInstreamAdLoader *)instreamAdLoader didFailToLoadAdWithError:(NSError *)error

Parameters

instreamAdLoader

Object which is loading instream advertisement.

error

NSError instance.

Discussion

Tells event just failed to load instream advertisement.

Declared In

ADVSInstreamAdLoaderDelegate.h

instreamAdLoader:didFailToSendClickWithError:

Tells event just failed to send an clickinfo.

- (void)instreamAdLoader:(ADVSInstreamAdLoader *)instreamAdLoader didFailToSendClickWithError:(NSError *)error

Parameters

instreamAdLoader

Object which is loading instream advertisement.

error

NSError instance.

Discussion

Tells event just failed to send an clickinfo.

Declared In

ADVSInstreamAdLoaderDelegate.h

instreamAdLoader:didFailToSendImpWithError:

Tells event just failed to send an impression.

- (void)instreamAdLoader:(ADVSInstreamAdLoader *)instreamAdLoader didFailToSendImpWithError:(NSError *)error

Parameters

instreamAdLoader

Object which is loading instream advertisement.

error

NSError instance.

Discussion

Tells event just failed to send an impression.

Declared In

ADVSInstreamAdLoaderDelegate.h

instreamAdLoaderDidFinishLoadingAd:

Tells event just finishing instream advertisement.

- (void)instreamAdLoaderDidFinishLoadingAd:(ADVSInstreamAdLoader *)instreamAdLoader

Parameters

instreamAdLoader

Object which is loading instream advertisement.

Discussion

Tells event just finishing instream advertisement.

Declared In

ADVSInstreamAdLoaderDelegate.h

instreamAdLoaderDidFinishLoadingAdImage:

Tells event finished displaying each advertisement cell instances.

- (void)instreamAdLoaderDidFinishLoadingAdImage:(NSIndexPath *)adIndexPath

Parameters

adIndexPath

Object which is the position of the advertisement cell instance that is being viewed.

Discussion

Tells event finished displaying each advertisement cell instances.

Declared In

ADVSInstreamAdLoaderDelegate.h

instreamAdLoaderDidFinishLoadingAdWithReturn:instreamInfoModels:

Tells event just finishing, and returns ADVSInstreamInfoModel instances.

- (void)instreamAdLoaderDidFinishLoadingAdWithReturn:(ADVSInstreamAdLoader *)instreamAdLoader instreamInfoModels:(NSArray *)instreamInfoModels

Parameters

instreamAdLoader

Object which is loading instream advertisement.

instreamInfoModels

Array which contains ADVSInstreamInfoModel instances.

Discussion

Tells event just finishing, and returns ADVSInstreamInfoModel instances.

Declared In

ADVSInstreamAdLoaderDelegate.h

instreamAdLoaderDidFinishSendingAdClick

Tells event which clicked advertisement cell instances.

- (void)instreamAdLoaderDidFinishSendingAdClick

Discussion

Tells event which clicked advertisement cell instances.

Declared In

ADVSInstreamAdLoaderDelegate.h

instreamAdLoaderDidFinishSendingAdImp

Tells event to send an impression just finishing.

- (void)instreamAdLoaderDidFinishSendingAdImp

Discussion

Tells event to send an impression just finishing.

Declared In

ADVSInstreamAdLoaderDelegate.h

instreamAdLoaderDidStartLoadingAd:

Tells event just starting instream advertisement.

- (void)instreamAdLoaderDidStartLoadingAd:(ADVSInstreamAdLoader *)instreamAdLoader

Parameters

instreamAdLoader

Object which is loading instream advertisement.

Discussion

Tells event just starting instream advertisement.

Declared In

ADVSInstreamAdLoaderDelegate.h