| Type | Reason |
|---|---|
| AndroidAppConfigurator | Represents the Android specific part of the Xamarin.UITest.ConfigureApp fluent API. Should not be used directly. |
| GenericAppConfigurator | Represents the generic specific part of the Xamarin.UITest.ConfigureApp fluent API. Should not be used directly. |
| IAndroidAppConfiguration | Configuration for Android apps. Not to be used directly, should be created by using the fluent Xamarin.UITest.ConfigureApp API. |
| IGenericAppConfiguration | Shared configuration for apps. Not to be used directly, should be created by using the fluent Xamarin.UITest.ConfigureApp API. |
| IiOSAppConfiguration | Configuration for iOS apps. Not to be used directly, should be created by using the fluent Xamarin.UITest.ConfigureApp API. |
| iOSAppConfigurator | Represents the iOS specific part of the Xamarin.UITest.ConfigureApp fluent API. Should not be used directly. |
| 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. |