This software is the proprietary copyright of TomTom NV and its subsidiaries and may be used for internal evaluation purposes or commercial use strictly subject to separate license agreement between you and TomTom NV. If you are the licensee, you are only permitted to use this software in accordance with the terms of your license agreement. If you are not the licensee, you are not authorized to use this software in any manner and should immediately return or destroy it.
method public java.util.List<java.lang.String> getAllowedAppStoreLaunchPackages();
property public final java.util.List<java.lang.String> allowedAppStoreLaunchPackages;
method public java.util.Set<java.lang.String> getAllowedPackages();
property public abstract java.util.Set<java.lang.String> allowedPackages;
ctor public AutomotiveUiApiKeyStaticConfigurationProvider(String automotiveUiAnalyticsApiKey, String automotiveUiRoutingApiKey, String automotiveUiSearchApiKey, String automotiveUiTrafficApiKey, String automotiveUiMapDisplayApiKey, String automotiveUiReverseGeocoderApiKey, String automotiveUiWeatherApiKey);
ctor public AutomotiveUiApiKeyStaticConfigurationProvider(String automotiveUiAnalyticsApiKey, String automotiveUiRoutingApiKey, String automotiveUiSearchApiKey, String automotiveUiTrafficApiKey, String automotiveUiMapDisplayApiKey, String automotiveUiNavigationApiKey, String automotiveUiReverseGeocoderApiKey, String automotiveUiWeatherApiKey);
method public String getAutomotiveUiNavigationApiKey();
property public final String automotiveUiNavigationApiKey;
method public static String? getAutomotiveUiNavigationApiKey(com.tomtom.ivi.platform.framework.api.configuration.api.StaticConfigurationProvider);
method public void setAllowedPackageNames(java.util.Map<java.lang.String,? extends java.util.Set<java.lang.String>> packageToAllowedPackagesMap);
public final class TtiviActivityViewKt {
public final class TtiviActivityViewBindingAdaptersKt { method @androidx.databinding.BindingAdapter("ttiviAllowedPackages") @IviExperimental public static void setAllowedPackages(com.tomtom.ivi.platform.framework.api.common.uiembedding.TtiviActivityView, java.util.Map<java.lang.String,? extends java.util.Set<java.lang.String>>? allowedPackages);
ctor public IviServiceHostId(String packageName, String componentName);
field public static final com.tomtom.ivi.platform.framework.api.ipc.iviservice.IviServiceHostId.Companion Companion;
field @IviInternal public static final char PACKAGE_NAME_SEPARATOR = 47; // 0x002f '/'
public static final class IviServiceHostId.Companion {