MT Manager v2.15.3版本的 MD5 值为:27f0d62ac7123fbbaefff319fdab9f13

以下内容为反编译后的 C9060.java 源代码,内容仅作参考


package l;

import android.webkit.WebView;
import java.lang.ref.WeakReference;

public class C9060 {

    public WeakReference f26160;

    public long f26161;

    public void mo21100() {
        WebView webView = (WebView) this.f26160.get();
        if (webView == null) {
            return;
        }
        webView.loadUrl("javascript:window.JsBridge&&JsBridge.callback(" + this.f26161 + ",{'r':1,'result':'no such method'})");
    }

    public C9060(C11726 c11726, long j) {
        this.f26160 = new WeakReference(c11726);
        this.f26161 = j;
    }

    public void mo21098() {
        WebView webView = (WebView) this.f26160.get();
        if (webView == null) {
            return;
        }
        webView.loadUrl("javascript:window.JsBridge&&JsBridge.callback(" + this.f26161 + ",{'r':0,'result':'undefined'});");
    }

    public void mo21099(String str) {
        WebView webView = (WebView) this.f26160.get();
        if (webView != null) {
            webView.loadUrl("javascript:" + str);
        }
    }
}