SG6 GAME v1.2版本的 MD5 值为:e05d9d2dd2bb5cc643956d31ab441e99

以下内容为反编译后的 AFe1sSDK.java 源代码,内容仅作参考


package com.appsflyer.internal;

import android.content.Context;
import android.content.Intent;
import com.appsflyer.AFLogger;
import com.appsflyer.AppsFlyerLib;
import com.appsflyer.AppsFlyerProperties;
import com.appsflyer.FirebaseMessagingServiceListener;
import com.appsflyer.internal.AFd1tSDK;
public final class AFe1sSDK {
    public static String AFKeystoreWrapper;
    public final AFb1fSDK values;

    static {
        StringBuilder sb = new StringBuilder("https://%sregister.%s/api/v");
        sb.append(AFa1dSDK.values);
        AFKeystoreWrapper = sb.toString();
    }

    public AFe1sSDK(Context context) {
        this.values = AFa1dSDK.valueOf().valueOf(context);
    }

    public static boolean AFInAppEventParameterName(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 AFa1cSDK.AFInAppEventParameterName(context, new Intent("com.google.firebase.MESSAGING_EVENT", null, context, FirebaseMessagingServiceListener.class));
    }

    public static boolean AFInAppEventType(AFb1fSDK aFb1fSDK) {
        return aFb1fSDK.AFKeystoreWrapper("sentRegisterRequestToAF");
    }

    public static void AFKeystoreWrapper(String str) {
        AFc1zSDK AFInAppEventParameterName = AFa1dSDK.valueOf().AFInAppEventParameterName();
        AFd1gSDK aFd1gSDK = new AFd1gSDK(str, AFInAppEventParameterName);
        AFd1tSDK level = AFInAppEventParameterName.getLevel();
        level.AFKeystoreWrapper.execute(new AFd1tSDK.AnonymousClass5(aFd1gSDK));
    }

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