- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
23 lines
409 B
Java
23 lines
409 B
Java
package com.ironsource.sdk.controller;
|
|
|
|
import android.webkit.JavascriptInterface;
|
|
|
|
/* loaded from: classes4.dex */
|
|
class r {
|
|
private s a;
|
|
private boolean b = false;
|
|
|
|
public r(s sVar) {
|
|
this.a = sVar;
|
|
}
|
|
|
|
@JavascriptInterface
|
|
public String getTokenForMessaging() {
|
|
if (this.b) {
|
|
return "";
|
|
}
|
|
this.b = true;
|
|
return this.a.b();
|
|
}
|
|
}
|