Language

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.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026-08-03 UTC.

Android reference 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