firebase::remote_config::ConfigKeyValueVariant

#include <remote_config.h>

Describes a mapping of a key to a value of any type.

Summary

Used to set default values.

Public attributes

key
const char *
The lookup key string.
value
The value to be stored.

Public attributes

value

Variant firebase::remote_config::ConfigKeyValueVariant::value

The value to be stored.

The type of the Variant determines the type of default data for the given key.