POBBannerRendering Protocol Reference

Conforms to NSObject
Declared in POBAdRendering.h

Overview

Ad banner rendering protocol, implement these methods to write custom ad renderer

– setAdFormat: required method

Sets the ad format of the ad to be rendered.

- (void)setAdFormat:(POBAdFormat)adFormat

Parameters

adFormat

An enum of type @c POBAdFormat representing the ad format.

Discussion

Sets the ad format of the ad to be rendered.

Declared In

POBAdRendering.h