MimiProfileConfiguration
public struct MimiProfileConfiguration : Equatable
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.Declaration
Swift
public let allowsRemoteDeviceAuthorization: Bool
-
Create new configuration.
Declaration
Swift
public init(allowsRemoteDeviceAuthorization: Bool)
Parameters
allowsRemoteDeviceAuthorization
Whether to support authorizing remote Mimi compatible devices.