CallMainProcessPanelBase
abstract class CallMainProcessPanelBase(val communicationsFrontendContext: CommunicationsFrontendContext, priority: MainProcessPanel.Priority = Priority.HIGH) : MainProcessPanel
The calls panel is the MainProcessPanel made to always have phone calls controls at hand, even when the communications frontend is not open.
Contains all the controls which need to always be visible when using the communications frontend.
This base class can be used to customize the phone calls experience in the TomTom Digital Cockpit stock UI by replacing its fragment.
Parameters
communicationsFrontendContext
Context in which the panel is to be opened. Entry point to communicate with the frontend and the rest of the system.
priority
The initial Priority level of the panel. See MainProcessPanel for more details.
Constructors
Link copied to clipboard
constructor(communicationsFrontendContext: CommunicationsFrontendContext, priority: MainProcessPanel.Priority = Priority.HIGH)