- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
18 lines
477 B
Java
18 lines
477 B
Java
package com.tapjoy;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class q implements TJTaskHandler {
|
|
public final /* synthetic */ String a;
|
|
public final /* synthetic */ TJAdUnitJSBridge b;
|
|
|
|
public q(TJAdUnitJSBridge tJAdUnitJSBridge, String str) {
|
|
this.b = tJAdUnitJSBridge;
|
|
this.a = str;
|
|
}
|
|
|
|
@Override // com.tapjoy.TJTaskHandler
|
|
public final void onComplete(Object obj) {
|
|
this.b.invokeJSCallback(this.a, (Boolean) obj);
|
|
}
|
|
}
|