T - Class that extends POBAdDescriptorpublic interface POBResponseParsing<T extends POBAdDescriptor>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
POBResponseParsing.POBResponseParserListener<T extends POBAdDescriptor>
Listener class to get the callback after parsing
|
| Modifier and Type | Method and Description |
|---|---|
void |
parse(org.json.JSONObject input)
Initiates the parsing
|
void |
setListener(POBResponseParsing.POBResponseParserListener<T> listener)
Sets the listener instance to get the callback after parsing
|
void setListener(@NonNull
POBResponseParsing.POBResponseParserListener<T> listener)
listener - listener instancevoid parse(@Nullable
org.json.JSONObject input)
input - JSON to be parse