Composable Function

integerArrayResource

Load an array of integer resource.

integerArrayResource

Android
@Composable
@ReadOnlyComposable
fun integerArrayResource(@ArrayRes id: Int): IntArray

Load an array of integer resource.

Parameters

id the resource identifier

Returns

the integer array associated with the resource