MimiTestTypeConfiguration

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

Define the test type configuration and their selection and ordering preference.

Any entry in selected or order, will have a corresponding entry in the supported list.

Since

8.0.0

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.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard