MimiHeadphoneMetadata

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

Headphone metadata used for test type configuration.

Since

8.0.0

Parameters

id

the id of the headphone.

connectionType

with the type of connection (Bluetooth, etc)

Constructors

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

Properties

Link copied to clipboard
val id: String