getKeysByPrefix

actual fun getKeysByPrefix(prefix: String): Set<String>(source)
expect fun getKeysByPrefix(prefix: String): Set<String>(source)

Returns a Set of all Firebase Remote Config parameter keys with the given prefix.

Return

Set of Remote Config parameter keys that start with the specified prefix.

Parameters

prefix

The key prefix to look for. If the prefix is empty, all keys are returned.

actual fun getKeysByPrefix(prefix: String): Set<String>(source)
actual fun getKeysByPrefix(prefix: String): Set<String>(source)
actual fun getKeysByPrefix(prefix: String): Set<String>(source)