T - Class that extends POBAdDescriptorpublic static interface POBResponseParsing.POBResponseParserListener<T extends POBAdDescriptor>
| Modifier and Type | Method and Description |
|---|---|
void |
parserOnError(POBError error)
Notifies with the error object when the parsing is failure
|
void |
parserOnSuccess(POBAdResponse<T> adResponse)
Notifies with the parsed object when the parsing is success
|
void parserOnSuccess(@NonNull
POBAdResponse<T> adResponse)
adResponse - Instance of the response classvoid parserOnError(@NonNull
POBError error)
error - Error instance