InstrumentationTestRunner.Arguments Property

Definition

Get the arguments passed to this instrumentation.

public virtual Android.OS.Bundle? Arguments { [Android.Runtime.Register("getArguments", "()Landroid/os/Bundle;", "GetGetArgumentsHandler")] get; }
[<get: Android.Runtime.Register("getArguments", "()Landroid/os/Bundle;", "GetGetArgumentsHandler")>]
member this.Arguments : Android.OS.Bundle

Property Value

the Bundle object

Attributes

Remarks

Get the arguments passed to this instrumentation.

Java documentation for android.test.InstrumentationTestRunner.getArguments().

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