IviPlatformModuleReference

class IviPlatformModuleReference(val moduleName: String) : ModuleReference

Contains information about a TomTom Digital Cockpit platform dependency.

The packageName is derived from the moduleName.

Parameters

moduleName

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

Constructors

Link copied to clipboard
fun IviPlatformModuleReference(moduleName: String)

Types

Link copied to clipboard
object Companion

Inherited properties

Link copied to clipboard
open val groupName: String? = null
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