导航菜单

页面标题

页面副标题

Easycash v3.75.13 - AFg1oSDK.java 源代码

正在查看: Easycash v3.75.13 应用的 AFg1oSDK.java JAVA 源代码文件

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


package com.appsflyer.internal;

import android.content.Context;
import android.content.Intent;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.annotation.VisibleForTesting;
import com.appsflyer.AFLogger;
import com.appsflyer.AppsFlyerLib;
import com.appsflyer.AppsFlyerProperties;
import com.appsflyer.FirebaseMessagingServiceListener;
import com.appsflyer.internal.AFe1fSDK.AnonymousClass3;
import com.google.firebase.messaging.FirebaseMessagingService;

public final class AFg1oSDK {

    @VisibleForTesting
    public static String AFInAppEventParameterName;
    public final AFd1tSDK values;

    static {
        StringBuilder sb = new StringBuilder("https://%sregister.%s/api/v");
        sb.append(AFb1tSDK.valueOf);
        AFInAppEventParameterName = sb.toString();
    }

    public AFg1oSDK(@NonNull Context context) {
        this.values = AFb1tSDK.valueOf().AFKeystoreWrapper(context);
    }

    public static void AFInAppEventParameterName(String str) {
        AFd1mSDK values = AFb1tSDK.valueOf().values();
        AFf1iSDK aFf1iSDK = new AFf1iSDK(str, values);
        AFe1fSDK afInfoLog = values.afInfoLog();
        afInfoLog.AFKeystoreWrapper.execute(afInfoLog.new AnonymousClass3(aFf1iSDK));
    }

    public static boolean valueOf(Context context) {
        if (AppsFlyerLib.getInstance().isStopped()) {
            return false;
        }
        try {
            String str = FirebaseMessagingService.ACTION_DIRECT_BOOT_REMOTE_INTENT;
        } catch (ClassNotFoundException unused) {
        } catch (Throwable th) {
            AFLogger.INSTANCE.e(AFg1gSDK.UNINSTALL, "An error occurred while trying to verify manifest declarations: ", th);
        }
        return AFb1uSDK.valueOf(context, new Intent("com.google.firebase.MESSAGING_EVENT", null, context, FirebaseMessagingServiceListener.class));
    }

    public static boolean values(@NonNull AFd1tSDK aFd1tSDK) {
        return aFd1tSDK.values("sentRegisterRequestToAF");
    }

    @Nullable
    public final AFg1rSDK AFInAppEventParameterName() {
        String string;
        String string2;
        String AFKeystoreWrapper = this.values.AFKeystoreWrapper("afUninstallToken", (String) null);
        long AFKeystoreWrapper2 = this.values.AFKeystoreWrapper("afUninstallToken_received_time", 0L);
        boolean values = this.values.values("afUninstallToken_queued");
        this.values.values("afUninstallToken_queued", false);
        if (AFKeystoreWrapper == null && (string2 = AppsFlyerProperties.getInstance().getString("afUninstallToken")) != null) {
            AFKeystoreWrapper = string2.split(",")[r0.length - 1];
        }
        if (AFKeystoreWrapper2 == 0 && (string = AppsFlyerProperties.getInstance().getString("afUninstallToken")) != null) {
            String[] split = string.split(",");
            if (split.length >= 2) {
                try {
                    AFKeystoreWrapper2 = Long.parseLong(split[split.length - 2]);
                } catch (NumberFormatException unused) {
                }
            }
        }
        if (AFKeystoreWrapper != null) {
            return new AFg1rSDK(AFKeystoreWrapper, AFKeystoreWrapper2, values);
        }
        return null;
    }
}