- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
23 lines
653 B
Java
23 lines
653 B
Java
package com.tapjoy;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class s implements Runnable {
|
|
public final /* synthetic */ String a;
|
|
public final /* synthetic */ TJAdUnitJSBridge b;
|
|
|
|
public s(TJAdUnitJSBridge tJAdUnitJSBridge, String str) {
|
|
this.b = tJAdUnitJSBridge;
|
|
this.a = str;
|
|
}
|
|
|
|
@Override // java.lang.Runnable
|
|
public final void run() {
|
|
TJAdUnitJSBridge tJAdUnitJSBridge = this.b;
|
|
if (tJAdUnitJSBridge.c != null) {
|
|
tJAdUnitJSBridge.invokeJSCallback(this.a, Boolean.TRUE);
|
|
} else {
|
|
tJAdUnitJSBridge.invokeJSCallback(this.a, Boolean.FALSE);
|
|
}
|
|
}
|
|
}
|