public interface POBVastParserListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(POBVast vast,
POBVastError error)
Failure callback called when VAST Parsing in fail or wrapper threshold has been reached with appropriate error.
|
void |
onSuccess(POBVast vast)
Success callback called when VAST Parsing in successful and found an Inline Ad
|
void onSuccess(@NonNull
POBVast vast)
vast - Instance of POBVast model classvoid onFailure(@Nullable
POBVast vast,
@NonNull
POBVastError error)
vast - Instance of POBVast model classerror - Instance of POBVastError having the error details