Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.persistence/ModuleStoreProvider/getSharedDataStore

getSharedDataStore

abstract fun getSharedDataStore(): DataStore

Returns a DataStore that is not tied to a specific module, and therefore available for shared storage. Be mindful that this store can therefore be read from and written to by any code with access to it.

It is also required to execute updates on the Tealium processing Thread.

Generated by Dokka
(c) Tealium 2026