Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request - ActivityResult #73

Open
elmundomusical2 opened this issue Oct 25, 2020 · 3 comments
Open

Request - ActivityResult #73

elmundomusical2 opened this issue Oct 25, 2020 · 3 comments

Comments

@elmundomusical2
Copy link

Hello! Thanks for doing this fantastic library! Can you try to add the method "onActivityResult"
This is the official method:

@Override
public void onActivityResult(int requestCode, int resultCode, Intent data) {
  if (requestCode == MY_REQUEST_CODE) {
    if (resultCode != RESULT_OK) {
      log("Update flow failed! Result code: " + resultCode);
      // If the update is cancelled or fails,
      // you can request to start the update again.
    }
  }
}

Thanks a lot! 💙💙💙

@Dave181295
Copy link

Please try to add it, if the user can cancel the immediate update there is no sense to show it.. 👍

@akhileshsharma
Copy link

Immediate update is cancellable and user can still use app. OnActivityResult is needed. Please include handling of the same.

@pavelsust
Copy link

any update about this immediate update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants