Skip to content

Instantly share code, notes, and snippets.

@tssandor
Created February 15, 2022 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tssandor/80499d26c894c2e7d2df573f21a47d85 to your computer and use it in GitHub Desktop.
Save tssandor/80499d26c894c2e7d2df573f21a47d85 to your computer and use it in GitHub Desktop.
Client.getInstance().setup(this,
true,
"YOUR INTEGRATION KEY",
new Client.ResultCallback() {
@Override
public void onSuccess(String result) {
}
@Override
public void onError(String result) {
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment