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

forEachIndexed

fun JSONArray.forEachIndexed(block: (value: Any, index: Int) -> Unit)

Utility function to allow forEach with index iteration on a JSONArray

Generated by Dokka
(c) Tealium 2026