AndroidAppConfigurator.StartApp(AppDataMode) 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.
Builds the configuration and launches the app on the selected device.
public Xamarin.UITest.Android.AndroidApp StartApp (Xamarin.UITest.Configuration.AppDataMode appDataMode = Xamarin.UITest.Configuration.AppDataMode.Auto);
member this.StartApp : Xamarin.UITest.Configuration.AppDataMode -> Xamarin.UITest.Android.AndroidApp
Parameters
- appDataMode
- AppDataMode
The app data mode. Whether to clear app data or not before app launch.
Returns
The AndroidApp to use in the tests.