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> > *)allBids
Declared In
POBAdRendering.h
– targettingInfo
required method
Returns targetting info for all the bids
- (NSDictionary *)targettingInfo
Declared In
POBAdRendering.h
– nbrCode
required method
Returns status code for nbr (no bid reason)
- (NSInteger)nbrCode
Declared In
POBAdRendering.h
– bidWithId:
required method
Returns a bid for given bid id from all the bids
- (id<POBAdDescriptor>)bidWithId:(NSString *)bidId
Parameters
bidId |
bid id |
---|
Declared In
POBAdRendering.h