MimiTestTypeConfiguration

@MsdkInternalApi
constructor(supported: MimiSupportedTestConfigurations, selected: MimiTestType?, order: List<MimiTestType>)

Parameters

supported

Supported MimiTestConfigurations for the different test types. When this contain multiple entries, the order defines the order in which they should be presented to the user.

selected

Specifies which test type should be launched. Will be null is user selection is required.

order

Specifies the display order of the test types when user selection is required.