Skip to content

Instantly share code, notes, and snippets.

@PauloLinhares09
Last active October 22, 2018 15:25
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 PauloLinhares09/a31389ef5111eb9fd66016f65b1ee3fa to your computer and use it in GitHub Desktop.
Save PauloLinhares09/a31389ef5111eb9fd66016f65b1ee3fa to your computer and use it in GitHub Desktop.
//Show here your progress
SuperDigital.Builder(this)
.operation(OperationAuth("sds", "dsd", "1234"))
.enqueue(object : SuperdigitalCallback<ResponseDefault> {
override fun onSuccess(response: ResponseDefault) {
//Hide your progress
}
override fun onFailure(error: Error) {
//Hide your progress
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment