Created
February 15, 2022 07:32
-
-
Save tssandor/80499d26c894c2e7d2df573f21a47d85 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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