getInt

abstract fun getInt(feature: Feature, key: String, attributes: Attributes = Attributes()): Int

Calculates the value of an integer feature flag for the given key and attributes.

See also


open fun getInt(feature: Feature, key: String): Int