integerArrayResource
Composable Function
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 |