IVoicemailsListener

Interface defining callbacks for handling events related to Voicemails within the SDK.

Implement this interface to receive notifications about voicemails events such as voicemail counter changed, greetings changed, and other voicemails-related activities.

Samples

com.ale.rainbowsdk.samples.NotificationsSample

Functions

Link copied to clipboard
open fun notifyGroupVoicemailCounterChanged(callGroup: CallGroup?, counter: Int)

Invoked when there is a change in the voicemail counter for a specific call group.

Link copied to clipboard
open fun notifyVoicemailCounterChanged(counter: Int)

Invoked when there is a change in the voicemail counter.