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

getBoolean

fun getBoolean(index: Int): Boolean?

Gets the Boolean entry at the given index if it exists and the value can be correctly coerced to an Boolean.

No type coercion is attempted.

Return

The Boolean stored at the given index; else null

Parameters

index

The index in the list to retrieve

Generated by Dokka
(c) Tealium 2026