Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
package com.vungle.ads.internal.signals;
/* loaded from: classes4.dex */
public final class SignalKey {
public static final int AD_LOADED_PLAYED_DURATION = 110;
public static final int AD_SIGNAL = 106;
public static final int DURATION_AFTER_PREVIOUS_LOAD = 109;
public static final int EVENT_ID = 107;
public static final SignalKey INSTANCE = new SignalKey();
public static final int SCREEN_ORIENTATION = 108;
public static final int SESSION_COUNT = 103;
public static final int SESSION_CREATION_TIME = 100;
public static final int SESSION_DEPTH = 104;
public static final int SESSION_DURATION = 102;
public static final int SESSION_ID = 101;
public static final int TEMPLATE_SIGNAL = 500;
public static final int UNCLOSED_AD = 105;
private SignalKey() {
}
}