Profile Reference

  • View Controller which displays a user profile for interacting with Mimi.

    The profile provides access to all core features of Mimi. Including onboarding, taking a test authenticating an account and interacting with Audio Personalization.

    Declaration

    Swift

    public class MimiProfileViewController : MimiViewController
    extension MimiProfileViewController: MimiAuthControllerObservable
  • UINavigationController with the Mimi Profile embedded as a view controller.

    Declaration

    Swift

    public class MimiProfileNavigationController : UINavigationController
  • View which provides a compact, single point of entry into the Mimi Profile.

    Declaration

    Swift

    public class MimiProfileLauncherView : MimiView, ProfileLauncherControllerDelegate
  • Configuration which can customize the availability of various features and functionality within a MimiProfileViewController.

    Declaration

    Swift

    public struct MimiProfileConfiguration : Equatable
  • Configuration which can customize the Sound Personalization features available in the Mimi Profile.

    Declaration

    Swift

    public struct MimiPersonalizationConfiguration : Equatable