Files
rr3-apk/smali_classes4/com/unity3d/ads/adplayer/WebViewAdPlayerKt.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
2026-02-18 16:13:44 -08:00

84 lines
2.4 KiB
Smali

.class public final Lcom/unity3d/ads/adplayer/WebViewAdPlayerKt;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field private static final LOAD_EVENTS:[Ljava/lang/String;
.field private static final REQUEST_EVENTS:[Ljava/lang/String;
.field private static final SHOW_EVENTS:[Ljava/lang/String;
# direct methods
.method static constructor <clinit>()V
.locals 6
const-string v0, "com.unity3d.services.ads.api.AdViewer.started"
const-string v1, "com.unity3d.services.ads.api.AdViewer.clicked"
const-string v2, "com.unity3d.services.ads.api.AdViewer.completed"
const-string v3, "com.unity3d.services.ads.api.AdViewer.failed"
const-string v4, "com.unity3d.services.ads.api.AdViewer.cancelShowTimeout"
const-string v5, "com.unity3d.services.ads.api.AdViewer.leftApplication"
filled-new-array/range {v0 .. v5}, [Ljava/lang/String;
move-result-object v0
sput-object v0, Lcom/unity3d/ads/adplayer/WebViewAdPlayerKt;->SHOW_EVENTS:[Ljava/lang/String;
const-string v0, "com.unity3d.services.ads.api.AdViewer.loadComplete"
const-string v1, "com.unity3d.services.ads.api.AdViewer.loadError"
filled-new-array {v0, v1}, [Ljava/lang/String;
move-result-object v0
sput-object v0, Lcom/unity3d/ads/adplayer/WebViewAdPlayerKt;->LOAD_EVENTS:[Ljava/lang/String;
const-string v0, "com.unity3d.services.core.api.Request.post"
const-string v1, "com.unity3d.services.core.api.Request.head"
const-string v2, "com.unity3d.services.core.api.Request.get"
filled-new-array {v2, v0, v1}, [Ljava/lang/String;
move-result-object v0
sput-object v0, Lcom/unity3d/ads/adplayer/WebViewAdPlayerKt;->REQUEST_EVENTS:[Ljava/lang/String;
return-void
.end method
.method public static final synthetic access$getLOAD_EVENTS$p()[Ljava/lang/String;
.locals 1
sget-object v0, Lcom/unity3d/ads/adplayer/WebViewAdPlayerKt;->LOAD_EVENTS:[Ljava/lang/String;
return-object v0
.end method
.method public static final synthetic access$getREQUEST_EVENTS$p()[Ljava/lang/String;
.locals 1
sget-object v0, Lcom/unity3d/ads/adplayer/WebViewAdPlayerKt;->REQUEST_EVENTS:[Ljava/lang/String;
return-object v0
.end method
.method public static final synthetic access$getSHOW_EVENTS$p()[Ljava/lang/String;
.locals 1
sget-object v0, Lcom/unity3d/ads/adplayer/WebViewAdPlayerKt;->SHOW_EVENTS:[Ljava/lang/String;
return-object v0
.end method