Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.modules/ModuleFactory/canBeDisabled

canBeDisabled

open fun canBeDisabled(): Boolean

Specifies whether or not the Module produced by this ModuleFactory can be disabled by settings from local and remote sources.

The default is true, therefore enabling remote enabling/disabling of Modules by default and it is only recommended for this be set to false for core modules in the SDK that are required for correct operation.

Return

true if the module can be disabled by settings updates, otherwise false

Generated by Dokka
(c) Tealium 2026