Examer Audio File
data class ExamerAudioFile(val localAudioFileUri: Uri, val numberOfRepeatsAllowedForAudioFile: Int) : Serializable
Content copied to clipboard
Models an audio file.
Parameters
local Audio File Uri
Uri for the locally saved audio file.
number Of Repeats Allowed For Audio File
indicates the maximum number of repeats allowed for the audio file.
Constructors
Link copied to clipboard
fun ExamerAudioFile(localAudioFileUri: Uri, numberOfRepeatsAllowedForAudioFile: Int)
Content copied to clipboard