File tree 1 file changed +6
-5
lines changed
firebase-config/src/main/java/com/google/firebase/remoteconfig 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 24
24
*/
25
25
public interface ConfigUpdateListener {
26
26
/**
27
- * Callback for when a new config has been automatically fetched from the backend and has changed
28
- * from the activated config.
27
+ * Callback for when a new config version has been automatically fetched from the backend and has
28
+ * changed from the activated config.
29
29
*
30
- * @param configUpdate A {@link ConfigUpdate} with information about the updated config, including
31
- * the set of updated parameters.
30
+ * @param configUpdate A {@link ConfigUpdate} with information about the updated config version,
31
+ * including the set of updated parameters.
32
32
*/
33
33
void onUpdate (@ NonNull ConfigUpdate configUpdate );
34
34
35
35
/**
36
- * Callback for when an error occurs while listening for or fetching a config update.
36
+ * Callback for when an error occurs while listening for updates or fetching the latest version of
37
+ * the config.
37
38
*
38
39
* @param error A {@link FirebaseRemoteConfigException} with information about the error.
39
40
*/
You can’t perform that action at this time.
0 commit comments