Progress Tracker
Constructors
Types
Functions
Link copied to clipboard
Adds a module to triggeredModules list (attribute by user in "TTP_analytics" namespace) The module is defined by the action name. The action must be in format "module_persona".
Link copied to clipboard
Link copied to clipboard
fun <T : ElysaiModule> getModules(moduleClass: KClass<T>, stage: (T) -> Boolean = { true }): List<T>
Link copied to clipboard
Link copied to clipboard