We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf48ada commit 7af9388Copy full SHA for 7af9388
firebase-config/src/main/java/com/google/firebase/remoteconfig/FirebaseRemoteConfig.java
@@ -562,8 +562,8 @@ public Task<Void> reset() {
562
*
563
* @param configUpdateListener A {@link ConfigUpdateListener} that can be used to respond to
564
* config updates when they're fetched.
565
- * @return A {@link ConfigUpdateListenerRegistration} that allows the user to remove the added
566
- * {@code configUpdateListener} and close the connection when there are no more listeners.
+ * @return A {@link ConfigUpdateListenerRegistration} that allows you to remove the added {@code
+ * configUpdateListener} and close the connection when there are no more listeners.
567
*/
568
@NonNull
569
public ConfigUpdateListenerRegistration addOnConfigUpdateListener(
0 commit comments