- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
24 lines
639 B
Java
24 lines
639 B
Java
package com.tapjoy.internal;
|
|
|
|
import com.tapjoy.TJConnectListener;
|
|
import com.tapjoy.TJSetUserIDListener;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class v1 implements TJSetUserIDListener {
|
|
public final /* synthetic */ TJConnectListener a;
|
|
|
|
public v1(TJConnectListener tJConnectListener) {
|
|
this.a = tJConnectListener;
|
|
}
|
|
|
|
@Override // com.tapjoy.TJSetUserIDListener
|
|
public final void onSetUserIDFailure(int i, String str) {
|
|
this.a.onConnectWarning(i, str);
|
|
}
|
|
|
|
@Override // com.tapjoy.TJSetUserIDListener
|
|
public final void onSetUserIDSuccess() {
|
|
this.a.onConnectSuccess();
|
|
}
|
|
}
|