Files
rr3-apk/smali_classes2/com/fyber/inneractive/sdk/external/InneractiveAdRequest.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

97 lines
2.5 KiB
Smali

.class public Lcom/fyber/inneractive/sdk/external/InneractiveAdRequest;
.super Lcom/fyber/inneractive/sdk/flow/i0;
.source "SourceFile"
# instance fields
.field public final c:Ljava/lang/String;
.field public d:Lcom/fyber/inneractive/sdk/config/f0;
# direct methods
.method public constructor <init>(Ljava/lang/String;)V
.locals 0
.line 1
invoke-direct {p0}, Lcom/fyber/inneractive/sdk/flow/i0;-><init>()V
iput-object p1, p0, Lcom/fyber/inneractive/sdk/external/InneractiveAdRequest;->c:Ljava/lang/String;
return-void
.end method
# virtual methods
.method public getMuteVideo()Z
.locals 1
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.line 1
invoke-static {}, Lcom/fyber/inneractive/sdk/external/InneractiveAdManager;->getMuteVideo()Z
move-result v0
return v0
.end method
.method public getSelectedUnitConfig()Lcom/fyber/inneractive/sdk/config/f0;
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/external/InneractiveAdRequest;->d:Lcom/fyber/inneractive/sdk/config/f0;
return-object v0
.end method
.method public getSpotId()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/external/InneractiveAdRequest;->c:Ljava/lang/String;
return-object v0
.end method
.method public getUserParams()Lcom/fyber/inneractive/sdk/external/InneractiveUserConfig;
.locals 1
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.line 1
invoke-static {}, Lcom/fyber/inneractive/sdk/external/InneractiveAdManager;->getUserParams()Lcom/fyber/inneractive/sdk/external/InneractiveUserConfig;
move-result-object v0
return-object v0
.end method
.method public setMuteVideo(Z)V
.locals 0
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.line 1
invoke-static {p1}, Lcom/fyber/inneractive/sdk/external/InneractiveAdManager;->setMuteVideo(Z)V
return-void
.end method
.method public setSelectedUnitConfig(Lcom/fyber/inneractive/sdk/config/f0;)V
.locals 0
iput-object p1, p0, Lcom/fyber/inneractive/sdk/external/InneractiveAdRequest;->d:Lcom/fyber/inneractive/sdk/config/f0;
return-void
.end method
.method public setUserParams(Lcom/fyber/inneractive/sdk/external/InneractiveUserConfig;)V
.locals 0
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.line 1
invoke-static {p1}, Lcom/fyber/inneractive/sdk/external/InneractiveAdManager;->setUserParams(Lcom/fyber/inneractive/sdk/external/InneractiveUserConfig;)V
return-void
.end method