- 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.1 KiB
Smali
38 lines
1.1 KiB
Smali
.class public interface abstract Lcom/unity3d/services/ads/IUnityAds;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract getDebugMode()Z
|
|
.end method
|
|
|
|
.method public abstract getToken()Ljava/lang/String;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract getToken(Lcom/unity3d/ads/IUnityAdsTokenListener;)V
|
|
.end method
|
|
|
|
.method public abstract getVersion()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract initialize(Landroid/content/Context;Ljava/lang/String;ZLcom/unity3d/ads/IUnityAdsInitializationListener;)V
|
|
.end method
|
|
|
|
.method public abstract isInitialized()Z
|
|
.end method
|
|
|
|
.method public abstract isSupported()Z
|
|
.end method
|
|
|
|
.method public abstract load(Ljava/lang/String;Lcom/unity3d/ads/UnityAdsLoadOptions;Lcom/unity3d/ads/IUnityAdsLoadListener;)V
|
|
.end method
|
|
|
|
.method public abstract setDebugMode(Z)V
|
|
.end method
|
|
|
|
.method public abstract show(Landroid/app/Activity;Ljava/lang/String;Lcom/unity3d/ads/UnityAdsShowOptions;Lcom/unity3d/ads/IUnityAdsShowListener;)V
|
|
.end method
|