Package org.prebid.mobile
Class NativeAsset
java.lang.Object
org.prebid.mobile.NativeAsset
- Direct Known Subclasses:
NativeDataAsset
,NativeImageAsset
,NativeTitleAsset
Base class for requesting native assets.
-
Method Summary
Modifier and TypeMethodDescriptionabstract org.json.JSONObject
getJsonObject
(int idCount) org.prebid.mobile.NativeAsset.REQUEST_ASSET
getType()
-
Method Details
-
getType
public org.prebid.mobile.NativeAsset.REQUEST_ASSET getType() -
getJsonObject
public abstract org.json.JSONObject getJsonObject(int idCount)
-