integerArrayResource

Functions summary

IntArray

Load an array of integer resource.

Functions

integerArrayResource

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

Load an array of integer resource.

Parameters
id: @ArrayRes Int

the resource identifier

Returns
IntArray

the integer array associated with the resource