markCallLogAsRead

abstract fun markCallLogAsRead(callLog: CallLog)

Marks a specific call log as read.

Updates the status of the provided CallLog object to indicate that it has been read. The change is applied to the specified call log entry.

Parameters

callLog

The CallLog object that should be marked as read. This object must correspond to a valid call log entry that is part of the user's call logs.