IviPlatformInternalModuleReference

class IviPlatformInternalModuleReference(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: "navkit2apikey".

version

The version of the module.

Constructors

Link copied to clipboard
fun IviPlatformInternalModuleReference(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
val moduleName: String
Link copied to clipboard
val packageName: String
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