GenericAppConfigurator.GetConfiguration Method

Definition

Builds the generic app configuration which contains the shared configuration across platforms. The Android or iOS properties should be used instead as part of the fluent API unless the configuration is needed.

public Xamarin.UITest.Configuration.IGenericAppConfiguration GetConfiguration ();
member this.GetConfiguration : unit -> Xamarin.UITest.Configuration.IGenericAppConfiguration
Public Function GetConfiguration () As IGenericAppConfiguration

Returns

An IGenericAppConfiguration to be consumed by the platform specific configurations.

Applies to