public abstract class Callback extends Object
Callback()
abstract void
onFailure(okhttp3.Call call, Exception e, String id)
onResponse(okhttp3.Call call, Response response, String id)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Callback()
public abstract void onFailure(okhttp3.Call call, Exception e, String id)
public abstract void onResponse(okhttp3.Call call, Response response, String id)
Copyright © 2020. All rights reserved.