public interface RequestListener<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(VideoAdError error) |
void |
onSuccess(T result) |
void onSuccess(@NonNull
T result)
result - result of successful response.void onFailure(@NonNull
VideoAdError error)
error - description of the error that occurred,