Files
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

30 lines
777 B
Java

package com.tapjoy.internal;
import com.tapjoy.TJConnectListener;
/* loaded from: classes4.dex */
public final class u2 extends TJConnectListener {
public final /* synthetic */ q2 a;
public u2(q2 q2Var) {
this.a = q2Var;
}
@Override // com.tapjoy.TJConnectListener, com.tapjoy.TJConnectInterface
public final void onConnectFailure(int i, String str) {
this.a.c(i, str);
}
@Override // com.tapjoy.TJConnectListener, com.tapjoy.TJConnectInterface
public final void onConnectSuccess() {
this.a.a(5);
this.a.c();
}
@Override // com.tapjoy.TJConnectListener, com.tapjoy.TJConnectInterface
public final void onConnectWarning(int i, String str) {
this.a.a(6);
this.a.b(i, str);
}
}