integerArrayResource

Composable Function

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

Load an array of integer resource.

Parameters

idthe resource identifier

Returns

the integer array associated with the resource