Instrumentation.AddResults(Bundle) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Report some results in the middle of instrumentation execution.
[Android.Runtime.Register("addResults", "(Landroid/os/Bundle;)V", "GetAddResults_Landroid_os_Bundle_Handler", ApiSince=26)]
public virtual void AddResults (Android.OS.Bundle? results);
[<Android.Runtime.Register("addResults", "(Landroid/os/Bundle;)V", "GetAddResults_Landroid_os_Bundle_Handler", ApiSince=26)>]
abstract member AddResults : Android.OS.Bundle -> unit
override this.AddResults : Android.OS.Bundle -> unit
Parameters
- results
- Bundle
- Attributes
Remarks
Report some results in the middle of instrumentation execution. Later results (including those provided by #finish
) will be combined with Bundle#putAll
.
Java documentation for android.app.Instrumentation.addResults(android.os.Bundle)
.
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.