POBAdDescriptor Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | POBAdRendering.h |
Overview
Ad descriptor protocol, provided creative string through renderableContent. POBAdRendering protocol renders object which conforms to POBAdDescriptor protocol
– type
required method
Returns type of descriptor (e.g. video, banner …etc )
- (NSString *)typeDiscussion
Returns type of descriptor (e.g. video, banner …etc )
Declared In
POBAdRendering.h
clickTrackers
Array of PubMatic click trackers
@property (nonatomic, readonly) NSArray *clickTrackersDeclared In
POBAdRendering.h
displayedOnBehalfOf
Name of the entity on whose behalf the ad is displayed.
@property (nonatomic, readonly) NSString *displayedOnBehalfOfDiscussion
Name of the entity on whose behalf the ad is displayed.
Declared In
POBAdRendering.h
paidBy
Name of the entity who paid for the ad.
@property (nonatomic, readonly) NSString *paidByDiscussion
Name of the entity who paid for the ad.
Declared In
POBAdRendering.h
shouldRenderDSAData
Returns whether SDK should render the DSA data.
@property (nonatomic, readonly) BOOL shouldRenderDSADataDiscussion
Returns whether SDK should render the DSA data.
Declared In
POBAdRendering.h
transparencyData
An array of @c POBDSATransparencyInfo objects representing the transparency information for DSA compliance.
@property (nonatomic, readonly) NSArray<POBDSATransparencyInfo*> *transparencyDataDiscussion
An array of @c POBDSATransparencyInfo objects representing the transparency information for DSA compliance.
Declared In
POBAdRendering.h