Instrumentation.ActivityResult.ResultData Property

Definition

Retrieve the data contained in this result.

public Android.Content.Intent? ResultData { [Android.Runtime.Register("getResultData", "()Landroid/content/Intent;", "")] get; }
[<get: Android.Runtime.Register("getResultData", "()Landroid/content/Intent;", "")>]
member this.ResultData : Android.Content.Intent

Property Value

Attributes

Remarks

Retrieve the data contained in this result.

Java documentation for android.app.Instrumentation.ActivityResult.getResultData().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to