62 lines
2.0 KiB
Java
62 lines
2.0 KiB
Java
package o;
|
|
|
|
import com.google.android.gms.tasks.Task;
|
|
import com.google.firebase.ktx.Firebase;
|
|
import com.google.firebase.remoteconfig.FirebaseRemoteConfig;
|
|
import com.google.firebase.remoteconfig.FirebaseRemoteConfigSettings;
|
|
import com.google.firebase.remoteconfig.ktx.RemoteConfigKt;
|
|
|
|
/* renamed from: o.doI, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C9672doI implements InterfaceC9670doG {
|
|
private final InterfaceC13393fZL e;
|
|
|
|
@InterfaceC13391fZD
|
|
public C9672doI() {
|
|
RVV rvv = RVV.c;
|
|
C14957gcv.e(rvv, "");
|
|
this.e = new fZZ(rvv);
|
|
}
|
|
|
|
@Override // o.InterfaceC9670doG
|
|
public final void c(FirebaseRemoteConfigSettings firebaseRemoteConfigSettings) {
|
|
C14957gcv.e(firebaseRemoteConfigSettings, "");
|
|
((FirebaseRemoteConfig) this.e.e()).setConfigSettingsAsync(firebaseRemoteConfigSettings);
|
|
}
|
|
|
|
@Override // o.InterfaceC9670doG
|
|
public final void e(int i) {
|
|
((FirebaseRemoteConfig) this.e.e()).setDefaultsAsync(i);
|
|
}
|
|
|
|
@Override // o.InterfaceC9670doG
|
|
public final Task<Boolean> c() {
|
|
Task<Boolean> fetchAndActivate = ((FirebaseRemoteConfig) this.e.e()).fetchAndActivate();
|
|
C14957gcv.c(fetchAndActivate, "");
|
|
return fetchAndActivate;
|
|
}
|
|
|
|
@Override // o.InterfaceC9670doG
|
|
public final String b(String str) {
|
|
C14957gcv.e(str, "");
|
|
String string = ((FirebaseRemoteConfig) this.e.e()).getString(str);
|
|
C14957gcv.c((Object) string, "");
|
|
return string;
|
|
}
|
|
|
|
/* renamed from: o.doI$RVV */
|
|
/* loaded from: classes.dex */
|
|
static final class RVV extends AbstractC14961gcz implements InterfaceC14890gbN<FirebaseRemoteConfig> {
|
|
public static final RVV c = new RVV();
|
|
|
|
@Override // o.InterfaceC14890gbN
|
|
public final /* synthetic */ FirebaseRemoteConfig invoke() {
|
|
return RemoteConfigKt.getRemoteConfig(Firebase.INSTANCE);
|
|
}
|
|
|
|
RVV() {
|
|
super(0);
|
|
}
|
|
}
|
|
}
|