Package-level declarations

Types

Link copied to clipboard
data class Headphone(@Json(name = "category") val category: String?, @Json(name = "connectionType") val connectionType: Headphone.ConnectionType?, @Json(name = "displayIcon") val displayIcon: String?, @Json(name = "displayName") val displayName: String?, @Json(name = "id") val id: String?, @Json(name = "manufacturer") val manufacturer: String?, @Json(name = "type") val type: String?)
Link copied to clipboard

The MimiConnectedHeadphoneProvider class is used by io.mimi.sdk.core.controller.TestsController to give the partner the availability to define a headphone identifier providing the headphones model.

Link copied to clipboard
data class MimiHeadphoneIdentifier(val model: String)

The MimiHeadphoneIdentifier class is used by io.mimi.sdk.core.model.headphones.MimiConnectedHeadphoneProvider to define a headphone identifier providing the headphones model.

Link copied to clipboard
data class MimiHeadphoneMetadata @MsdkInternalApi constructor(val id: String, val connectionType: Headphone.ConnectionType)

Headphone metadata used for test type configuration.