导航菜单

页面标题

页面副标题

Housing v14.7.8 - ProxyIntentHandlerActivity.java 源代码

正在查看: Housing v14.7.8 应用的 ProxyIntentHandlerActivity.java JAVA 源代码文件

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


package com.locon.housing.customNotifications;

import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import androidx.compose.runtime.internal.StabilityInferred;
import com.locon.home.presentation.ui.components.sections.t2;
import dagger.hilt.android.AndroidEntryPoint;
import java.util.HashMap;
import javax.inject.Inject;
import kotlin.Metadata;
import kotlin.jvm.internal.SourceDebugExtension;
import kotlin.jvm.internal.m0;
import kotlinx.coroutines.k0;
import kotlinx.coroutines.l0;
import kotlinx.coroutines.z0;

@StabilityInferred(parameters = 0)
@Metadata(d1 = {"\u0000\u0014\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0007\b\u0007\u0018\u00002\u00020\u0001B\u0007¢\u0006\u0004\b\u0002\u0010\u0003R\"\u0010\u0005\u001a\u00020\u00048\u0006@\u0006X\u0087.¢\u0006\u0012\n\u0004\b\u0005\u0010\u0006\u001a\u0004\b\u0007\u0010\b\"\u0004\b\t\u0010\n¨\u0006\u000b"}, d2 = {"Lcom/locon/housing/customNotifications/ProxyIntentHandlerActivity;", "Landroidx/appcompat/app/i;", "<init>", "()V", "Lcom/locon/core/analytics/engines/p;", "analyticsService", "Lcom/locon/core/analytics/engines/p;", "getAnalyticsService", "()Lcom/locon/core/analytics/engines/p;", "setAnalyticsService", "(Lcom/locon/core/analytics/engines/p;)V", "app_gammaRelease"}, k = t2.HOUSE_RENT_ID, mv = {t2.OFFICE_RENT_ID, 0, 0}, xi = 48)
@AndroidEntryPoint
@SourceDebugExtension({"SMAP\nProxyIntentHandlerActivity.kt\nKotlin\n*S Kotlin\n*F\n+ 1 ProxyIntentHandlerActivity.kt\ncom/locon/housing/customNotifications/ProxyIntentHandlerActivity\n+ 2 fake.kt\nkotlin/jvm/internal/FakeKt\n*L\n1#1,110:1\n1#2:111\n*E\n"})
public final class ProxyIntentHandlerActivity extends e {
    public static final int $stable = 8;

    @Inject
    public com.locon.core.analytics.engines.p analyticsService;

    @Override
    public final void onCreate(android.os.Bundle r8) {
        throw new UnsupportedOperationException("Method not decompiled: com.locon.housing.customNotifications.ProxyIntentHandlerActivity.onCreate(android.os.Bundle):void");
    }

    public final void p(Bundle bundle) {
        Context applicationContext = getApplicationContext();
        Intent launchIntentForPackage = applicationContext.getPackageManager().getLaunchIntentForPackage(applicationContext.getPackageName());
        bundle.putString("type", "seller");
        if (launchIntentForPackage != null) {
            launchIntentForPackage.putExtras(bundle);
        }
        applicationContext.startActivity(launchIntentForPackage);
    }

    public final void q(String str) {
        m0 m0Var = new m0();
        m0Var.element = "";
        m0 m0Var2 = new m0();
        m0Var2.element = "";
        HashMap hashMap = new HashMap();
        int hashCode = str.hashCode();
        if (hashCode == -1701944363) {
            if (str.equals("source_view_details_click")) {
                m0Var.element = "lead_notification";
                m0Var2.element = "viewed_lead_details";
                hashMap.put("cta", "view_details");
            }
            m0Var.element = "";
            m0Var2.element = "";
        } else if (hashCode != -1319006248) {
            if (hashCode == -85154814 && str.equals("source_call")) {
                m0Var.element = "lead_notification";
                m0Var2.element = "viewed_contact_number";
                hashMap.put("cta", "call");
            }
            m0Var.element = "";
            m0Var2.element = "";
        } else {
            if (str.equals("source_notification_click")) {
                m0Var.element = "lead_notification";
                m0Var2.element = "viewed_notification";
                hashMap.put("cta", "clicked_notification");
            }
            m0Var.element = "";
            m0Var2.element = "";
        }
        String obj = hashMap.toString();
        z0 z0Var = z0.INSTANCE;
        kotlinx.coroutines.k.c(k0.a(kotlinx.coroutines.scheduling.b.INSTANCE), (kotlin.coroutines.f) null, (l0) null, new z(this, m0Var, m0Var2, obj, null), 3);
    }
}