getKeyAndValue

abstract suspend fun getKeyAndValue(variationId: String): Pair<String, Any>?(source)

Gets the key of a setting and its value identified by the given variationId (analytics).

Parameters

variationId

the Variation ID.