The members of Xamarin.UITest.Configuration.IAndroidAppConfiguration are listed below.
| [read-only] | ApiKey | string. The Xamarin Test Cloud api key to use for activation. |
| [read-only] | ApkFile | System.IO.FileInfo. The location of the apk file to test. |
| [read-only] | Debug | bool. Enable debug logging. |
| [read-only] | DeviceSerial | string. The serial of the device. Can be found using adb. |
| [read-only] | DeviceUri | Uri. The uri of the device test server. |
| [read-only] | EnableScreenshots | bool. Enable screenshots. Local screenshots are disabled by default to speed up tests. |
| [read-only] | KeyStore | System.IO.FileInfo. The location of the keystore that was used to sign the tested app. If left empty a new keystore will be built. |
| [read-only] | KeyStoreKeyAlias | string. The key alias to use for given keystore. Corresponds to the alias argument in jarsigner. |
| [read-only] | KeyStoreKeyPassword | string. The private key password of the given keystore key. Corresponds to the -keypass argument in jarsigner. |
| [read-only] | KeyStorePassword | string. The store password of the given keystore. Corresponds to the -storepass argument in jarsigner. |
| [read-only] | SIFile | System.IO.FileInfo. The location of the SI file used for generating the signed test server. |
| [read-only] | StartAction | StartAction. The desired state of the app after test initialization. Either the test framework can start the app or connect to an already running app in more advanced scenarios. |
| [read-only] | WaitTimes | Xamarin.UITest.Utils.IWaitTimes. Default wait times. |
Verify()Verifies the configuration. | ||