API reference
API reference
Select your platform
No SDKs available
No versions available

BooleanAttribute

BooleanAttribute

class BooleanAttribute(keyString: String, key: Int, component: ComponentBase, initialValue: Boolean? = null) : AbstractAttribute<Boolean?>

Constructors

NameSummary
BooleanAttribute
constructor(keyString: String, key: Int, component: ComponentBase, initialValue: Boolean? = null)

Properties

NameSummary
map
var map: MutableMap<Int, <Error class: unknown class><AttributeType, Any?>>
value
var value: Boolean?

Functions

NameSummary
checkIfComponentIsOld
fun checkIfComponentIsOld()
checkIfComponentIsRecycled
fun checkIfComponentIsRecycled()
getValue
operator fun getValue(thisRef: Any?, property: KProperty<*>): Boolean
setValue
operator fun setValue(thisRef: Any?, property: KProperty<*>, value: Boolean)
Did you find this page helpful?
Thumbs up icon
Thumbs down icon