Package com.pubmatic.sdk.nativead
Class POBNativeAdEvent
-
- All Implemented Interfaces:
public abstract class POBNativeAdEventProtocol to communicate between primary ad server SDK and OpenWrap SDK for Native ads to achieve header-bidding for Native Ads.
-
-
Constructor Summary
Constructors Constructor Description POBNativeAdEvent()
-
Method Summary
Modifier and Type Method Description abstract POBNativeAdEventBridgecreateNativeAdEventBridge()Creates and returns the instance of POBNativeAdEventBridge, which faciliates bridging the Primary ad server SDK through OpenWrap SDK for Native ads -
-
Method Detail
-
createNativeAdEventBridge
@NonNull() abstract POBNativeAdEventBridge createNativeAdEventBridge()
Creates and returns the instance of POBNativeAdEventBridge, which faciliates bridging the Primary ad server SDK through OpenWrap SDK for Native ads
- Returns:
new instance of POBNativeAdEventBridge
-
-
-
-