MimiTest
public struct MimiTest : Codable
A Hearing Test that has been taken.
-
Create a new test.
Declaration
Swift
public init(runs: [MimiTestRun], metadata: MimiTestMetadata)Parameters
runsRuns of the test.
metadataMetadata about the test.
MimiTest Structure Reference