Class

SelectIntCondition.BooleanCondition

Boolean condition wrapping a RemoteBoolean.

Source set: Android
data class BooleanCondition(val bool: RemoteBoolean) : SelectIntCondition()

Boolean condition wrapping a RemoteBoolean.

Functions

buildLongArray

Source set: Android
override fun buildLongArray(
            creationState: RemoteComposeCreationState,
            ifFalse: RemoteInt,
            ifTrue: RemoteInt,
        ): LongArray

Content updated: