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 |
Load an array of integer resource.
@Composable
@ReadOnlyComposable
fun integerArrayResource(@ArrayRes id: Int): IntArray
Load an array of integer resource.
| id | the resource identifier |
| the integer array associated with the resource |