core-ktx / androidx.content.res / android.content.res.TypedArray / getTextArrayOrThrow

getTextArrayOrThrow

fun TypedArray.getTextArrayOrThrow(@StyleableRes index: Int): Array<CharSequence>

Retrieve the text array value for the attribute at index or throws IllegalArgumentException if not defined.

See Also

TypedArray.hasValue

TypedArray.getTextArray