正在查看: Bhakti v5.4.0 应用的 RttIntentService.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Bhakti v5.4.0 应用的 RttIntentService.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.moengage.rtt.internal;
import Ai.p;
import Je.t;
import Jh.j;
import Nh.l;
import android.app.IntentService;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import kotlin.Metadata;
import kotlin.jvm.internal.Intrinsics;
import kotlin.text.StringsKt;
import mf.h;
import nf.F;
import qg.e0;
import yd.c;
@Metadata
public final class RttIntentService extends IntentService {
public final String a;
public RttIntentService() {
super("RttIntentService");
this.a = "RTT_4.0.0_RttIntentService";
}
@Override
public final void onHandleIntent(Intent intent) {
String action;
Bundle extras;
String string;
F c5;
try {
c cVar = h.c;
p.P(0, (Throwable) null, (e0) null, new l(this, 0), 7);
if (intent == null || (action = intent.getAction()) == null || StringsKt.H(action) || (extras = intent.getExtras()) == null || (string = extras.getString("moe_app_id")) == null || (c5 = t.c(string)) == null) {
return;
}
p.P(0, (Throwable) null, (e0) null, new j(11, this, action), 7);
if (action.equals("MOE_ACTION_SHOW_NOTIFICATION")) {
Bh.c cVar2 = new Bh.c(c5, 1);
Context applicationContext = getApplicationContext();
Intrinsics.checkNotNullExpressionValue(applicationContext, "getApplicationContext(...)");
String string2 = extras.getString("MOE_CAMPAIGN_ID", "");
Intrinsics.checkNotNullExpressionValue(string2, "getString(...)");
String string3 = extras.getString("MOE_NOTIFICATION_PAYLOAD", "");
Intrinsics.checkNotNullExpressionValue(string3, "getString(...)");
cVar2.i(applicationContext, string2, string3, extras.getBoolean("isOffline"));
} else {
p.P(0, (Throwable) null, (e0) null, new l(this, 1), 7);
}
} catch (Exception e4) {
c cVar3 = h.c;
p.P(1, e4, (e0) null, new l(this, 2), 4);
}
}
}