MimiProfileConfiguration
Configuration which can customize the availability of various features and functionality within a MimiProfileViewController
.
-
Whether to support authorizing remote Mimi compatible devices.
Enabling this will display UI to support remote device authorization in the Mimi Profile.
Warning
To use this you must have an entry forNSCameraUsageDescription
in your Info.plist. -
Whether to allow creation of only anonymous users.
Enabling this will disable UI to allow login & signup in the Mimi Profile.
-
Whether to show the onboarding introduction.
Disabling this will hide the onboarding introduction in the Mimi Profile.
-
Configuration which can customize the Sound Personalization features available in the Mimi Profile.
-
init(allowsRemoteDeviceAuthorization:allowsAnonymousUserOnly:showsOnboardingIntroduction:personalization:)
Create new configuration.