IviPlatformInternalModuleReference

class IviPlatformInternalModuleReference(val moduleName: String, val version: String) : ModuleReference

Deprecated

This API is supposed to only be used internally by IVI and should not be used directly. It may change in the future without providing backward compatibility.

Contains information about a TomTom Digital Cockpit platform internal dependency.

The packageName is derived from the moduleName.

Parameters

moduleName

The name of the module. For example: "automotiveUiApiKey".

version

The version of the module.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val groupName: String

Inherited properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val version: String? = null

Inherited functions

Link copied to clipboard
operator override fun equals(other: Any?): Boolean
Link copied to clipboard
override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String