导航菜单

页面标题

页面副标题

klikUMKM v2.0.1 - AFc1rSDK.java 源代码

正在查看: klikUMKM v2.0.1 应用的 AFc1rSDK.java JAVA 源代码文件

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


package com.appsflyer.internal;

import java.util.Map;
import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlin.jvm.internal.Intrinsics;
import org.jetbrains.annotations.NotNull;

public final class AFc1rSDK {

    @NotNull
    public byte[] AFInAppEventType;
    public Map<String, String> AFKeystoreWrapper;
    public int values;

    @NotNull
    public static final AFa1ySDK AFa1ySDK = new AFa1ySDK(null);

    @NotNull
    public static String AFInAppEventParameterName = "https://%smonitorsdk.%s/remote-debug/exception-manager";

    public static final class AFa1ySDK {
        private AFa1ySDK() {
        }

        public AFa1ySDK(DefaultConstructorMarker defaultConstructorMarker) {
            this();
        }
    }

    public AFc1rSDK(@NotNull byte[] bArr, Map<String, String> map, int i10) {
        Intrinsics.checkNotNullParameter(bArr, "");
        this.AFInAppEventType = bArr;
        this.AFKeystoreWrapper = map;
        this.values = i10;
    }

    public final boolean AFInAppEventType() {
        throw new UnsupportedOperationException("Method not decompiled: com.appsflyer.internal.AFc1rSDK.AFInAppEventType():boolean");
    }
}