API Compatibility report 1.0.7671-1.0.7632

Copyright

Copyright © 2023 TomTom NV. All rights reserved.

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.

Module appsuite_appstore_api_common_config

Type: class

Name: AppStoreConfiguration

  
  method public java.util.List<java.lang.String> getAllowedAppStoreLaunchPackages();
  

Type: class

Name: AppStoreConfiguration

  
  property public final java.util.List<java.lang.String> allowedAppStoreLaunchPackages;
  

Module appsuite_appstore_api_service_appstore

Type: interface

Name: AppStoreService

  
  method public java.util.Set<java.lang.String> getAllowedPackages();
  

Type: interface

Name: AppStoreService

  
  property public abstract java.util.Set<java.lang.String> allowedPackages;
  

Module platform_automotiveui_api_common_configuration

Type: class

Name: AutomotiveUiApiKeyStaticConfigurationProvider

  
  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);
  

Type: class

Name: AutomotiveUiApiKeyStaticConfigurationProvider

  
  method public String getAutomotiveUiNavigationApiKey();
  

Type: class

Name: AutomotiveUiApiKeyStaticConfigurationProvider

  
  property public final String automotiveUiNavigationApiKey;
  

Type: class

Name: AutomotiveUiConfigurationToolsKt

  
  method public static String? getAutomotiveUiNavigationApiKey(com.tomtom.ivi.platform.framework.api.configuration.api.StaticConfigurationProvider);
  

Module platform_framework_api_common_uiembedding

Type: class

Name: TtiviActivityView

  
  method public void setAllowedPackageNames(java.util.Map<java.lang.String,? extends java.util.Set<java.lang.String>> packageToAllowedPackagesMap);
  

Type: class

Name: TtiviActivityViewBindingAdaptersKt

  
  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);
  

Module platform_framework_api_ipc_iviservice

Type: class

Name: IviServiceHostId

  
  ctor public IviServiceHostId(String packageName, String componentName);
  

Type: class

Name: IviServiceHostId

  
  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 {