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

getDataObject

fun getDataObject(index: Int): DataObject?

Gets the DataObject entry at the given index if it exists and the value is a DataObject.

Return

The DataObject stored at the given index; else null

Parameters

index

The index in the list to retrieve

Generated by Dokka
(c) Tealium 2026