导航菜单

页面标题

页面副标题

MedEd v5.3.6 - PushTracker.java 源代码

正在查看: MedEd v5.3.6 应用的 PushTracker.java JAVA 源代码文件

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


package com.moengage.pushbase.activities;

import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import androidx.fragment.app.e;
import com.moengage.pushbase.internal.a;
import defpackage.C0202dn1;
import defpackage.Hl2;
import defpackage.SW0;
import defpackage.To1$a;
import defpackage.oH2;
import kotlin.Metadata;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.internal.Intrinsics;

@Metadata
public final class PushTracker extends e {
    private final String tag = "PushBase_9.1.1_PushTracker";

    public static final String onCreate$lambda$0(PushTracker pushTracker) {
        return qe.a(new StringBuilder(), pushTracker.tag, " onCreate() : ");
    }

    public static final String onCreate$lambda$1(PushTracker pushTracker) {
        return qe.a(new StringBuilder(), pushTracker.tag, " onCreate() : Completed execution");
    }

    public static final String onCreate$lambda$2(PushTracker pushTracker) {
        return qe.a(new StringBuilder(), pushTracker.tag, " onCreate() : ");
    }

    public void onCreate(Bundle bundle) {
        Intent intent;
        try {
            super.onCreate(bundle);
            To1$a.d(To1.e, 0, null, null, new SW0(this, 5), 7);
            intent = getIntent();
        } catch (Throwable th) {
            To1$a.d(To1.e, 1, th, null, new Hl2(this, 0), 4);
        }
        if (intent == null) {
            throw new IllegalStateException("Intent cannot be null");
        }
        Bundle extras = intent.getExtras();
        if (extras == null) {
            throw new IllegalStateException("Intent extras cannot be empty");
        }
        kb1.r(extras);
        if (a.b == null) {
            synchronized (a.class) {
                try {
                    a aVar = a.b;
                    if (aVar == null) {
                        aVar = new a();
                    }
                    a.b = aVar;
                } finally {
                }
            }
        }
        iH2 c = a.c(extras);
        if (c == null) {
            throw new oH2("Instance not initialised.");
        }
        boolean containsKey = extras.containsKey("gcm_webUrl");
        UG ug = new UG(c);
        ug.c(this);
        Context applicationContext = getApplicationContext();
        Intrinsics.checkNotNullExpressionValue(applicationContext, "getApplicationContext(...)");
        ug.d(applicationContext, extras);
        ug.b(this, extras);
        if (containsKey) {
            Context applicationContext2 = getApplicationContext();
            Intrinsics.checkNotNullExpressionValue(applicationContext2, "getApplicationContext(...)");
            Bx2 bx2 = Bx2.d;
            Intrinsics.checkNotNullParameter(applicationContext2, "context");
            Intrinsics.checkNotNullParameter(c, "sdkInstance");
            Intrinsics.checkNotNullParameter(bx2, "triggerPoint");
            Xx2.b(applicationContext2, bx2, c);
        }
        finish();
        To1.a(c.d, 0, (Throwable) null, (Function0) null, new C0202dn1(this, 3), 7);
        finish();
    }
}