Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save oatpano/a0c9afb7807a79afd2dcc6205ff964a9 to your computer and use it in GitHub Desktop.
Save oatpano/a0c9afb7807a79afd2dcc6205ff964a9 to your computer and use it in GitHub Desktop.
public interface OnNetworkCallbackListener{
public void onResponse(User user, Retrofit retrofit);
public void onBodyError(ResponseBody responseBodyError);
public void onBodyErrorIsNull();
public void onFailure(Throwable t);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment