Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.google.firebase.remoteconfig;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public interface FirebaseRemoteConfigValue {
|
||||
boolean asBoolean() throws IllegalArgumentException;
|
||||
|
||||
byte[] asByteArray();
|
||||
|
||||
double asDouble() throws IllegalArgumentException;
|
||||
|
||||
long asLong() throws IllegalArgumentException;
|
||||
|
||||
String asString();
|
||||
|
||||
int getSource();
|
||||
}
|
||||
Reference in New Issue
Block a user