- fragment
- The fragment that is the target of this one.
- requestCode
- Optional request code, for convenience if you are going to call back with Fragment.OnActivityResult(int, Android.App.Result, Android.App.Result).
Optional target for this fragment. This may be used, for example, if this fragment is being started by another, and when done wants to give a result back to the first. The target set here is retained across instances via FragmentManager.PutFragment(Android.OS.Bundle, System.String, System.String).