MediaFrontendContext
Entry point for Media related panels to communicate with their frontend and the rest of the system. Should be created by the Frontend.
All available static configuration values are accessible through frontendContext, in FrontendContext.staticConfigurationProvider.
Examples: All example apps can be found in the Android Studio project inside the TomTom Digital Cockpit SDK.
How to set up a custom mini player using static configuration:
examples/media/miniplayer/
Parameters
Base FrontendContext. Used to access IVI services.
The configuration of the Frontend. This includes the mapping of SourceId to panel factories, and which MediaControls to use.
Reference to the MediaServiceApi based on the MediaService IVI service interface, for ease of access.
Interface to navigate within the media frontend.
Constructors
Types
Interface to navigate within the media Frontend, such as opening MediaTaskPanels and performing custom user flows provided by PolicyProvider.userFlowPolicy.