fetchVoicemail

abstract suspend fun fetchVoicemail(voicemailId: String, voicemailDate: Date, callerNumber: String): RainbowResult<Unit>

Let you load the file associated to a visual voicemail entry

Return

RainbowResult callback

Parameters

voicemailId

String the voicemail id to fetch

voicemailDate

Date the voicemail date to fetch

callerNumber

String the voicemail from to fetch