This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Android.Adb.
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 |
The key values. |