- 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
38 lines
1.2 KiB
Smali
38 lines
1.2 KiB
Smali
.class public interface abstract Lcom/applovin/adview/AppLovinInterstitialAdDialog;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract setAdClickListener(Lcom/applovin/sdk/AppLovinAdClickListener;)V
|
|
.end method
|
|
|
|
.method public abstract setAdDisplayListener(Lcom/applovin/sdk/AppLovinAdDisplayListener;)V
|
|
.end method
|
|
|
|
.method public abstract setAdLoadListener(Lcom/applovin/sdk/AppLovinAdLoadListener;)V
|
|
.end method
|
|
|
|
.method public abstract setAdVideoPlaybackListener(Lcom/applovin/sdk/AppLovinAdVideoPlaybackListener;)V
|
|
.end method
|
|
|
|
.method public abstract setExtraInfo(Ljava/lang/String;Ljava/lang/Object;)V
|
|
.param p1 # Ljava/lang/String;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.param p2 # Ljava/lang/Object;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
.end method
|
|
|
|
.method public abstract show()V
|
|
.end method
|
|
|
|
.method public abstract showAndRender(Lcom/applovin/sdk/AppLovinAd;)V
|
|
.end method
|
|
|
|
.method public abstract showAndRender(Lcom/applovin/sdk/AppLovinAd;Landroid/view/ViewGroup;Landroidx/lifecycle/Lifecycle;)V
|
|
.end method
|