Package-level declarations

Types

Link copied to clipboard
class PhoneCallLogViewModel(val getServerConfigurationUseCase: GetServerConfigurationUseCase, val getAllPhoneCallLogEntriesUseCase: GetAllPhoneCallLogEntriesUseCase) : ViewModel

A ViewModel managing phone call log data and its presentation. It is responsible for loading and managing the phone call log entries and server configuration data, providing the necessary information for the UI to display.