MediaTaskProcessPanelBase
abstract class MediaTaskProcessPanelBase(val mediaFrontendContext: MediaFrontendContext) : TaskProcessPanel
The now playing panel is the TaskProcessPanel, shown inside the frontend task panel.
Contains all media playback controls which need to always be visible when using the media frontend. The now playing panel is similar to the MediaMainProcessPanelBase but visible when the media frontend is open.
This base class can be used to customize the media mini player experience in the TomTom Digital Cockpit stock media player UI by replacing it.
Example: An example replacing the media mini player fragment with a custom one can be found in the guide: Custom media process panels
Parameters
mediaFrontendContext
Context in which the panel is to be opened. Entry point for to communicate with the frontend and the rest of the system.