getCallLogsGroupForContact

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

Retrieves the call logs group associated with a specific contact.

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

Return

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

Parameters

contact

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