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,37 @@
package com.unity3d.scar.adapter.common;
/* loaded from: classes4.dex */
public enum GMAEvent {
SCAR_PRESENT,
SCAR_NOT_PRESENT,
ALREADY_INITIALIZED,
INIT_SUCCESS,
INIT_ERROR,
VERSION,
SCAR_UNSUPPORTED,
SIGNALS,
SIGNALS_ERROR,
INTERNAL_SIGNALS_ERROR,
AD_LOADED,
INTERSTITIAL_IMPRESSION_RECORDED,
REWARDED_IMPRESSION_RECORDED,
INTERNAL_LOAD_ERROR,
QUERY_NOT_FOUND_ERROR,
LOAD_ERROR,
NO_AD_ERROR,
AD_STARTED,
INTERNAL_SHOW_ERROR,
AD_NOT_LOADED_ERROR,
REWARDED_SHOW_ERROR,
INTERSTITIAL_SHOW_ERROR,
FIRST_QUARTILE,
MIDPOINT,
THIRD_QUARTILE,
LAST_QUARTILE,
AD_EARNED_REWARD,
AD_CLICKED,
AD_SKIPPED,
AD_LEFT_APPLICATION,
AD_CLOSED,
METHOD_ERROR
}