CallLogService Events |
The CallLogService type exposes the following members.
Name | Description | |
---|---|---|
![]() | CallLogsAdded |
Occurs when new call log item(s) are added to the system.
|
![]() | CallLogServiceCapabilitiesChanged |
Occurs when the Call Log Service capabilities changed.
Check the Call Log Service capabilities when the event is triggered.
|
![]() | CallLogsLoaded |
Occurs when loading persistent call log items into the system is completed.
Status reported in CallLogServiceEventArgs indicates if
Call Log Service has been correctly initialized. A failure status in this event may mean unexpected
Call Log Service behavior going forward. At a minimum, new call log items will not be persisted.
|
![]() | CallLogsRead |
Occurs when call log item(s) are read.
|
![]() | CallLogsRemoved |
Occurs when call log item(s) are removed.
|
![]() | CallLogsUpdated |
Occurs when an existing call log item is updated in the system.
|