remote-config / com.rakuten.tech.mobile.remoteconfig / RemoteConfig / getString

getString

abstract fun getString(key: String, fallback: String): String

Get a string from the Cached config. If the key does not exist, fallback will be returned.

Parameters

key - returns value for this key in the config

fallback - returned when the key does not exist

Return String value for the specified key