| java.lang.Object | |
| ↳ | com.google.firebase.remoteconfig.KeysAndValues |
Represents data stored in context passed to server-side Remote Config.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | KeysAndValues.Builder | Builder class for KeysAndValues using which values will be assigned to private variables. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean |
containsKey(String key)
Checks whether a key is present in the context.
| ||||||||||
| String |
get(String key)
Gets the value of the data stored in context.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Checks whether a key is present in the context.
| key | The key for data stored in context. |
|---|
Gets the value of the data stored in context.
| key | The key for data stored in context. |
|---|