POBBidsProvider Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | POBAdRendering.h |
– allBids
required method
Returns all the client side bids and server side bids
- (NSArray<id<POBAdDescriptor> > *)allBidsDeclared In
POBAdRendering.h
– targettingInfo
required method
Returns targetting info for all the bids
- (NSDictionary *)targettingInfoDeclared In
POBAdRendering.h
– nbrCode
required method
Returns status code for nbr (no bid reason)
- (NSInteger)nbrCodeDeclared In
POBAdRendering.h
– bidWithId:
required method
Returns a bid for given bid id from all the bids
- (id<POBAdDescriptor>)bidWithId:(NSString *)bidIdParameters
bidId |
bid id |
|---|
Declared In
POBAdRendering.h