GetAllPhoneCallLogEntriesUseCaseImpl

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

Constructors

Link copied to clipboard
constructor(phoneCallRepository: PhoneCallRepository)

Properties

Link copied to clipboard

Functions

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

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

Link copied to clipboard
open override fun executeRx(): Flow<List<PhoneCallLogEntryDomainModel>>

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