getMissedCallLogsGroupForContact

abstract fun getMissedCallLogsGroupForContact(contactUniqueId: String?): CallLogGroup?

Retrieves the missed call logs group associated with a specific contact.

Returns the CallLogGroup containing all missed call logs for the contact identified by the provided unique ID. If no missed call logs exist for the given contact or if the contact ID is invalid, the function returns null.

Return

The CallLogGroup containing missed call logs for the specified contact, or null if no such group exists or if the contact ID is invalid.

Parameters

contactUniqueId

The unique identifier of the contact for which the missed call logs group should be retrieved. This should match the contact's unique ID.