Interface OnRetrofitCallExecutionListener

    • Method Detail

      • onBeforeExecution

        <T> void onBeforeExecution​(retrofit2.Call<T> call)
      • onAfterExecution

        <T> void onAfterExecution​(retrofit2.Call<T> call,
                                  retrofit2.Response<T> response)
      • onExecutionSuccessful

        <T> void onExecutionSuccessful​(retrofit2.Call<T> call,
                                       retrofit2.Response<T> response)