GetAllPhoneCallLogEntriesUseCase

A use case for retrieving all phone call log entries, i.e. phone call made or received by the user.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun execute(): List<PhoneCallLogEntryDomainModel>

Returns a List of all phone call log entries represented by PhoneCallLogEntryDomainModel.

Link copied to clipboard

Returns a Flow of all phone call log entries represented by PhoneCallLogEntryDomainModel.