Removed

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.

Since

3.16.0

Parameters

data

list of record ids that were successfully removed from the call history.

Constructors

Link copied to clipboard
constructor(data: List<String>)

Properties

Link copied to clipboard