MimiPersonalizationConfiguration
public struct MimiPersonalizationConfiguration : Equatable
Configuration which can customize the Sound Personalization features available in the Mimi Profile.
-
Whether to show media player view inside Mimi Profile.
Declaration
Swift
public let showsSampleSoundPlayer: Bool
-
Create new configuration.
Declaration
Swift
public init(showsSampleSoundPlayer: Bool = true)
Parameters
showsSampleSoundPlayer
Whether to show the sample sound player on the Mimi Profile.