PhoneCallLogDataSourceImpl

A data source for managing a phone call log.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
private val logEntries: MutableStateFlow<List<PhoneCallLogEntryDataModel>>

Functions

Link copied to clipboard
open override fun add(entry: PhoneCallLogEntryDataModel)
Link copied to clipboard
open override fun getAll(): List<PhoneCallLogEntryDataModel>
Link copied to clipboard
open override fun getAllRx(): Flow<List<PhoneCallLogEntryDataModel>>