Composable Function

booleanResource

Load a boolean resource.

booleanResource

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