MimiProfilePersonalizationConfiguration
data class MimiProfilePersonalizationConfiguration(val showSampleSoundPlayerInProfile: Boolean = true, val uiControlDebounceBehavior: UiControlDebounceBehavior = None)
Used to define the configuration of the Mimi Profile personalization functionality.
You may use this class to control the visibility of the media player view inside the Mimi Profile, and to set the debounce behavior of the UI controls.
Notes:
The default debounce behavior is UiControlDebounceBehavior.None which means no debouncing applied.
Other debounce behaviors can be set using UiControlDebounceBehavior.Debounce with a given interval represented by a Duration.
Since
10.0.0 (previously named MimiPersonalizationConfiguration
)
Constructors
Link copied to clipboard
constructor(showSampleSoundPlayerInProfile: Boolean = true, uiControlDebounceBehavior: UiControlDebounceBehavior = None)