导航菜单

页面标题

页面副标题

Cantique de Louanges v12 - AdColonyInterstitialActivity.java 源代码

正在查看: Cantique de Louanges v12 应用的 AdColonyInterstitialActivity.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package com.adcolony.sdk;

import android.content.res.Configuration;
import android.os.Bundle;
import android.os.Handler;
import android.os.Looper;

public class AdColonyInterstitialActivity extends s {

    j f9124j;

    private p0 f9125k;

    public AdColonyInterstitialActivity() {
        this.f9124j = !r.k() ? null : r.h().z0();
    }

    @Override
    void c(m0 m0Var) {
        String l5;
        super.c(m0Var);
        a0 Z = r.h().Z();
        h0 C = x.C(m0Var.a(), "v4iap");
        f0 d5 = x.d(C, "product_ids");
        j jVar = this.f9124j;
        if (jVar != null && jVar.A() != null && (l5 = d5.l(0)) != null) {
            this.f9124j.A().g(this.f9124j, l5, x.A(C, "engagement_type"));
        }
        Z.h(this.f9589a);
        if (this.f9124j != null) {
            Z.E().remove(this.f9124j.m());
            if (this.f9124j.A() != null) {
                this.f9124j.A().e(this.f9124j);
                this.f9124j.g(null);
                this.f9124j.Q(null);
            }
            this.f9124j.L();
            this.f9124j = null;
        }
        p0 p0Var = this.f9125k;
        if (p0Var != null) {
            p0Var.a();
            this.f9125k = null;
        }
    }

    @Override
    public void onBackPressed() {
        super.onBackPressed();
    }

    @Override
    public void onConfigurationChanged(Configuration configuration) {
        super.onConfigurationChanged(configuration);
    }

    @Override
    public void onCreate(Bundle bundle) {
        j jVar;
        j jVar2 = this.f9124j;
        this.f9590b = jVar2 == null ? -1 : jVar2.y();
        super.onCreate(bundle);
        if (!r.k() || (jVar = this.f9124j) == null) {
            return;
        }
        c1 w4 = jVar.w();
        if (w4 != null) {
            w4.e(this.f9589a);
        }
        this.f9125k = new p0(new Handler(Looper.getMainLooper()), this.f9124j);
        if (this.f9124j.A() != null) {
            this.f9124j.A().i(this.f9124j);
        }
    }

    @Override
    public void onDestroy() {
        super.onDestroy();
    }

    @Override
    public void onPause() {
        super.onPause();
    }

    @Override
    public void onResume() {
        super.onResume();
    }

    @Override
    public void onWindowFocusChanged(boolean z4) {
        super.onWindowFocusChanged(z4);
    }
}