VoiceResult

class VoiceResult(val voiceSamples: List<ByteArray>, val rts: List<String?> = emptyList()) : MiSnapTransactionResult

Transaction result for a voice session.

Constructors

Link copied to clipboard
constructor(voiceSamples: List<ByteArray>, rts: List<String?> = emptyList())

Properties

Link copied to clipboard
val rts: List<String?>

A list of encrypted payloads used for an additional authentication.

Link copied to clipboard

List of audio data of the voice recording.