Android.App.Fragment.OnActivityResult Method
Receive the result from a previous call to Fragment.StartActivityForResult(Android.Content.Intent, System.Int32).

Syntax

[Android.Runtime.Register("onActivityResult", "(IILandroid/content/Intent;)V", "GetOnActivityResult_IILandroid_content_Intent_Handler")]
public virtual void OnActivityResult (int requestCode, [Android.Runtime.GeneratedEnum] Result resultCode, Android.Content.Intent data)

Parameters

requestCode
The integer request code originally supplied to startActivityForResult(), allowing you to identify who this result came from.
resultCode
The integer result code returned by the child activity through its setResult().
data
An Intent, which can return result data to the caller (various data can be attached to Intent "extras").

Remarks

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11