getMissedCallLogsGroupForContact

abstract fun getMissedCallLogsGroupForContact(contact: IRainbowContact?): CallLogGroup?

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

Returns the CallLogGroup containing all missed call logs for the contact. If no missed call logs exist for the given contact, the function returns null.

Return

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

Parameters

contact

The contact for which the missed call logs group should be retrieved.