get Config
abstract suspend fun getConfig(timeout: Long?, getConfigRequest: GetConfigRequest): GetConfigResult
Content copied to clipboard
Requests a configuration value which was defined externally (e.g. via Firebase). Note that the value will always be returned as a string, regardless of the actual type.
Parameters
timeout
The timeout of getConfig in milliseconds or null if no timeout should be used
get Config Request
The getConfig request body object