- 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
52 lines
1.3 KiB
Smali
52 lines
1.3 KiB
Smali
.class public interface abstract Lcom/applovin/impl/sdk/nativeAd/AppLovinNativeAd;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract destroy()V
|
|
.end method
|
|
|
|
.method public abstract getAdIdNumber()J
|
|
.end method
|
|
|
|
.method public abstract getAdvertiser()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getBody()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getCallToAction()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getIconUri()Landroid/net/Uri;
|
|
.end method
|
|
|
|
.method public abstract getMediaView()Lcom/applovin/impl/sdk/nativeAd/AppLovinMediaView;
|
|
.end method
|
|
|
|
.method public abstract getOptionsView()Lcom/applovin/impl/sdk/nativeAd/AppLovinOptionsView;
|
|
.end method
|
|
|
|
.method public abstract getStarRating()Ljava/lang/Double;
|
|
.end method
|
|
|
|
.method public abstract getTitle()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract registerViewsForInteraction(Ljava/util/List;Landroid/view/ViewGroup;)V
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Ljava/util/List<",
|
|
"Landroid/view/View;",
|
|
">;",
|
|
"Landroid/view/ViewGroup;",
|
|
")V"
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract unregisterViewsForInteraction()V
|
|
.end method
|