public interface POBBaseEvent
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
OpenWrap SDK calls this method to perform any final cleanup.
|
void |
requestAd(POBBid bid)
OpenWrap SDK calls this method to make a request to primary SDK.
|
void |
trackClick()
Optional method to receive instruction to track the ad click.
|
void |
trackImpression()
Optional method to receive instruction to track the impression.
|
void requestAd(@Nullable
POBBid bid)
bid - winning bid for the requested impressionvoid destroy()
void trackImpression()
void trackClick()