Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.persistence/DataStore/Editor/remove

remove

abstract fun remove(key: String): DataStore.Editor

Removes and individual key from storage

Return

Editor to continue editing this storage

Parameters

key

the key to remove from storage


abstract fun remove(keys: List<String>): DataStore.Editor

Removes multiple keys from storage

Return

Editor to continue editing this storage

Parameters

keys

The list of keys to remove from storage

Generated by Dokka
(c) Tealium 2026