getValue

private open fun getValue(researchKey: String, researchValue: String, keyToFetch: String): String

Method to fetch detail from coins map

Return

value of keyToFetch if exists as String and null if not exists

Parameters

researchKey

: key used to research the compare key

researchValue

: value of researchKey

keyToFetch

: key of the detail to fetch