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

getBoolean

abstract fun getBoolean(key: String, fallback: Boolean): Boolean

Get a boolean 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 Boolean value for the specified key