Package com.pubmatic.sdk.openwrap.core
Class POBBaseEvent
-
- All Implemented Interfaces:
@MainThread() public abstract class POBBaseEvent
Interface definition to provide ad server implementation. This can be used by ad format specific implementation by ad server.
-
-
Constructor Summary
Constructors Constructor Description POBBaseEvent()
-
Method Summary
-
-
Method Detail
-
requestAd
abstract void requestAd(@Nullable() POBBid bid)
OpenWrap SDK calls this method to make a request to primary SDK. OpenWrap SDK passes the winning bid for the requested impression. Publisher needs to pass the details as a targeting parameter to primary SDK
- Parameters:
bid- winning bid for the requested impression
-
destroy
abstract void destroy()
OpenWrap SDK calls this method to perform any final cleanup.
-
-
-
-