groupedCallLogs
Retrieves the user's call logs grouped by contact.
This property provides a list of CallLogGroup objects, each representing a collection of call logs associated with a specific contact. Each CallLogGroup aggregates all relevant call logs for a given contact, making it easier to view and manage calls on a per-contact basis.
The list of grouped call logs is dynamically updated based on changes to the callLogs property, ensuring that the grouping reflects the most current state of call logs. 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 call logs grouped by contact.