Interface HttpEventListener


public interface HttpEventListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    afterHttpCall(okhttp3.Response response, okhttp3.Request request)
     
  • Method Details

    • afterHttpCall

      void afterHttpCall(okhttp3.Response response, okhttp3.Request request)