Class POBNativeRequestTitleAsset
-
- All Implemented Interfaces:
public class POBNativeRequestTitleAsset extends POBBaseNativeRequestAsset
This class represents the title asset in the request
-
-
Constructor Summary
Constructors Constructor Description POBNativeRequestTitleAsset(int id, boolean required, int length)Helps to create POBNativeRequestTitleAsset object
-
Method Summary
Modifier and Type Method Description intgetLength()Getter for length of the text JSONObjectgetRTBJSON()-
-
Method Detail
-
getLength
int getLength()
Getter for length of the text
- Returns:
length of the text
-
getRTBJSON
@NonNull() JSONObject getRTBJSON()
- Returns:
JSON of format: { "id":123, "required":1, "title":{ "len":140 } }
-
-
-
-