Package-level declarations
Types
Link copied to clipboard
A common base class that flavoured NavAppComponentsProviders inherit from.
Link copied to clipboard
class IviSubSetFragmentFactory(fragmentOverrideFrontendExtensions: StateFlow<List<NavAppFragmentOverrideFrontendExtension>>, iviServiceProvider: IviServiceProvider, staticConfigurationProvider: StaticConfigurationProvider) : SubSetFragmentFactory
Link copied to clipboard
A singleton used to access an instance of GlobalComponent for interaction with NavApp Components APIs, ensuring only a single instance of each component exists at a time.
Link copied to clipboard
abstract class VoiceComponentDataProviderApplicationExtension(extensionContext: IviApplicationExtensionContext) : IviApplicationExtension
Extends the Android Application class with a VoiceComponentData provider. This IviApplicationExtension can be used by voice plugins to provide an AutomotiveUI VoiceComponentData instance that should be added to the AutomotiveUI components.