isEnabled
fun SoundPersonalizationParametersConfigurationBuilder.isEnabled(timeout: Duration = DslDefaults.DEFAULT_APPLICATOR_TIMEOUT, applicator: suspend (Boolean) -> MimiApplicatorResult)
A DSL convenience extension to assign the isEnabled ProcessingParameterConfiguration.
The Applicator implementation may be provided as a trailing lambda
applicators {
isEnabled {
TODO("Implement Applicator function for isEnabled")
}
// Other applicators...
}Content copied to clipboard
Since
12.0.0