MimiSupportedTestConfigurations
data class MimiSupportedTestConfigurations @MsdkInternalApi constructor(val mt: MimiTestConfiguration.Mt?, val ptt: MimiTestConfiguration.Ptt?)
Content copied to clipboard
Defines the supported test types and their configuration.
An unsupported test type will have a null configuration.
Since
8.0.0
Parameters
mt
the configuration for the MT test type.
ptt
the configuration for the PTT test type.
Constructors
Link copied to clipboard
@MsdkInternalApi
Content copied to clipboard