- requestCode
- The request code of the activity that you had given to startActivityForResult(). If there are multiple activities started with this request code, they will all be finished.
Force finish another activity that you had previously started with Activity.StartActivityForResult(Android.Content.Intent, System.Int32).