Class POBCoreNativeRequestTitleAsset
-
- All Implemented Interfaces:
public final class POBCoreNativeRequestTitleAsset extends POBCoreNativeRequestAsset
This class represents the title asset in the request.
-
-
Field Summary
Fields Modifier and Type Field Description private final JSONObjectRTBJSON
-
Constructor Summary
Constructors Constructor Description POBCoreNativeRequestTitleAsset(Integer id, Boolean isRequired, Integer length)
-
Method Summary
Modifier and Type Method Description JSONObjectgetRTBJSON()final IntegergetLength()Getter for length of the text -
-
Method Detail
-
getRTBJSON
JSONObject getRTBJSON()
- Returns:
JSON of format: { "id":123, "required":1, "title":{ "len":140 } }
-
-
-
-