- 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
77 lines
2.7 KiB
Smali
77 lines
2.7 KiB
Smali
.class public interface abstract Lcom/mbridge/msdk/dycreator/wrapper/DyOption$IViewOptionBuilder;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/mbridge/msdk/dycreator/wrapper/DyOption;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x609
|
|
name = "IViewOptionBuilder"
|
|
.end annotation
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract adChoiceLink(Ljava/lang/String;)Lcom/mbridge/msdk/dycreator/wrapper/DyOption$IViewOptionBuilder;
|
|
.end method
|
|
|
|
.method public abstract build()Lcom/mbridge/msdk/dycreator/wrapper/DyOption;
|
|
.end method
|
|
|
|
.method public abstract campaignEx(Lcom/mbridge/msdk/foundation/entity/CampaignEx;)Lcom/mbridge/msdk/dycreator/wrapper/DyOption$IViewOptionBuilder;
|
|
.end method
|
|
|
|
.method public abstract canSkip(Z)Lcom/mbridge/msdk/dycreator/wrapper/DyOption$IViewOptionBuilder;
|
|
.end method
|
|
|
|
.method public abstract countDownTime(I)Lcom/mbridge/msdk/dycreator/wrapper/DyOption$IViewOptionBuilder;
|
|
.end method
|
|
|
|
.method public abstract dyAdType(Lcom/mbridge/msdk/dycreator/wrapper/DyAdType;)Lcom/mbridge/msdk/dycreator/wrapper/DyOption$IViewOptionBuilder;
|
|
.end method
|
|
|
|
.method public abstract file(Ljava/io/File;)Lcom/mbridge/msdk/dycreator/wrapper/DyOption$IViewOptionBuilder;
|
|
.end method
|
|
|
|
.method public abstract fileDirs(Ljava/util/List;)Lcom/mbridge/msdk/dycreator/wrapper/DyOption$IViewOptionBuilder;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Ljava/util/List<",
|
|
"Ljava/lang/String;",
|
|
">;)",
|
|
"Lcom/mbridge/msdk/dycreator/wrapper/DyOption$IViewOptionBuilder;"
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract isApkInfoVisible(Z)Lcom/mbridge/msdk/dycreator/wrapper/DyOption$IViewOptionBuilder;
|
|
.end method
|
|
|
|
.method public abstract isClickButtonVisible(Z)Lcom/mbridge/msdk/dycreator/wrapper/DyOption$IViewOptionBuilder;
|
|
.end method
|
|
|
|
.method public abstract isLogoVisible(Z)Lcom/mbridge/msdk/dycreator/wrapper/DyOption$IViewOptionBuilder;
|
|
.end method
|
|
|
|
.method public abstract isScreenClick(Z)Lcom/mbridge/msdk/dycreator/wrapper/DyOption$IViewOptionBuilder;
|
|
.end method
|
|
|
|
.method public abstract isShakeVisible(Z)Lcom/mbridge/msdk/dycreator/wrapper/DyOption$IViewOptionBuilder;
|
|
.end method
|
|
|
|
.method public abstract orientation(I)Lcom/mbridge/msdk/dycreator/wrapper/DyOption$IViewOptionBuilder;
|
|
.end method
|
|
|
|
.method public abstract shakeStrenght(I)Lcom/mbridge/msdk/dycreator/wrapper/DyOption$IViewOptionBuilder;
|
|
.end method
|
|
|
|
.method public abstract shakeTime(I)Lcom/mbridge/msdk/dycreator/wrapper/DyOption$IViewOptionBuilder;
|
|
.end method
|
|
|
|
.method public abstract templateType(I)Lcom/mbridge/msdk/dycreator/wrapper/DyOption$IViewOptionBuilder;
|
|
.end method
|