POBBidEventDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | POBBidEvent.h |
Overview
Protocol for bid event notifications
All messages are guaranteed to occur on the main thread.
– bidEvent:didReceiveBid:
required method
Notifies the delegate that bid has been successfully received
- (void)bidEvent:(id<POBBidEvent>)bidEventObject didReceiveBid:(POBBid *)bid
Parameters
bidEventObject |
Instance of object conforming to POBBidEvent (e.g. POBBannerView or POBInterstitial etc) |
---|---|
bid |
POBBid object |
Declared In
POBBidEvent.h
– bidEvent:didFailToReceiveBidWithError:
required method
Notifies the delegate of an error encountered while fetching the bid
- (void)bidEvent:(id<POBBidEvent>)bidEventObject didFailToReceiveBidWithError:(NSError *)error
Parameters
bidEventObject |
Instance of object conforming to POBBidEvent (e.g. POBBannerView or POBInterstitial etc) |
---|---|
error |
The error encountered while attempting to receive the bid. |
Declared In
POBBidEvent.h