IviPlatformInternalModuleReference

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

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
constructor(moduleName: String, version: String)

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