AmInstrumentOptions.

KeyValues Property

Summary

Gets or sets the key/value pairs. For test runners a common form is testrunner_flag=value,value,etc.
Assembly
Cake.Android.Adb.dll
Namespace
Cake.AndroidAdb
Containing Type
AmInstrumentOptions

Syntax

public Dictionary<string, List<string>> KeyValues { get; set; }

Value

Type Description
Dictionary<string, List<string>> The key values.