getColorValue

fun getColorValue(primaryKey: String): Int?

Return

the value for the given key if found in either the configuration cache (if the key has already been retrieved), the override cache (if the override key is present in cache), or the XML. Returns null if not found in these locations. The primary key will take precedence over the secondary key.

Parameters

primaryKey

the primary key for the desired value