Skip to content

Instantly share code, notes, and snippets.

@anaselhajjaji
Created April 3, 2017 21:52
Show Gist options
  • Save anaselhajjaji/8924fd8cecd5c30dfed75ef6c11f45a2 to your computer and use it in GitHub Desktop.
Save anaselhajjaji/8924fd8cecd5c30dfed75ef6c11f45a2 to your computer and use it in GitHub Desktop.
protected override void OnActivityResult(int requestCode, Result resultCode, Intent data)
{
base.OnActivityResult(requestCode, resultCode, data);
AuthenticationAgentContinuationHelper.SetAuthenticationAgentContinuationEventArgs(requestCode, resultCode, data);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment