integerArrayResource
Source set: Android
@Composable
public fun integerArrayResource(@ArrayRes id: Int): IntArray
Load an array of integer resource.
Parameters
| id | the resource identifier |
Return
the integer array associated with the resource
Load an array of integer resource.
@Composable
public fun integerArrayResource(@ArrayRes id: Int): IntArray
Load an array of integer resource.
| id | the resource identifier |
the integer array associated with the resource