You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace old realtime exceptions with new exceptions (#4304)
* Replace old realtime exceptions with new exceptions
* Fix api.txt and add comments
* Fix api.txt
* Update api.txt
* Update based on review comments
* Update api.txt
* Updated tests and comments based on review
method @NonNull public com.google.android.gms.tasks.Task<java.lang.Boolean> activate();
15
-
method public com.google.firebase.remoteconfig.ConfigUpdateListenerRegistration addOnConfigUpdateListener(@NonNull com.google.firebase.remoteconfig.ConfigUpdateListener);
15
+
method @NonNull public com.google.firebase.remoteconfig.ConfigUpdateListenerRegistration addOnConfigUpdateListener(@NonNull com.google.firebase.remoteconfig.ConfigUpdateListener);
16
16
method @NonNull public com.google.android.gms.tasks.Task<com.google.firebase.remoteconfig.FirebaseRemoteConfigInfo> ensureInitialized();
17
17
method @NonNull public com.google.android.gms.tasks.Task<java.lang.Void> fetch();
18
18
method @NonNull public com.google.android.gms.tasks.Task<java.lang.Void> fetch(long);
Copy file name to clipboardExpand all lines: firebase-config/src/main/java/com/google/firebase/remoteconfig/FirebaseRemoteConfigRealtimeUpdateFetchException.java
Copy file name to clipboardExpand all lines: firebase-config/src/main/java/com/google/firebase/remoteconfig/FirebaseRemoteConfigRealtimeUpdateStreamException.java
0 commit comments