getString

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

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

See also


open fun getString(feature: Feature, key: String): String