Details | |||
---|---|---|---|
Exceptions |
| ||
Returns | Bool representation of this parameter value. |
System.Collections.Generic.IEnumerable<byte>Firebase::RemoteConfig::ConfigValue::ByteArrayValue
Gets the value as an IEnumerable of byte.
Details | |
---|---|
Returns | IEnumerable of byte representation of this parameter value. |
doubleFirebase::RemoteConfig::ConfigValue::DoubleValue
Gets the value as a double.
Details | |||
---|---|---|---|
Exceptions |
| ||
Returns | Double representation of this parameter value. |
longFirebase::RemoteConfig::ConfigValue::LongValue
Gets the value as a long.
Details | |||
---|---|---|---|
Exceptions |
| ||
Returns | Long representation of this parameter value. |
ValueSourceFirebase::RemoteConfig::ConfigValue::Source
Indicates which source this value came from.
Details | |
---|---|
Returns | The ValueSource corresponding to where the value came from, either the server, the default value provided, or static, if neither. |
stringFirebase::RemoteConfig::ConfigValue::StringValue
Gets the value as a string.
Details | |
---|---|
Returns | String representation of this parameter value. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-06-17 UTC.