OurPlay v5.5.9版本的 MD5 值为:d4e139798f4c2243a1145c8af5e21046

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


package com.excelliance.kxqp.ui;

import android.content.Context;
import com.excelliance.kxqp.GameUtilBuild;
import com.excelliance.kxqp.gs.thpool.tp;
import com.excelliance.kxqp.gs.util.ViewSwitcher;
import com.excelliance.kxqp.helper.InitHelper;

public class HelloPresenter {

    private Context f13785a;

    private HelloActivity f13786b;

    public HelloPresenter(HelloActivity helloActivity, Context context) {
        this.f13785a = context;
        this.f13786b = helloActivity;
    }

    public void a() {
        if (InitHelper.getPrivacyAgreed(this.f13785a)) {
            tp.f(new Runnable() {
                @Override
                public void run() {
                    ViewSwitcher.a(HelloPresenter.this.f13785a).a(GameUtilBuild.getSwitchParams(HelloPresenter.this.f13785a), "https://api.ourplay.com.cn/switch/marketcheck");
                }
            });
        }
    }
}