getBoolean

abstract fun getBoolean(feature: Feature, key: String, attributes: Attributes = Attributes()): Boolean

Calculates the value of a boolean feature flag for the given key and attributes.

See also


open fun getBoolean(feature: Feature, key: String): Boolean