Package com.pubmatic.sdk.openwrap.core
Interface POBNative
-
- All Implemented Interfaces:
public interface POBNative
-
-
Method Summary
Modifier and Type Method Description abstract JSONObjectgetRTBJson()Help to create the RTB Json object of Native request -
-
Method Detail
-
getRTBJson
@NonNull() abstract JSONObject getRTBJson()
Help to create the RTB Json object of Native request
- Returns:
Native request Json of type JSONObject
-
-
-
-