Files
rr3-apk/smali_classes4/com/mbridge/msdk/dycreator/bridge/MBSplashData.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

225 lines
4.9 KiB
Smali

.class public Lcom/mbridge/msdk/dycreator/bridge/MBSplashData;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/mbridge/msdk/dycreator/f/a/a;
# instance fields
.field private a:Lcom/mbridge/msdk/dycreator/wrapper/DyOption;
.field private b:Ljava/lang/String;
.field private c:Ljava/lang/String;
.field private d:Ljava/lang/String;
.field private e:Ljava/lang/String;
.field private f:Lcom/mbridge/msdk/foundation/entity/CampaignEx;
.field private g:I
.field private h:I
.field private i:F
.field private j:F
.field private k:I
# direct methods
.method public constructor <init>(Lcom/mbridge/msdk/dycreator/wrapper/DyOption;)V
.locals 1
.line 28
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const/4 v0, 0x0
iput v0, p0, Lcom/mbridge/msdk/dycreator/bridge/MBSplashData;->k:I
iput-object p1, p0, Lcom/mbridge/msdk/dycreator/bridge/MBSplashData;->a:Lcom/mbridge/msdk/dycreator/wrapper/DyOption;
.line 30
invoke-virtual {p1}, Lcom/mbridge/msdk/dycreator/wrapper/DyOption;->getCampaignEx()Lcom/mbridge/msdk/foundation/entity/CampaignEx;
move-result-object p1
iput-object p1, p0, Lcom/mbridge/msdk/dycreator/bridge/MBSplashData;->f:Lcom/mbridge/msdk/foundation/entity/CampaignEx;
return-void
.end method
# virtual methods
.method public getAdClickText()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/mbridge/msdk/dycreator/bridge/MBSplashData;->c:Ljava/lang/String;
return-object v0
.end method
.method public getAppInfo()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/mbridge/msdk/dycreator/bridge/MBSplashData;->b:Ljava/lang/String;
return-object v0
.end method
.method public getBindData()Lcom/mbridge/msdk/foundation/entity/CampaignEx;
.locals 1
iget-object v0, p0, Lcom/mbridge/msdk/dycreator/bridge/MBSplashData;->f:Lcom/mbridge/msdk/foundation/entity/CampaignEx;
return-object v0
.end method
.method public getClickType()I
.locals 1
iget v0, p0, Lcom/mbridge/msdk/dycreator/bridge/MBSplashData;->k:I
return v0
.end method
.method public getCountDownText()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/mbridge/msdk/dycreator/bridge/MBSplashData;->d:Ljava/lang/String;
return-object v0
.end method
.method public getDyOption()Lcom/mbridge/msdk/dycreator/wrapper/DyOption;
.locals 1
iget-object v0, p0, Lcom/mbridge/msdk/dycreator/bridge/MBSplashData;->a:Lcom/mbridge/msdk/dycreator/wrapper/DyOption;
return-object v0
.end method
.method public getEffectData()Lcom/mbridge/msdk/dycreator/wrapper/DyOption;
.locals 1
iget-object v0, p0, Lcom/mbridge/msdk/dycreator/bridge/MBSplashData;->a:Lcom/mbridge/msdk/dycreator/wrapper/DyOption;
return-object v0
.end method
.method public getLogoImage()I
.locals 1
iget v0, p0, Lcom/mbridge/msdk/dycreator/bridge/MBSplashData;->h:I
return v0
.end method
.method public getLogoText()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/mbridge/msdk/dycreator/bridge/MBSplashData;->e:Ljava/lang/String;
return-object v0
.end method
.method public getNoticeImage()I
.locals 1
iget v0, p0, Lcom/mbridge/msdk/dycreator/bridge/MBSplashData;->g:I
return v0
.end method
.method public getxInScreen()F
.locals 1
iget v0, p0, Lcom/mbridge/msdk/dycreator/bridge/MBSplashData;->i:F
return v0
.end method
.method public getyInScreen()F
.locals 1
iget v0, p0, Lcom/mbridge/msdk/dycreator/bridge/MBSplashData;->j:F
return v0
.end method
.method public setAdClickText(Ljava/lang/String;)V
.locals 0
iput-object p1, p0, Lcom/mbridge/msdk/dycreator/bridge/MBSplashData;->c:Ljava/lang/String;
return-void
.end method
.method public setAppInfo(Ljava/lang/String;)V
.locals 0
iput-object p1, p0, Lcom/mbridge/msdk/dycreator/bridge/MBSplashData;->b:Ljava/lang/String;
return-void
.end method
.method public setClickType(I)V
.locals 0
iput p1, p0, Lcom/mbridge/msdk/dycreator/bridge/MBSplashData;->k:I
return-void
.end method
.method public setCountDownText(Ljava/lang/String;)V
.locals 0
iput-object p1, p0, Lcom/mbridge/msdk/dycreator/bridge/MBSplashData;->d:Ljava/lang/String;
return-void
.end method
.method public setLogoImage(I)V
.locals 0
iput p1, p0, Lcom/mbridge/msdk/dycreator/bridge/MBSplashData;->h:I
return-void
.end method
.method public setLogoText(Ljava/lang/String;)V
.locals 0
iput-object p1, p0, Lcom/mbridge/msdk/dycreator/bridge/MBSplashData;->e:Ljava/lang/String;
return-void
.end method
.method public setNoticeImage(I)V
.locals 0
iput p1, p0, Lcom/mbridge/msdk/dycreator/bridge/MBSplashData;->g:I
return-void
.end method
.method public setxInScreen(F)V
.locals 0
iput p1, p0, Lcom/mbridge/msdk/dycreator/bridge/MBSplashData;->i:F
return-void
.end method
.method public setyInScreen(F)V
.locals 0
iput p1, p0, Lcom/mbridge/msdk/dycreator/bridge/MBSplashData;->j:F
return-void
.end method