getAnyValueDetails

abstract suspend fun getAnyValueDetails(key: String, defaultValue: Any?, user: ConfigCatUser?): EvaluationDetails(source)

Gets the value and evaluation details of a feature flag or setting identified by the given key.

Parameters

key

the identifier of the feature flag or setting.

defaultValue

in case of any failure, this value will be returned.

user

the user object.