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:

Since

10.0.0 (previously named MimiPersonalizationConfiguration)

Constructors

Link copied to clipboard
constructor(showSampleSoundPlayerInProfile: Boolean = true, uiControlDebounceBehavior: UiControlDebounceBehavior = None)

Properties

Link copied to clipboard

Whether to show media player view inside Mimi Profile. Disabling this will disable UI view for media player in the Mimi Profile.

Link copied to clipboard

The debounce behavior applied to the UI controls in the Mimi Sound Personalization section.