getValue

expect fun getValue(index: Int): Any?(source)

Gets value at the given index as an object. The object types are Blob, Array, Dictionary, Number, or String based on the underlying data type; or nil if the value is nil.

Return

the Object or null.

Parameters

index

the index. This value must not exceed the bounds of the array.

actual fun getValue(index: Int): Any?(source)
actual open fun getValue(index: Int): Any?(source)