导航菜单

页面标题

页面副标题

Brevistay v5.8.2 - cc.java 源代码

正在查看: Brevistay v5.8.2 应用的 cc.java JAVA 源代码文件

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


package com.appsflyer.internal;

import android.app.Application;
import com.appsflyer.AFLogger;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.atomic.AtomicInteger;

public final class cc implements Runnable {
    private static String valueOf = "https://%sgcdsdk.%s/install_data/v4.0/";
    private static final List<String> values = Arrays.asList("googleplay", "playstore", "googleplaystore");
    final ScheduledExecutorService AFInAppEventParameterName;
    private final Application AFInAppEventType;
    private final String AFKeystoreWrapper;
    private final ac AFLogger$LogLevel;
    private final int AFVersionDeclaration;
    private final AtomicInteger AppsFlyer2dXConversionCallback;

    cc(ac acVar, Application application, String str) {
        if (k.values == null) {
            k.values = new k();
        }
        this.AFInAppEventParameterName = k.values.AFKeystoreWrapper();
        this.AppsFlyer2dXConversionCallback = new AtomicInteger(0);
        this.AFLogger$LogLevel = acVar;
        this.AFInAppEventType = application;
        this.AFKeystoreWrapper = str;
        this.AFVersionDeclaration = 0;
    }

    private cc(cc ccVar) {
        if (k.values == null) {
            k.values = new k();
        }
        this.AFInAppEventParameterName = k.values.AFKeystoreWrapper();
        this.AppsFlyer2dXConversionCallback = new AtomicInteger(0);
        this.AFLogger$LogLevel = ccVar.AFLogger$LogLevel;
        this.AFInAppEventType = ccVar.AFInAppEventType;
        this.AFKeystoreWrapper = ccVar.AFKeystoreWrapper;
        this.AFVersionDeclaration = ccVar.AFVersionDeclaration + 1;
    }

    static void values(Map<String, Object> map) {
        StringBuilder sb = new StringBuilder("[GCD-A02] Calling onConversionDataSuccess with:\n");
        sb.append(map.toString());
        AFLogger.AFInAppEventParameterName(sb.toString());
        ac.AFKeystoreWrapper.onConversionDataSuccess(map);
    }

    public static void AFInAppEventParameterName(String str) {
        if (ac.AFKeystoreWrapper != null) {
            AFLogger.AFInAppEventParameterName("[GCD-A02] Calling onConversionFailure with:\n".concat(String.valueOf(str)));
            ac.AFKeystoreWrapper.onConversionDataFail(str);
        }
    }

    @Override
    public final void run() {
        throw new UnsupportedOperationException("Method not decompiled: com.appsflyer.internal.cc.run():void");
    }
}