正在查看: VivaMoneda v1.4 应用的 AFf1gSDK.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: VivaMoneda v1.4 应用的 AFf1gSDK.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.appsflyer.internal;
import android.content.Context;
import android.content.Intent;
import androidx.annotation.NonNull;
import com.appsflyer.AFLogger;
import com.appsflyer.AppsFlyerLib;
import com.appsflyer.AppsFlyerProperties;
import com.appsflyer.FirebaseMessagingServiceListener;
import com.appsflyer.internal.AFe1jSDK.AnonymousClass4;
public final class AFf1gSDK {
public static String AFInAppEventType;
public final AFd1xSDK valueOf;
static {
StringBuilder sb = new StringBuilder("https://%sregister.%s/api/v");
sb.append(AFb1tSDK.valueOf);
AFInAppEventType = sb.toString();
}
public AFf1gSDK(@NonNull Context context) {
this.valueOf = AFb1tSDK.AFKeystoreWrapper().AFInAppEventParameterName(context);
}
public static void AFInAppEventParameterName(String str) {
AFd1pSDK values = AFb1tSDK.AFKeystoreWrapper().values();
AFf1rSDK aFf1rSDK = new AFf1rSDK(str, values);
AFe1jSDK afWarnLog = values.afWarnLog();
afWarnLog.AFInAppEventParameterName.execute(afWarnLog.new AnonymousClass4(aFf1rSDK));
}
public static boolean values(Context context) {
if (AppsFlyerLib.getInstance().isStopped()) {
return false;
}
try {
Class.forName("com.google.firebase.messaging.FirebaseMessagingService");
} catch (ClassNotFoundException unused) {
} catch (Throwable th) {
AFLogger.afErrorLog("An error occurred while trying to verify manifest declarations: ", th);
}
return AFb1rSDK.AFInAppEventParameterName(context, new Intent("com.google.firebase.MESSAGING_EVENT", null, context, FirebaseMessagingServiceListener.class));
}
public final AFf1cSDK AFInAppEventType() {
String string;
String string2;
String AFKeystoreWrapper = this.valueOf.AFKeystoreWrapper("afUninstallToken", (String) null);
long AFInAppEventType2 = this.valueOf.AFInAppEventType("afUninstallToken_received_time", 0L);
boolean AFKeystoreWrapper2 = this.valueOf.AFKeystoreWrapper("afUninstallToken_queued");
this.valueOf.valueOf("afUninstallToken_queued", false);
if (AFKeystoreWrapper == null && (string2 = AppsFlyerProperties.getInstance().getString("afUninstallToken")) != null) {
AFKeystoreWrapper = string2.split(",")[r0.length - 1];
}
if (AFInAppEventType2 == 0 && (string = AppsFlyerProperties.getInstance().getString("afUninstallToken")) != null) {
String[] split = string.split(",");
if (split.length >= 2) {
try {
AFInAppEventType2 = Long.parseLong(split[split.length - 2]);
} catch (NumberFormatException unused) {
}
}
}
if (AFKeystoreWrapper != null) {
return new AFf1cSDK(AFKeystoreWrapper, AFInAppEventType2, AFKeystoreWrapper2);
}
return null;
}
public static boolean values(@NonNull AFd1xSDK aFd1xSDK) {
return aFd1xSDK.AFKeystoreWrapper("sentRegisterRequestToAF");
}
}