core/com.tealium.prism.core.api.modules/Module Module interface ModuleThe Module is the basis for extending functionality of the Tealium instance.The id should be unique for all modules.InheritorsCollectorDispatcherTransformer Members Properties id Link copied to clipboard abstract val id: StringThe unique id identifying this Module version Link copied to clipboard abstract val version: StringA string describing the version of this Module. Functions onShutdown Link copied to clipboard open fun onShutdown()Called when this Module has been determined to be shutdown. This could happen for the following reasons: updateConfiguration Link copied to clipboard open fun updateConfiguration(configuration: DataObject): Module?Called whenever updated configuration has been made available for this specific Module.