Skip to content

Instantly share code, notes, and snippets.

@savvisingh
Created September 18, 2019 17:58
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 savvisingh/6a02909b2c19548dbff9358314930e48 to your computer and use it in GitHub Desktop.
Save savvisingh/6a02909b2c19548dbff9358314930e48 to your computer and use it in GitHub Desktop.
fun onActivityResult(requestCode:Int, resultCode:Int, data:Intent) {
if (myRequestCode === MY_REQUEST_CODE){
if (myRequestCode !== RESULT_OK){
log("Update flow failed! Result code: " + resultCode)
// If the update is cancelled or fails,
// you can request to start the update again.
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment