CallHistoryEvent
public enum CallHistoryEvent
A CallHistoryEvent represents the type of event that occurs when call history is synced or removed.
Since
3.16.0-
The event when a call history synced.
Declaration
Swift
case syncCompleted -
The event when a user remove call history record.
Declaration
Swift
case removed([String]) -
The event when call history record failed to be removed.
Declaration
Swift
case removeFailed
View on GitHub