onResponse abstract method

void onResponse(
  1. String method,
  2. String url,
  3. DohResponse response
)

Called after the response is received

Implementation

void onResponse(String method, String url, DohResponse response);