Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save oatpano/a26ec98a2028e7bb5df6eac2d1105f49 to your computer and use it in GitHub Desktop.
Save oatpano/a26ec98a2028e7bb5df6eac2d1105f49 to your computer and use it in GitHub Desktop.
call.enqueue(new Callback<User>() {
@Override
public void onResponse(Response<User> response, Retrofit retrofit) {
}
@Override
public void onFailure(Throwable t) {
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment