Inherits from NSObject
Declared in ADVSWallAdLoader.h

Overview

ADVSWallAdLoader is for loading Wall type advertisement. if you want to do so, instantiate this class and call loadAd. That’s it!

Properties

delegate

This delegate tells loading wall advertisement results.

@property (nonatomic, weak) id<ADVSWallAdLoaderDelegate> delegate

Discussion

This delegate tells loading wall advertisement results.

Declared In

ADVSWallAdLoader.h

Instance Methods

clearWallLeadCache

Clear cache of previous Wall Lead request.

- (void)clearWallLeadCache

Discussion

Clear cache of previous Wall Lead request.

Declared In

ADVSWallAdLoader.h

loadAd

Loads a wall type advertisement instantly. If you want to know results of loading, should get delegation.

- (void)loadAd

Discussion

Loads a wall type advertisement instantly. If you want to know results of loading, should get delegation.

Declared In

ADVSWallAdLoader.h

notifyAppImp

Notify application domain impression to AppDavis server.

- (void)notifyAppImp

Discussion

Notify application domain impression to AppDavis server.

Declared In

ADVSWallAdLoader.h

requestWallLead:

Request Wall Lead Image

- (void)requestWallLead:(NSString *)wallLeadId

Discussion

Request Wall Lead Image

Declared In

ADVSWallAdLoader.h