markAllCallLogsAsReadForHuntingGroup

abstract fun markAllCallLogsAsReadForHuntingGroup(groupId: String?)

Marks all call logs as read for a specific hunting group.

Updates the status of all call logs associated with the specified hunting group to indicate that they have been read. This change is applied to all relevant call log entries.

Parameters

groupId

The unique identifier of the hunting group for which all call logs should be marked as read. This ID must correspond to a valid hunting group. If the group ID is null, the function will not perform any operation.