Files
rr3-apk/smali_classes4/com/vungle/ads/internal/AdInternal$play$callbackWrapper$1.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

86 lines
3.0 KiB
Smali

.class public final Lcom/vungle/ads/internal/AdInternal$play$callbackWrapper$1;
.super Lcom/vungle/ads/internal/presenter/AdPlayCallbackWrapper;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/vungle/ads/internal/AdInternal;->play(Landroid/content/Context;Lcom/vungle/ads/internal/presenter/AdPlayCallback;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = null
.end annotation
# instance fields
.field final synthetic this$0:Lcom/vungle/ads/internal/AdInternal;
# direct methods
.method public constructor <init>(Lcom/vungle/ads/internal/presenter/AdPlayCallback;Lcom/vungle/ads/internal/AdInternal;)V
.locals 0
iput-object p2, p0, Lcom/vungle/ads/internal/AdInternal$play$callbackWrapper$1;->this$0:Lcom/vungle/ads/internal/AdInternal;
.line 272
invoke-direct {p0, p1}, Lcom/vungle/ads/internal/presenter/AdPlayCallbackWrapper;-><init>(Lcom/vungle/ads/internal/presenter/AdPlayCallback;)V
return-void
.end method
# virtual methods
.method public onAdEnd(Ljava/lang/String;)V
.locals 2
iget-object v0, p0, Lcom/vungle/ads/internal/AdInternal$play$callbackWrapper$1;->this$0:Lcom/vungle/ads/internal/AdInternal;
.line 279
sget-object v1, Lcom/vungle/ads/internal/AdInternal$AdState;->FINISHED:Lcom/vungle/ads/internal/AdInternal$AdState;
invoke-virtual {v0, v1}, Lcom/vungle/ads/internal/AdInternal;->setAdState(Lcom/vungle/ads/internal/AdInternal$AdState;)V
.line 280
invoke-super {p0, p1}, Lcom/vungle/ads/internal/presenter/AdPlayCallbackWrapper;->onAdEnd(Ljava/lang/String;)V
return-void
.end method
.method public onAdStart(Ljava/lang/String;)V
.locals 2
iget-object v0, p0, Lcom/vungle/ads/internal/AdInternal$play$callbackWrapper$1;->this$0:Lcom/vungle/ads/internal/AdInternal;
.line 274
sget-object v1, Lcom/vungle/ads/internal/AdInternal$AdState;->PLAYING:Lcom/vungle/ads/internal/AdInternal$AdState;
invoke-virtual {v0, v1}, Lcom/vungle/ads/internal/AdInternal;->setAdState(Lcom/vungle/ads/internal/AdInternal$AdState;)V
.line 275
invoke-super {p0, p1}, Lcom/vungle/ads/internal/presenter/AdPlayCallbackWrapper;->onAdStart(Ljava/lang/String;)V
return-void
.end method
.method public onFailure(Lcom/vungle/ads/VungleError;)V
.locals 2
const-string v0, "error"
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
iget-object v0, p0, Lcom/vungle/ads/internal/AdInternal$play$callbackWrapper$1;->this$0:Lcom/vungle/ads/internal/AdInternal;
.line 284
sget-object v1, Lcom/vungle/ads/internal/AdInternal$AdState;->ERROR:Lcom/vungle/ads/internal/AdInternal$AdState;
invoke-virtual {v0, v1}, Lcom/vungle/ads/internal/AdInternal;->setAdState(Lcom/vungle/ads/internal/AdInternal$AdState;)V
.line 285
invoke-super {p0, p1}, Lcom/vungle/ads/internal/presenter/AdPlayCallbackWrapper;->onFailure(Lcom/vungle/ads/VungleError;)V
return-void
.end method