PhoneCallRepository

A repository for managing phone calls. It handles the current phone call events, as well as the history of phone calls.

Functions

Link copied to clipboard
abstract suspend fun getAll(): List<PhoneCallLogEntryDomainModel>
Link copied to clipboard
Link copied to clipboard
abstract suspend fun getOngoing(): OngoingPhoneCallDomainModel?
Link copied to clipboard
Link copied to clipboard