VehicleIntegrationApiClient

@Since(version = 1)
interface VehicleIntegrationApiClient : AutoCloseable

Interface to access the different VehicleIntegrationClient APIs.

Functions

Link copied to clipboard
@Since(version = 1)
abstract override fun close()

Close the VehicleIntegrationClient and release any resources

Link copied to clipboard
@Since(version = 1)
abstract fun getOnlineServicesManager(): OnlineServicesManager

Get the OnlineServicesManager interface.

Link copied to clipboard
@Since(version = 1)
abstract fun getPrivacyManager(): PrivacyManager

Get the PrivacyManager interface.

Link copied to clipboard
@Since(version = 1)
abstract fun getResourcesManager(): ResourcesManager

Get the ResourcesManager interface.

Link copied to clipboard
@Since(version = 1)
abstract fun getVehicleInfoManager(): VehicleInfoManager

Get the VehicleInfoManager interface.