Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.data/DataObject/get

get

open override fun get(key: String): DataItem?

Gets the DataItem stored at the given key if it exists regardless of it's underlying type.

Return

The DataItem stored at the given key; else null

Parameters

key

The key to use to lookup the item.

Generated by Dokka
(c) Tealium 2026