CallHistoryEvent

sealed class CallHistoryEvent

A data type represents the CallHistoryEvent callback used to notify the application about changes in the call history.

Since

3.16.0

Inheritors

Constructors

Link copied to clipboard
protected constructor()

Types

Link copied to clipboard
data class Removed(val data: List<String>) : CallHistoryEvent

This event is used to notify the application about the success of the remove call history records operation with the list of record ids.

Link copied to clipboard

This event is used to notify the application about the failure of the remove call history operation

Link copied to clipboard

This event is used to notify the application about changes in the call history record.