Skip to content

Instantly share code, notes, and snippets.

@tssandor
Created February 15, 2022 07:33
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/4bf79901277a105a288b00cd6f0ce2c7 to your computer and use it in GitHub Desktop.
Save tssandor/4bf79901277a105a288b00cd6f0ce2c7 to your computer and use it in GitHub Desktop.
Client.getInstance().setup(this,
true,
"YOUR INTEGRATION KEY",
object : Client.ResultCallback {
override fun onSuccess(result: String) {
}
override fun onError(result: String) {
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment