PhoneCallLogDataSource

A data source for managing a phone call log.

Functions

Link copied to clipboard
abstract fun add(entry: PhoneCallLogEntryDataModel)

Adds a phone call log entry to the log.

Link copied to clipboard

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

Link copied to clipboard

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