PhoneCallEventDataSource

A data source for capturing phone call events and providing them.

This class listens for phone call events using a BroadcastReceiver and emits relevant call information, such as call start and end events, as instances of PhoneCallEventDataModel.

Functions

Link copied to clipboard
abstract fun getRx(): Flow<PhoneCallEventDataModel>

Returns a Flow of PhoneCallEventDataModel representing phone call events, including call start and end events.