discord-jadx/app/src/main/java/c/i/a/f/i/b/i9.java

45 lines
937 B
Java

package c.i.a.f.i.b;
/* compiled from: com.google.android.gms:play-services-measurement@@18.0.0 */
public abstract class i9 extends s5 implements t5 {
public final k9 b;
/* renamed from: c reason: collision with root package name */
public boolean f1158c;
public i9(k9 k9Var) {
super(k9Var.k);
this.b = k9Var;
k9Var.p++;
}
public q9 m() {
return this.b.N();
}
public final void n() {
if (!this.f1158c) {
throw new IllegalStateException("Not initialized");
}
}
public final void o() {
if (!this.f1158c) {
p();
this.b.q++;
this.f1158c = true;
return;
}
throw new IllegalStateException("Can't initialize twice");
}
public abstract boolean p();
public g q() {
return this.b.K();
}
public p4 r() {
return this.b.H();
}
}