call_ui/src/call_logs/bloc/bloc library

Barrel export for CallLogs BLoC components

This file exports all BLoC-related classes for the call_logs module:

  • CallLogsBloc: The main BLoC for managing call logs state
  • CallLogsEvent: Events that can be dispatched to the BLoC
  • CallLogsState: Immutable state class with status and data

Classes

CallLogsBloc
BLoC for managing call logs list
CallLogsEvent
Base class for all call logs events Uses Equatable for proper event comparison in BLoC
CallLogsState
Immutable state class for CallLogs BLoC
InitiateCallFromLog
Initiate a call from a call log entry
LoadCallLogs
Load initial call logs
LoadMoreCallLogs
Load more call logs (pagination)
RefreshCallLogs
Refresh call logs list

Enums

CallLogsStatus
Status enum for CallLogs BLoC state