groupedMissedCallLogs

abstract val groupedMissedCallLogs: List<CallLogGroup>

Retrieves the user's missed call logs grouped by contact.

This property provides a list of CallLogGroup objects, each representing a collection of missed call logs associated with a specific contact. Each CallLogGroup aggregates all missed call logs for a given contact, allowing for organized management of missed calls on a per-contact basis.

The list of grouped missed call logs is dynamically updated based on changes to the callLogs property, ensuring that it reflects the most current state of missed calls. The call logs within each group are sorted by call log date, with newer calls appearing first.

Return

A list of CallLogGroup objects, each containing missed call logs grouped by contact.