| java.lang.Object | |
| ↳ | com.google.firebase.remoteconfig.ServerTemplateImpl |
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | ServerTemplateImpl.Builder | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ServerConfig |
evaluate()
Process the template data without context.
| ||||||||||
| ServerConfig |
evaluate(KeysAndValues context)
Process the template data with a condition evaluator
based on the provided context.
| ||||||||||
| String | getCachedTemplate() | ||||||||||
| KeysAndValues | getDefaultConfig() | ||||||||||
| ApiFuture<Void> |
load()
Fetches and caches the current active version of the project.
| ||||||||||
| String | toJson() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.firebase.remoteconfig.ServerTemplate
| |||||||||||
Process the template data with a condition evaluator based on the provided context.
Fetches and caches the current active version of the project.