Interface Response.SuccessListener

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onSuccess(Response response)
    Callback method invoked when the whole response has been successfully received.
  • Method Details

    • onSuccess

      void onSuccess(Response response)
      Callback method invoked when the whole response has been successfully received.
      Parameters:
      response - the response containing the response line data and the headers