---
title: "integerArrayResource"
description: "Load an array of integer resource."
type: "composable"
---

<div class='type'>Composable Function</div>


<a id='references'></a>

<div class='sourceset sourceset-android'>Android</div>


```kotlin
@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 |





