calls_model library
Classes
- CallDestination
- Call destination - contains lists of parameters for making outgoing call
- CallModel
- Call model (contains call attributes, methods for managing them, handles library events)
- CallsModel
- Calls list model (contains list of calls, methods for managing them, handlers of library events)
Enums
- CallState
- Call state
- HoldState
- Hold state
- PlayerState
- File player State
Extensions
- CallStateExtension on CallState
- Extension which resolves call state to name
Typedefs
- CallSwitchedCallCallback = void Function(int callId)
- Callback function which is raised by model when call switched
- NewIncomingCallCallback = void Function()
- Callback function which is raised by model when new incomning call
- ResolveContactNameCallback = String Function(String phoneNumber)
- Callback function which is raised by model when it need to resolve contact name of the new callreceived