Interface RequestListener<T>


  • public interface RequestListener<T>
    Listener for receiving results of video ads requests
    • Method Detail

      • onSuccess

        void onSuccess​(@NonNull
                       T result)
        Parameters:
        result - result of successful response.
      • onFailure

        void onFailure​(@NonNull
                       VideoAdError error)
        Parameters:
        error - description of the error that occurred,