public final class

ServerTemplateImpl

extends Object
implements ServerTemplate
java.lang.Object
   ↳ com.google.firebase.remoteconfig.ServerTemplateImpl

Summary

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

Public Methods

public ServerConfig evaluate ()

Process the template data without context.

public ServerConfig evaluate (KeysAndValues context)

Process the template data with a condition evaluator based on the provided context.

public String getCachedTemplate ()

public KeysAndValues getDefaultConfig ()

public ApiFuture<Void> load ()

Fetches and caches the current active version of the project.

public String toJson ()