Skip to content

Instantly share code, notes, and snippets.

@devwithzachary
Created January 26, 2022 13:42
config.fetch().addOnSuccessListener(new OnSuccessListener<ConfigValues>() {
@Override
public void onSuccess(ConfigValues configValues) {
config.apply(configValues);
// Apply parameter values.
}
}).addOnFailureListener(new OnFailureListener() {
@Override
public void onFailure(Exception e) {
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment