Files
rr3-apk/smali_classes4/com/unity3d/scar/adapter/common/WebViewAdsError.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

92 lines
2.2 KiB
Smali

.class public Lcom/unity3d/scar/adapter/common/WebViewAdsError;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/unity3d/scar/adapter/common/IUnityAdsError;
# instance fields
.field protected _description:Ljava/lang/String;
.field protected _errorArguments:[Ljava/lang/Object;
.field private _errorCategory:Ljava/lang/Enum;
# direct methods
.method public varargs constructor <init>(Ljava/lang/Enum;Ljava/lang/String;[Ljava/lang/Object;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/Enum<",
"*>;",
"Ljava/lang/String;",
"[",
"Ljava/lang/Object;",
")V"
}
.end annotation
.line 8
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lcom/unity3d/scar/adapter/common/WebViewAdsError;->_errorCategory:Ljava/lang/Enum;
iput-object p2, p0, Lcom/unity3d/scar/adapter/common/WebViewAdsError;->_description:Ljava/lang/String;
iput-object p3, p0, Lcom/unity3d/scar/adapter/common/WebViewAdsError;->_errorArguments:[Ljava/lang/Object;
return-void
.end method
# virtual methods
.method public getCode()I
.locals 1
const/4 v0, -0x1
return v0
.end method
.method public getDescription()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/unity3d/scar/adapter/common/WebViewAdsError;->_description:Ljava/lang/String;
return-object v0
.end method
.method public getDomain()Ljava/lang/String;
.locals 1
const/4 v0, 0x0
return-object v0
.end method
.method public getErrorArguments()[Ljava/lang/Object;
.locals 1
iget-object v0, p0, Lcom/unity3d/scar/adapter/common/WebViewAdsError;->_errorArguments:[Ljava/lang/Object;
return-object v0
.end method
.method public getErrorCategory()Ljava/lang/Enum;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/lang/Enum<",
"*>;"
}
.end annotation
iget-object v0, p0, Lcom/unity3d/scar/adapter/common/WebViewAdsError;->_errorCategory:Ljava/lang/Enum;
return-object v0
.end method