toggle menu
CallMonitor
androidJvm
switch theme
search in API
datasource
/
pl.kamilszustak.callmonitor.datasource.phonecallmonitor.datasource
/
PhoneCallLogDataSourceImpl
Phone
Call
Log
Data
Source
Impl
internal
class
PhoneCallLogDataSourceImpl
:
PhoneCallLogDataSource
A data source for managing a phone call log.
Members
Constructors
Phone
Call
Log
Data
Source
Impl
Link copied to clipboard
constructor
(
)
Properties
log
Entries
Link copied to clipboard
private
val
logEntries
:
MutableStateFlow
<
List
<
PhoneCallLogEntryDataModel
>
>
Functions
add
Link copied to clipboard
open
override
fun
add
(
entry
:
PhoneCallLogEntryDataModel
)
get
All
Link copied to clipboard
open
override
fun
getAll
(
)
:
List
<
PhoneCallLogEntryDataModel
>
get
All
Rx
Link copied to clipboard
open
override
fun
getAllRx
(
)
:
Flow
<
List
<
PhoneCallLogEntryDataModel
>
>