Click or drag to resize

CallLogService Methods

The CallLogService type exposes the following members.

Methods
  NameDescription
Public methodAddCallLogItems
The client can create specific call log objects and request the call log service to add it.
Public methodMarkAllCallLogItemsAsRead
Process the client's request to mark all the existing call logs as read.
Public methodRemoveAllCallLogItems
Process the client's request to remove all existing call log items. This call will permanently remove all call log items from both runtime and persistent storage. Both completion handler and the data set update notification will provide a full or subset of those call log items objects managed by the client. Both "equals" and "==" operation on those returned objects should provide correct results against those objects managed by the client.
Public methodRemoveCallLogItem
The client can select specific call log objects and request the call log service to remove them permanently.
Public methodResynchronizeCallLogItems
This operation reloads all call log items from the persistent storage. CallLogItems contains all call log items loaded from the storage. Check OperationStatus for the status of the operation - success or failure.
Top
See Also