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 @@ -37,6 +37,7 @@ package com.google.firebase.remoteconfig {
37
37
method @NonNull public com.google.android.gms.tasks.Task<java.lang.Void> setConfigSettingsAsync(@NonNull com.google.firebase.remoteconfig.FirebaseRemoteConfigSettings);
38
38
method @NonNull public com.google.android.gms.tasks.Task<java.lang.Void> setDefaultsAsync(@NonNull java.util.Map<java.lang.String,java.lang.Object>);
39
39
method @NonNull public com.google.android.gms.tasks.Task<java.lang.Void> setDefaultsAsync(@XmlRes int);
40
+ method public void useEmulator(@NonNull String, int);
40
41
field public static final boolean DEFAULT_VALUE_FOR_BOOLEAN = false;
41
42
field public static final byte[] DEFAULT_VALUE_FOR_BYTE_ARRAY;
42
43
field public static final double DEFAULT_VALUE_FOR_DOUBLE = 0.0;
You can’t perform that action at this time.
0 commit comments