Compose Unstyled 2.0 is out! Check the official announcement blog ->
Composable Function

integerArrayResource

Load an array of integer resource.

integerArrayResource

Source set: 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

Last updated: