File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ package com.google.firebase.remoteconfig {
21
21
method @NonNull public com.google.android.gms.tasks.Task<java.lang.Void> setConfigSettingsAsync(@NonNull com.google.firebase.remoteconfig.FirebaseRemoteConfigSettings);
22
22
method @NonNull public com.google.android.gms.tasks.Task<java.lang.Void> setDefaultsAsync(@NonNull java.util.Map<java.lang.String,java.lang.Object>);
23
23
method @NonNull public com.google.android.gms.tasks.Task<java.lang.Void> setDefaultsAsync(@XmlRes int);
24
+ method public void useEmulator(@NonNull String, int);
24
25
field public static final boolean DEFAULT_VALUE_FOR_BOOLEAN = false;
25
26
field public static final byte[] DEFAULT_VALUE_FOR_BYTE_ARRAY;
26
27
field public static final double DEFAULT_VALUE_FOR_DOUBLE = 0.0;
You can’t perform that action at this time.
0 commit comments