integerResource
Source set: Android
@Composable
public fun integerResource(@IntegerRes id: Int): Int
Load an integer resource.
Parameters
| id | the resource identifier |
Return
the integer associated with the resource
Load an integer resource.
@Composable
public fun integerResource(@IntegerRes id: Int): Int
Load an integer resource.
| id | the resource identifier |
the integer associated with the resource