ModuleManager
interface ModuleManager
The ModuleManager is responsible for managing Module implementations throughout the Tealium instance lifecycle.
This class provides properties for interacting with other Module implementations, either by fetching a specific Module implementation of by observing one of its properties.
Properties
Functions
Link copied to clipboard
abstract fun <T : Module, R> observeModule(clazz: Class<T>, transform: (T) -> Observable<R>): Observable<R>