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