Skip to content

Instantly share code, notes, and snippets.

@chaxiu
Created October 18, 2020 12:04
Show Gist options
  • Save chaxiu/e06aaeda56cbaefae305309893a8edfa to your computer and use it in GitHub Desktop.
Save chaxiu/e06aaeda56cbaefae305309893a8edfa to your computer and use it in GitHub Desktop.
getUserInfo(new CallBack() {
@Override
public void onSuccess(String response) {
if (response != null) {
System.out.println(response);
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment