integerResource
Source set: Android
@Composable
@ReadOnlyComposable
fun integerResource(@IntegerRes id: Int): Int
Load an integer resource.
Parameters
| id | the resource identifier |
Returns
| the integer associated with the resource |
Load an integer resource.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
@Composable
@ReadOnlyComposable
fun integerResource(@IntegerRes id: Int): Int
Load an integer resource.
| id | the resource identifier |
| the integer associated with the resource |
Last updated: