Class POBBidderNative
-
- All Implemented Interfaces:
-
com.pubmatic.sdk.openwrap.core.POBNative
public final class POBBidderNative implements POBNative
Class representing AdMob native ad configuration.
-
-
Constructor Summary
Constructors Constructor Description POBBidderNative(List<POBCoreNativeRequestAsset> assetList)
-
Method Summary
Modifier and Type Method Description JSONObjectgetRTBJson()Help to create the RTB Json object of Native request -
-
Constructor Detail
-
POBBidderNative
POBBidderNative(List<POBCoreNativeRequestAsset> assetList)
-
-
Method Detail
-
getRTBJson
JSONObject getRTBJson()
Help to create the RTB Json object of Native request
- Returns:
Native request Json of type JSONObject
-
-
-
-