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
This commit is contained in:
2026-02-18 16:13:44 -08:00
parent c080f0d97f
commit f3960ee359
44288 changed files with 10998761 additions and 0 deletions

View File

@@ -0,0 +1,173 @@
.class public final Lcom/mbridge/msdk/interstitialvideo/a/a;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/mbridge/msdk/videocommon/listener/InterVideoOutListener;
# instance fields
.field private a:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
.field private b:Ljava/lang/String;
.field private c:Z
# direct methods
.method public constructor <init>(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;Ljava/lang/String;Z)V
.locals 0
.line 21
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/a/a;->a:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
iput-object p2, p0, Lcom/mbridge/msdk/interstitialvideo/a/a;->b:Ljava/lang/String;
iput-boolean p3, p0, Lcom/mbridge/msdk/interstitialvideo/a/a;->c:Z
return-void
.end method
# virtual methods
.method public final onAdClose(Lcom/mbridge/msdk/out/MBridgeIds;Lcom/mbridge/msdk/out/RewardInfo;)V
.locals 1
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/a/a;->a:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
if-eqz v0, :cond_0
.line 37
invoke-interface {v0, p1, p2}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;->onAdClose(Lcom/mbridge/msdk/out/MBridgeIds;Lcom/mbridge/msdk/out/RewardInfo;)V
:cond_0
return-void
.end method
.method public final onAdCloseWithIVReward(Lcom/mbridge/msdk/out/MBridgeIds;Lcom/mbridge/msdk/out/RewardInfo;)V
.locals 1
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/a/a;->a:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
if-eqz v0, :cond_0
.line 65
invoke-interface {v0, p1, p2}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;->onAdCloseWithIVReward(Lcom/mbridge/msdk/out/MBridgeIds;Lcom/mbridge/msdk/out/RewardInfo;)V
:cond_0
return-void
.end method
.method public final onAdShow(Lcom/mbridge/msdk/out/MBridgeIds;)V
.locals 1
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/a/a;->a:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
if-eqz v0, :cond_0
.line 30
invoke-interface {v0, p1}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;->onAdShow(Lcom/mbridge/msdk/out/MBridgeIds;)V
:cond_0
return-void
.end method
.method public final onEndcardShow(Lcom/mbridge/msdk/out/MBridgeIds;)V
.locals 1
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/a/a;->a:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
if-eqz v0, :cond_0
.line 72
invoke-interface {v0, p1}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;->onEndcardShow(Lcom/mbridge/msdk/out/MBridgeIds;)V
:cond_0
return-void
.end method
.method public final onLoadSuccess(Lcom/mbridge/msdk/out/MBridgeIds;)V
.locals 1
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/a/a;->a:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
if-eqz v0, :cond_0
.line 93
invoke-interface {v0, p1}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;->onLoadSuccess(Lcom/mbridge/msdk/out/MBridgeIds;)V
:cond_0
return-void
.end method
.method public final onShowFail(Lcom/mbridge/msdk/foundation/same/report/d/c;Lcom/mbridge/msdk/out/MBridgeIds;Ljava/lang/String;)V
.locals 0
iget-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/a/a;->a:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
if-eqz p1, :cond_0
.line 44
invoke-interface {p1, p2, p3}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;->onShowFail(Lcom/mbridge/msdk/out/MBridgeIds;Ljava/lang/String;)V
:cond_0
return-void
.end method
.method public final onVideoAdClicked(ZLcom/mbridge/msdk/out/MBridgeIds;)V
.locals 0
iget-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/a/a;->a:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
if-eqz p1, :cond_0
.line 51
invoke-interface {p1, p2}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;->onVideoAdClicked(Lcom/mbridge/msdk/out/MBridgeIds;)V
:cond_0
return-void
.end method
.method public final onVideoComplete(Lcom/mbridge/msdk/out/MBridgeIds;)V
.locals 1
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/a/a;->a:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
if-eqz v0, :cond_0
.line 58
invoke-interface {v0, p1}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;->onVideoComplete(Lcom/mbridge/msdk/out/MBridgeIds;)V
:cond_0
return-void
.end method
.method public final onVideoLoadFail(Lcom/mbridge/msdk/out/MBridgeIds;Ljava/lang/String;)V
.locals 1
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/a/a;->a:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
if-eqz v0, :cond_0
.line 79
invoke-interface {v0, p1, p2}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;->onVideoLoadFail(Lcom/mbridge/msdk/out/MBridgeIds;Ljava/lang/String;)V
:cond_0
return-void
.end method
.method public final onVideoLoadSuccess(Lcom/mbridge/msdk/out/MBridgeIds;)V
.locals 1
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/a/a;->a:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
if-eqz v0, :cond_0
.line 86
invoke-interface {v0, p1}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;->onVideoLoadSuccess(Lcom/mbridge/msdk/out/MBridgeIds;)V
:cond_0
return-void
.end method

View File

@@ -0,0 +1,40 @@
.class public interface abstract Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# virtual methods
.method public abstract onAdClose(Lcom/mbridge/msdk/out/MBridgeIds;Lcom/mbridge/msdk/out/RewardInfo;)V
.end method
.method public abstract onAdCloseWithIVReward(Lcom/mbridge/msdk/out/MBridgeIds;Lcom/mbridge/msdk/out/RewardInfo;)V
.end method
.method public abstract onAdShow(Lcom/mbridge/msdk/out/MBridgeIds;)V
.end method
.method public abstract onEndcardShow(Lcom/mbridge/msdk/out/MBridgeIds;)V
.end method
.method public abstract onLoadSuccess(Lcom/mbridge/msdk/out/MBridgeIds;)V
.end method
.method public abstract onShowFail(Lcom/mbridge/msdk/out/MBridgeIds;Ljava/lang/String;)V
.end method
.method public abstract onVideoAdClicked(Lcom/mbridge/msdk/out/MBridgeIds;)V
.end method
.method public abstract onVideoComplete(Lcom/mbridge/msdk/out/MBridgeIds;)V
.end method
.method public abstract onVideoLoadFail(Lcom/mbridge/msdk/out/MBridgeIds;Ljava/lang/String;)V
.end method
.method public abstract onVideoLoadSuccess(Lcom/mbridge/msdk/out/MBridgeIds;)V
.end method

View File

@@ -0,0 +1,67 @@
.class Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$1;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->onVideoLoadSuccess(Lcom/mbridge/msdk/out/MBridgeIds;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field final synthetic a:Lcom/mbridge/msdk/out/MBridgeIds;
.field final synthetic b:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
# direct methods
.method public constructor <init>(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;Lcom/mbridge/msdk/out/MBridgeIds;)V
.locals 0
iput-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$1;->b:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
iput-object p2, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$1;->a:Lcom/mbridge/msdk/out/MBridgeIds;
.line 20
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public run()V
.locals 2
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$1;->b:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
.line 22
invoke-static {v0}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->a(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;)Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
move-result-object v0
if-eqz v0, :cond_0
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$1;->b:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
.line 23
invoke-static {v0}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->a(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;)Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
move-result-object v0
iget-object v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$1;->a:Lcom/mbridge/msdk/out/MBridgeIds;
invoke-interface {v0, v1}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;->onVideoLoadSuccess(Lcom/mbridge/msdk/out/MBridgeIds;)V
:cond_0
return-void
.end method

View File

@@ -0,0 +1,83 @@
.class Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$10;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->onAdCloseWithIVReward(Lcom/mbridge/msdk/out/MBridgeIds;ZI)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field final synthetic a:Lcom/mbridge/msdk/out/MBridgeIds;
.field final synthetic b:Z
.field final synthetic c:I
.field final synthetic d:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
# direct methods
.method public constructor <init>(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;Lcom/mbridge/msdk/out/MBridgeIds;ZI)V
.locals 0
iput-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$10;->d:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
iput-object p2, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$10;->a:Lcom/mbridge/msdk/out/MBridgeIds;
iput-boolean p3, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$10;->b:Z
iput p4, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$10;->c:I
.line 128
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public run()V
.locals 5
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$10;->d:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
.line 130
invoke-static {v0}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->a(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;)Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
move-result-object v0
if-eqz v0, :cond_0
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$10;->d:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
.line 131
invoke-static {v0}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->a(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;)Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
move-result-object v0
iget-object v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$10;->a:Lcom/mbridge/msdk/out/MBridgeIds;
new-instance v2, Lcom/mbridge/msdk/out/RewardInfo;
iget-boolean v3, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$10;->b:Z
iget v4, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$10;->c:I
invoke-direct {v2, v3, v4}, Lcom/mbridge/msdk/out/RewardInfo;-><init>(ZI)V
invoke-interface {v0, v1, v2}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;->onAdCloseWithIVReward(Lcom/mbridge/msdk/out/MBridgeIds;Lcom/mbridge/msdk/out/RewardInfo;)V
:cond_0
return-void
.end method

View File

@@ -0,0 +1,67 @@
.class Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$2;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->onLoadSuccess(Lcom/mbridge/msdk/out/MBridgeIds;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field final synthetic a:Lcom/mbridge/msdk/out/MBridgeIds;
.field final synthetic b:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
# direct methods
.method public constructor <init>(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;Lcom/mbridge/msdk/out/MBridgeIds;)V
.locals 0
iput-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$2;->b:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
iput-object p2, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$2;->a:Lcom/mbridge/msdk/out/MBridgeIds;
.line 32
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public run()V
.locals 2
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$2;->b:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
.line 34
invoke-static {v0}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->a(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;)Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
move-result-object v0
if-eqz v0, :cond_0
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$2;->b:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
.line 35
invoke-static {v0}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->a(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;)Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
move-result-object v0
iget-object v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$2;->a:Lcom/mbridge/msdk/out/MBridgeIds;
invoke-interface {v0, v1}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;->onLoadSuccess(Lcom/mbridge/msdk/out/MBridgeIds;)V
:cond_0
return-void
.end method

View File

@@ -0,0 +1,73 @@
.class Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$3;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->onVideoLoadFail(Lcom/mbridge/msdk/out/MBridgeIds;Ljava/lang/String;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field final synthetic a:Lcom/mbridge/msdk/out/MBridgeIds;
.field final synthetic b:Ljava/lang/String;
.field final synthetic c:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
# direct methods
.method public constructor <init>(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;Lcom/mbridge/msdk/out/MBridgeIds;Ljava/lang/String;)V
.locals 0
iput-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$3;->c:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
iput-object p2, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$3;->a:Lcom/mbridge/msdk/out/MBridgeIds;
iput-object p3, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$3;->b:Ljava/lang/String;
.line 44
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public run()V
.locals 3
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$3;->c:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
.line 46
invoke-static {v0}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->a(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;)Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
move-result-object v0
if-eqz v0, :cond_0
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$3;->c:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
.line 47
invoke-static {v0}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->a(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;)Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
move-result-object v0
iget-object v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$3;->a:Lcom/mbridge/msdk/out/MBridgeIds;
iget-object v2, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$3;->b:Ljava/lang/String;
invoke-interface {v0, v1, v2}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;->onVideoLoadFail(Lcom/mbridge/msdk/out/MBridgeIds;Ljava/lang/String;)V
:cond_0
return-void
.end method

View File

@@ -0,0 +1,67 @@
.class Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$4;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->onAdShow(Lcom/mbridge/msdk/out/MBridgeIds;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field final synthetic a:Lcom/mbridge/msdk/out/MBridgeIds;
.field final synthetic b:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
# direct methods
.method public constructor <init>(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;Lcom/mbridge/msdk/out/MBridgeIds;)V
.locals 0
iput-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$4;->b:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
iput-object p2, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$4;->a:Lcom/mbridge/msdk/out/MBridgeIds;
.line 56
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public run()V
.locals 2
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$4;->b:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
.line 58
invoke-static {v0}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->a(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;)Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
move-result-object v0
if-eqz v0, :cond_0
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$4;->b:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
.line 59
invoke-static {v0}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->a(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;)Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
move-result-object v0
iget-object v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$4;->a:Lcom/mbridge/msdk/out/MBridgeIds;
invoke-interface {v0, v1}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;->onAdShow(Lcom/mbridge/msdk/out/MBridgeIds;)V
:cond_0
return-void
.end method

View File

@@ -0,0 +1,73 @@
.class Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$5;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->onAdClose(Lcom/mbridge/msdk/out/MBridgeIds;Lcom/mbridge/msdk/out/RewardInfo;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field final synthetic a:Lcom/mbridge/msdk/out/MBridgeIds;
.field final synthetic b:Lcom/mbridge/msdk/out/RewardInfo;
.field final synthetic c:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
# direct methods
.method public constructor <init>(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;Lcom/mbridge/msdk/out/MBridgeIds;Lcom/mbridge/msdk/out/RewardInfo;)V
.locals 0
iput-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$5;->c:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
iput-object p2, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$5;->a:Lcom/mbridge/msdk/out/MBridgeIds;
iput-object p3, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$5;->b:Lcom/mbridge/msdk/out/RewardInfo;
.line 68
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public run()V
.locals 3
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$5;->c:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
.line 70
invoke-static {v0}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->a(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;)Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
move-result-object v0
if-eqz v0, :cond_0
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$5;->c:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
.line 71
invoke-static {v0}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->a(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;)Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
move-result-object v0
iget-object v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$5;->a:Lcom/mbridge/msdk/out/MBridgeIds;
iget-object v2, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$5;->b:Lcom/mbridge/msdk/out/RewardInfo;
invoke-interface {v0, v1, v2}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;->onAdClose(Lcom/mbridge/msdk/out/MBridgeIds;Lcom/mbridge/msdk/out/RewardInfo;)V
:cond_0
return-void
.end method

View File

@@ -0,0 +1,73 @@
.class Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$6;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->onShowFail(Lcom/mbridge/msdk/out/MBridgeIds;Ljava/lang/String;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field final synthetic a:Lcom/mbridge/msdk/out/MBridgeIds;
.field final synthetic b:Ljava/lang/String;
.field final synthetic c:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
# direct methods
.method public constructor <init>(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;Lcom/mbridge/msdk/out/MBridgeIds;Ljava/lang/String;)V
.locals 0
iput-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$6;->c:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
iput-object p2, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$6;->a:Lcom/mbridge/msdk/out/MBridgeIds;
iput-object p3, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$6;->b:Ljava/lang/String;
.line 80
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public run()V
.locals 3
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$6;->c:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
.line 82
invoke-static {v0}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->a(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;)Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
move-result-object v0
if-eqz v0, :cond_0
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$6;->c:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
.line 83
invoke-static {v0}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->a(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;)Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
move-result-object v0
iget-object v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$6;->a:Lcom/mbridge/msdk/out/MBridgeIds;
iget-object v2, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$6;->b:Ljava/lang/String;
invoke-interface {v0, v1, v2}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;->onShowFail(Lcom/mbridge/msdk/out/MBridgeIds;Ljava/lang/String;)V
:cond_0
return-void
.end method

View File

@@ -0,0 +1,67 @@
.class Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$7;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->onVideoAdClicked(Lcom/mbridge/msdk/out/MBridgeIds;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field final synthetic a:Lcom/mbridge/msdk/out/MBridgeIds;
.field final synthetic b:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
# direct methods
.method public constructor <init>(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;Lcom/mbridge/msdk/out/MBridgeIds;)V
.locals 0
iput-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$7;->b:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
iput-object p2, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$7;->a:Lcom/mbridge/msdk/out/MBridgeIds;
.line 92
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public run()V
.locals 2
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$7;->b:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
.line 94
invoke-static {v0}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->a(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;)Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
move-result-object v0
if-eqz v0, :cond_0
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$7;->b:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
.line 95
invoke-static {v0}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->a(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;)Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
move-result-object v0
iget-object v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$7;->a:Lcom/mbridge/msdk/out/MBridgeIds;
invoke-interface {v0, v1}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;->onVideoAdClicked(Lcom/mbridge/msdk/out/MBridgeIds;)V
:cond_0
return-void
.end method

View File

@@ -0,0 +1,67 @@
.class Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$8;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->onVideoComplete(Lcom/mbridge/msdk/out/MBridgeIds;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field final synthetic a:Lcom/mbridge/msdk/out/MBridgeIds;
.field final synthetic b:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
# direct methods
.method public constructor <init>(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;Lcom/mbridge/msdk/out/MBridgeIds;)V
.locals 0
iput-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$8;->b:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
iput-object p2, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$8;->a:Lcom/mbridge/msdk/out/MBridgeIds;
.line 104
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public run()V
.locals 2
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$8;->b:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
.line 106
invoke-static {v0}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->a(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;)Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
move-result-object v0
if-eqz v0, :cond_0
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$8;->b:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
.line 107
invoke-static {v0}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->a(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;)Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
move-result-object v0
iget-object v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$8;->a:Lcom/mbridge/msdk/out/MBridgeIds;
invoke-interface {v0, v1}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;->onVideoComplete(Lcom/mbridge/msdk/out/MBridgeIds;)V
:cond_0
return-void
.end method

View File

@@ -0,0 +1,67 @@
.class Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$9;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->onEndcardShow(Lcom/mbridge/msdk/out/MBridgeIds;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field final synthetic a:Lcom/mbridge/msdk/out/MBridgeIds;
.field final synthetic b:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
# direct methods
.method public constructor <init>(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;Lcom/mbridge/msdk/out/MBridgeIds;)V
.locals 0
iput-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$9;->b:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
iput-object p2, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$9;->a:Lcom/mbridge/msdk/out/MBridgeIds;
.line 116
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public run()V
.locals 2
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$9;->b:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
.line 118
invoke-static {v0}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->a(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;)Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
move-result-object v0
if-eqz v0, :cond_0
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$9;->b:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
.line 119
invoke-static {v0}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->a(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;)Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
move-result-object v0
iget-object v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$9;->a:Lcom/mbridge/msdk/out/MBridgeIds;
invoke-interface {v0, v1}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;->onEndcardShow(Lcom/mbridge/msdk/out/MBridgeIds;)V
:cond_0
return-void
.end method

View File

@@ -0,0 +1,207 @@
.class public Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/mbridge/msdk/newout/RewardVideoListener;
# instance fields
.field private final a:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
.field private final b:Landroid/os/Handler;
# direct methods
.method public constructor <init>(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;)V
.locals 2
.line 14
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 12
new-instance v0, Landroid/os/Handler;
invoke-static {}, Landroid/os/Looper;->getMainLooper()Landroid/os/Looper;
move-result-object v1
invoke-direct {v0, v1}, Landroid/os/Handler;-><init>(Landroid/os/Looper;)V
iput-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->b:Landroid/os/Handler;
iput-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->a:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
return-void
.end method
.method public static synthetic a(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;)Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
.locals 0
.line 10
iget-object p0, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->a:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
return-object p0
.end method
# virtual methods
.method public onAdClose(Lcom/mbridge/msdk/out/MBridgeIds;Lcom/mbridge/msdk/out/RewardInfo;)V
.locals 1
.line 68
new-instance v0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$5;
invoke-direct {v0, p0, p1, p2}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$5;-><init>(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;Lcom/mbridge/msdk/out/MBridgeIds;Lcom/mbridge/msdk/out/RewardInfo;)V
iget-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->b:Landroid/os/Handler;
.line 75
invoke-virtual {p1, v0}, Landroid/os/Handler;->post(Ljava/lang/Runnable;)Z
return-void
.end method
.method public onAdCloseWithIVReward(Lcom/mbridge/msdk/out/MBridgeIds;ZI)V
.locals 1
.line 128
new-instance v0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$10;
invoke-direct {v0, p0, p1, p2, p3}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$10;-><init>(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;Lcom/mbridge/msdk/out/MBridgeIds;ZI)V
iget-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->b:Landroid/os/Handler;
.line 135
invoke-virtual {p1, v0}, Landroid/os/Handler;->post(Ljava/lang/Runnable;)Z
return-void
.end method
.method public onAdShow(Lcom/mbridge/msdk/out/MBridgeIds;)V
.locals 1
.line 56
new-instance v0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$4;
invoke-direct {v0, p0, p1}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$4;-><init>(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;Lcom/mbridge/msdk/out/MBridgeIds;)V
iget-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->b:Landroid/os/Handler;
.line 63
invoke-virtual {p1, v0}, Landroid/os/Handler;->post(Ljava/lang/Runnable;)Z
return-void
.end method
.method public onEndcardShow(Lcom/mbridge/msdk/out/MBridgeIds;)V
.locals 1
.line 116
new-instance v0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$9;
invoke-direct {v0, p0, p1}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$9;-><init>(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;Lcom/mbridge/msdk/out/MBridgeIds;)V
iget-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->b:Landroid/os/Handler;
.line 123
invoke-virtual {p1, v0}, Landroid/os/Handler;->post(Ljava/lang/Runnable;)Z
return-void
.end method
.method public onLoadSuccess(Lcom/mbridge/msdk/out/MBridgeIds;)V
.locals 1
.line 32
new-instance v0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$2;
invoke-direct {v0, p0, p1}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$2;-><init>(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;Lcom/mbridge/msdk/out/MBridgeIds;)V
iget-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->b:Landroid/os/Handler;
.line 39
invoke-virtual {p1, v0}, Landroid/os/Handler;->post(Ljava/lang/Runnable;)Z
return-void
.end method
.method public onShowFail(Lcom/mbridge/msdk/out/MBridgeIds;Ljava/lang/String;)V
.locals 1
.line 80
new-instance v0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$6;
invoke-direct {v0, p0, p1, p2}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$6;-><init>(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;Lcom/mbridge/msdk/out/MBridgeIds;Ljava/lang/String;)V
iget-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->b:Landroid/os/Handler;
.line 87
invoke-virtual {p1, v0}, Landroid/os/Handler;->post(Ljava/lang/Runnable;)Z
return-void
.end method
.method public onVideoAdClicked(Lcom/mbridge/msdk/out/MBridgeIds;)V
.locals 1
.line 92
new-instance v0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$7;
invoke-direct {v0, p0, p1}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$7;-><init>(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;Lcom/mbridge/msdk/out/MBridgeIds;)V
iget-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->b:Landroid/os/Handler;
.line 99
invoke-virtual {p1, v0}, Landroid/os/Handler;->post(Ljava/lang/Runnable;)Z
return-void
.end method
.method public onVideoComplete(Lcom/mbridge/msdk/out/MBridgeIds;)V
.locals 1
.line 104
new-instance v0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$8;
invoke-direct {v0, p0, p1}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$8;-><init>(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;Lcom/mbridge/msdk/out/MBridgeIds;)V
iget-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->b:Landroid/os/Handler;
.line 111
invoke-virtual {p1, v0}, Landroid/os/Handler;->post(Ljava/lang/Runnable;)Z
return-void
.end method
.method public onVideoLoadFail(Lcom/mbridge/msdk/out/MBridgeIds;Ljava/lang/String;)V
.locals 1
.line 44
new-instance v0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$3;
invoke-direct {v0, p0, p1, p2}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$3;-><init>(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;Lcom/mbridge/msdk/out/MBridgeIds;Ljava/lang/String;)V
iget-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->b:Landroid/os/Handler;
.line 51
invoke-virtual {p1, v0}, Landroid/os/Handler;->post(Ljava/lang/Runnable;)Z
return-void
.end method
.method public onVideoLoadSuccess(Lcom/mbridge/msdk/out/MBridgeIds;)V
.locals 1
.line 20
new-instance v0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$1;
invoke-direct {v0, p0, p1}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper$1;-><init>(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;Lcom/mbridge/msdk/out/MBridgeIds;)V
iget-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;->b:Landroid/os/Handler;
.line 27
invoke-virtual {p1, v0}, Landroid/os/Handler;->post(Ljava/lang/Runnable;)Z
return-void
.end method

View File

@@ -0,0 +1,878 @@
.class public Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# instance fields
.field private a:Lcom/mbridge/msdk/reward/b/a;
.field private b:Ljava/lang/String;
.field private c:Ljava/lang/String;
.field private d:Ljava/lang/String;
.field private e:Ljava/lang/String;
.field private f:Ljava/lang/String;
.field private g:Ljava/lang/String;
.field private h:Lcom/mbridge/msdk/newreward/b/d;
.field private i:Z
.field private j:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
.field private k:I
.field private l:Z
.field private m:Z
.field private n:Z
.field private o:Z
.field private p:I
.field private q:I
.field private r:I
# direct methods
.method public constructor <init>(Landroid/content/Context;Ljava/lang/String;Ljava/lang/String;)V
.locals 2
.line 48
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const/4 v0, 0x0
iput-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->i:Z
const/4 v1, 0x2
iput v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->k:I
iput-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->l:Z
iput-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->m:Z
iput-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->n:Z
iput-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->o:Z
.line 49
invoke-static {}, Lcom/mbridge/msdk/foundation/controller/c;->m()Lcom/mbridge/msdk/foundation/controller/c;
move-result-object v0
invoke-virtual {v0}, Lcom/mbridge/msdk/foundation/controller/a;->c()Landroid/content/Context;
move-result-object v0
if-nez v0, :cond_0
if-eqz p1, :cond_0
.line 50
invoke-static {}, Lcom/mbridge/msdk/foundation/controller/c;->m()Lcom/mbridge/msdk/foundation/controller/c;
move-result-object v0
invoke-virtual {v0, p1}, Lcom/mbridge/msdk/foundation/controller/a;->b(Landroid/content/Context;)V
.line 52
:cond_0
invoke-static {p3}, Lcom/mbridge/msdk/foundation/tools/ak;->e(Ljava/lang/String;)Ljava/lang/String;
move-result-object p1
.line 53
invoke-static {p1}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v0
if-nez v0, :cond_1
.line 54
invoke-static {p3, p1}, Lcom/mbridge/msdk/foundation/tools/ak;->b(Ljava/lang/String;Ljava/lang/String;)V
:cond_1
iput-object p3, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->b:Ljava/lang/String;
iput-object p2, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->c:Ljava/lang/String;
return-void
.end method
.method public constructor <init>(Ljava/lang/String;Ljava/lang/String;)V
.locals 2
.line 60
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const/4 v0, 0x0
iput-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->i:Z
const/4 v1, 0x2
iput v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->k:I
iput-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->l:Z
iput-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->m:Z
iput-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->n:Z
iput-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->o:Z
iput-object p2, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->b:Ljava/lang/String;
iput-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->c:Ljava/lang/String;
return-void
.end method
.method private a()V
.locals 6
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->a:Lcom/mbridge/msdk/reward/b/a;
if-nez v0, :cond_0
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->c:Ljava/lang/String;
iget-object v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->b:Ljava/lang/String;
.line 102
invoke-direct {p0, v0, v1}, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->a(Ljava/lang/String;Ljava/lang/String;)V
:cond_0
iget-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->m:Z
const/4 v1, 0x0
if-eqz v0, :cond_2
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->a:Lcom/mbridge/msdk/reward/b/a;
if-eqz v0, :cond_1
.line 106
new-instance v2, Lcom/mbridge/msdk/interstitialvideo/a/a;
iget-object v3, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->j:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
iget-object v4, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->b:Ljava/lang/String;
const/4 v5, 0x1
invoke-direct {v2, v3, v4, v5}, Lcom/mbridge/msdk/interstitialvideo/a/a;-><init>(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;Ljava/lang/String;Z)V
invoke-virtual {v0, v2}, Lcom/mbridge/msdk/reward/b/a;->a(Lcom/mbridge/msdk/videocommon/listener/InterVideoOutListener;)V
:cond_1
iput-boolean v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->m:Z
:cond_2
iget-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->n:Z
if-eqz v0, :cond_4
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->a:Lcom/mbridge/msdk/reward/b/a;
if-eqz v0, :cond_3
iget-object v2, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->d:Ljava/lang/String;
iget-object v3, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->e:Ljava/lang/String;
iget-object v4, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->f:Ljava/lang/String;
iget-object v5, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->g:Ljava/lang/String;
.line 112
invoke-virtual {v0, v2, v3, v4, v5}, Lcom/mbridge/msdk/reward/b/a;->a(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
:cond_3
iput-boolean v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->n:Z
:cond_4
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->a:Lcom/mbridge/msdk/reward/b/a;
if-eqz v0, :cond_5
iget v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->p:I
iget v2, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->r:I
iget v3, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->q:I
.line 117
invoke-virtual {v0, v1, v2, v3}, Lcom/mbridge/msdk/reward/b/a;->a(III)V
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->a:Lcom/mbridge/msdk/reward/b/a;
iget v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->k:I
.line 118
invoke-virtual {v0, v1}, Lcom/mbridge/msdk/reward/b/a;->a(I)V
:cond_5
return-void
.end method
.method private a(Ljava/lang/String;Ljava/lang/String;)V
.locals 2
:try_start_0
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->a:Lcom/mbridge/msdk/reward/b/a;
if-nez v0, :cond_0
.line 68
new-instance v0, Lcom/mbridge/msdk/reward/b/a;
invoke-direct {v0}, Lcom/mbridge/msdk/reward/b/a;-><init>()V
iput-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->a:Lcom/mbridge/msdk/reward/b/a;
const/4 v1, 0x1
.line 69
invoke-virtual {v0, v1}, Lcom/mbridge/msdk/reward/b/a;->a(Z)V
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->a:Lcom/mbridge/msdk/reward/b/a;
.line 70
invoke-virtual {v0, v1}, Lcom/mbridge/msdk/reward/b/a;->b(Z)V
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->a:Lcom/mbridge/msdk/reward/b/a;
.line 71
invoke-virtual {v0, p1, p2}, Lcom/mbridge/msdk/reward/b/a;->b(Ljava/lang/String;Ljava/lang/String;)V
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
goto :goto_0
:catchall_0
move-exception p1
const-string p2, "MBBidRewardVideoHandler"
.line 74
invoke-virtual {p1}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String;
move-result-object v0
invoke-static {p2, v0, p1}, Lcom/mbridge/msdk/foundation/tools/af;->b(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
:cond_0
:goto_0
return-void
.end method
.method private b()V
.locals 6
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->h:Lcom/mbridge/msdk/newreward/b/d;
if-nez v0, :cond_0
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->c:Ljava/lang/String;
iget-object v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->b:Ljava/lang/String;
.line 124
invoke-direct {p0, v0, v1}, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->b(Ljava/lang/String;Ljava/lang/String;)V
:cond_0
iget-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->l:Z
const/4 v1, 0x0
if-eqz v0, :cond_2
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->h:Lcom/mbridge/msdk/newreward/b/d;
if-eqz v0, :cond_1
.line 128
new-instance v2, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
iget-object v3, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->j:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
invoke-direct {v2, v3}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;-><init>(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;)V
invoke-virtual {v0, v2}, Lcom/mbridge/msdk/newreward/b/d;->a(Lcom/mbridge/msdk/newout/RewardVideoListener;)V
:cond_1
iput-boolean v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->l:Z
:cond_2
iget-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->o:Z
if-eqz v0, :cond_3
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->b:Ljava/lang/String;
iget-object v2, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->d:Ljava/lang/String;
iget-object v3, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->e:Ljava/lang/String;
iget-object v4, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->f:Ljava/lang/String;
iget-object v5, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->g:Ljava/lang/String;
.line 133
invoke-static {v0, v2, v3, v4, v5}, Lcom/mbridge/msdk/newreward/function/common/MBridgeGlobalCommon;->setAlertDialogText(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
iput-boolean v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->o:Z
:cond_3
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->h:Lcom/mbridge/msdk/newreward/b/d;
if-eqz v0, :cond_4
iget v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->p:I
iget v2, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->r:I
iget v3, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->q:I
.line 137
invoke-virtual {v0, v1, v2, v3}, Lcom/mbridge/msdk/newreward/b/d;->a(III)V
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->h:Lcom/mbridge/msdk/newreward/b/d;
iget v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->k:I
.line 138
invoke-virtual {v0, v1}, Lcom/mbridge/msdk/newreward/b/d;->a(I)V
:cond_4
return-void
.end method
.method private b(Ljava/lang/String;Ljava/lang/String;)V
.locals 3
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->h:Lcom/mbridge/msdk/newreward/b/d;
if-nez v0, :cond_2
.line 80
new-instance v0, Lcom/mbridge/msdk/newreward/b/d;
invoke-static {p1}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v1
const-string v2, ""
if-eqz v1, :cond_0
move-object p1, v2
:cond_0
invoke-static {p2}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v1
if-eqz v1, :cond_1
move-object p2, v2
:cond_1
const/4 v1, 0x1
const/16 v2, 0x11f
invoke-direct {v0, v2, p1, p2, v1}, Lcom/mbridge/msdk/newreward/b/d;-><init>(ILjava/lang/String;Ljava/lang/String;Z)V
iput-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->h:Lcom/mbridge/msdk/newreward/b/d;
:cond_2
return-void
.end method
# virtual methods
.method public clearVideoCache()V
.locals 1
iget-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->i:Z
if-eqz v0, :cond_0
return-void
:cond_0
:try_start_0
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->a:Lcom/mbridge/msdk/reward/b/a;
if-eqz v0, :cond_1
.line 1595
invoke-static {}, Lcom/mbridge/msdk/foundation/tools/ad;->b()V
:try_end_0
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_0
:catch_0
move-exception v0
.line 236
invoke-virtual {v0}, Ljava/lang/Throwable;->printStackTrace()V
:cond_1
:goto_0
return-void
.end method
.method public getCreativeIdWithUnitId()Ljava/lang/String;
.locals 2
iget-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->i:Z
const-string v1, ""
if-eqz v0, :cond_1
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->h:Lcom/mbridge/msdk/newreward/b/d;
if-eqz v0, :cond_0
.line 188
invoke-virtual {v0}, Lcom/mbridge/msdk/newreward/b/d;->c()Ljava/lang/String;
move-result-object v0
return-object v0
:cond_0
return-object v1
:cond_1
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->a:Lcom/mbridge/msdk/reward/b/a;
if-eqz v0, :cond_2
.line 193
invoke-virtual {v0}, Lcom/mbridge/msdk/reward/b/a;->d()Ljava/lang/String;
move-result-object v0
return-object v0
:cond_2
return-object v1
.end method
.method public getRequestId()Ljava/lang/String;
.locals 2
iget-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->i:Z
const-string v1, ""
if-eqz v0, :cond_1
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->h:Lcom/mbridge/msdk/newreward/b/d;
if-eqz v0, :cond_0
.line 175
invoke-virtual {v0}, Lcom/mbridge/msdk/newreward/b/d;->b()Ljava/lang/String;
move-result-object v0
return-object v0
:cond_0
return-object v1
:cond_1
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->a:Lcom/mbridge/msdk/reward/b/a;
if-eqz v0, :cond_2
.line 180
invoke-virtual {v0}, Lcom/mbridge/msdk/reward/b/a;->a()Ljava/lang/String;
move-result-object v0
return-object v0
:cond_2
return-object v1
.end method
.method public isBidReady()Z
.locals 3
iget-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->i:Z
const/4 v1, 0x0
const/4 v2, 0x1
if-eqz v0, :cond_1
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->h:Lcom/mbridge/msdk/newreward/b/d;
if-eqz v0, :cond_0
.line 161
invoke-virtual {v0, v2}, Lcom/mbridge/msdk/newreward/b/d;->a(Z)Z
move-result v0
return v0
:cond_0
return v1
:cond_1
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->a:Lcom/mbridge/msdk/reward/b/a;
if-eqz v0, :cond_2
.line 166
invoke-virtual {v0, v2}, Lcom/mbridge/msdk/reward/b/a;->d(Z)Z
move-result v0
return v0
:cond_2
return v1
.end method
.method public loadFormSelfFilling()V
.locals 8
.line 143
invoke-static {}, Lcom/mbridge/msdk/foundation/same/b;->a()Lcom/mbridge/msdk/foundation/same/b;
move-result-object v0
const-string v1, "new_bridge_reward_video"
invoke-virtual {v0, v1}, Lcom/mbridge/msdk/foundation/same/b;->a(Ljava/lang/String;)Z
move-result v0
iput-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->i:Z
const/4 v1, 0x0
if-eqz v0, :cond_1
.line 145
invoke-direct {p0}, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->b()V
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->h:Lcom/mbridge/msdk/newreward/b/d;
if-eqz v0, :cond_0
const-string v2, ""
.line 147
invoke-virtual {v0, v1, v2}, Lcom/mbridge/msdk/newreward/b/d;->a(ZLjava/lang/String;)V
:cond_0
return-void
.line 151
:cond_1
invoke-direct {p0}, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->a()V
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->a:Lcom/mbridge/msdk/reward/b/a;
if-eqz v0, :cond_2
.line 153
invoke-static {}, Lcom/mbridge/msdk/foundation/same/report/d/d;->a()Lcom/mbridge/msdk/foundation/same/report/d/d;
move-result-object v2
const/4 v3, 0x1
const/16 v4, 0x11f
iget-object v5, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->b:Ljava/lang/String;
const/4 v6, 0x1
const/4 v7, 0x1
invoke-virtual/range {v2 .. v7}, Lcom/mbridge/msdk/foundation/same/report/d/d;->a(IILjava/lang/String;ZI)Lcom/mbridge/msdk/foundation/same/report/d/e;
move-result-object v0
iget-object v2, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->a:Lcom/mbridge/msdk/reward/b/a;
.line 154
invoke-virtual {v2, v1, v0}, Lcom/mbridge/msdk/reward/b/a;->a(ZLcom/mbridge/msdk/foundation/same/report/d/e;)V
:cond_2
return-void
.end method
.method public loadFromBid(Ljava/lang/String;)V
.locals 8
.line 85
invoke-static {}, Lcom/mbridge/msdk/foundation/same/b;->a()Lcom/mbridge/msdk/foundation/same/b;
move-result-object v0
const-string v1, "new_bridge_reward_video"
invoke-virtual {v0, v1}, Lcom/mbridge/msdk/foundation/same/b;->a(Ljava/lang/String;)Z
move-result v0
iput-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->i:Z
const/4 v1, 0x1
if-eqz v0, :cond_1
.line 87
invoke-direct {p0}, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->b()V
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->h:Lcom/mbridge/msdk/newreward/b/d;
if-eqz v0, :cond_0
.line 89
invoke-virtual {v0, v1, p1}, Lcom/mbridge/msdk/newreward/b/d;->a(ZLjava/lang/String;)V
:cond_0
return-void
.line 93
:cond_1
invoke-direct {p0}, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->a()V
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->a:Lcom/mbridge/msdk/reward/b/a;
if-eqz v0, :cond_2
.line 95
invoke-static {}, Lcom/mbridge/msdk/foundation/same/report/d/d;->a()Lcom/mbridge/msdk/foundation/same/report/d/d;
move-result-object v2
const/4 v3, 0x1
const/16 v4, 0x11f
iget-object v5, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->b:Ljava/lang/String;
const/4 v6, 0x1
const/4 v7, 0x2
invoke-virtual/range {v2 .. v7}, Lcom/mbridge/msdk/foundation/same/report/d/d;->a(IILjava/lang/String;ZI)Lcom/mbridge/msdk/foundation/same/report/d/e;
move-result-object v0
iget-object v2, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->a:Lcom/mbridge/msdk/reward/b/a;
.line 96
invoke-virtual {v2, v1, p1, v0}, Lcom/mbridge/msdk/reward/b/a;->a(ZLjava/lang/String;Lcom/mbridge/msdk/foundation/same/report/d/e;)V
:cond_2
return-void
.end method
.method public playVideoMute(I)V
.locals 1
iput p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->k:I
iget-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->i:Z
if-eqz v0, :cond_1
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->h:Lcom/mbridge/msdk/newreward/b/d;
if-eqz v0, :cond_0
.line 244
invoke-virtual {v0, p1}, Lcom/mbridge/msdk/newreward/b/d;->a(I)V
:cond_0
return-void
:cond_1
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->a:Lcom/mbridge/msdk/reward/b/a;
if-eqz v0, :cond_2
.line 249
invoke-virtual {v0, p1}, Lcom/mbridge/msdk/reward/b/a;->a(I)V
:cond_2
return-void
.end method
.method public setAlertDialogText(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
.locals 0
iput-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->d:Ljava/lang/String;
iput-object p2, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->e:Ljava/lang/String;
iput-object p3, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->f:Ljava/lang/String;
iput-object p4, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->g:Ljava/lang/String;
const/4 p1, 0x1
iput-boolean p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->n:Z
iput-boolean p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->o:Z
return-void
.end method
.method public setIVRewardEnable(ID)V
.locals 2
iput p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->p:I
const-wide/high16 v0, 0x4059000000000000L # 100.0
mul-double/2addr p2, v0
double-to-int p1, p2
iput p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->q:I
.line 263
sget p1, Lcom/mbridge/msdk/foundation/same/a;->J:I
iput p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->r:I
return-void
.end method
.method public setIVRewardEnable(II)V
.locals 0
iput p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->p:I
iput p2, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->q:I
.line 257
sget p1, Lcom/mbridge/msdk/foundation/same/a;->K:I
iput p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->r:I
return-void
.end method
.method public setInterstitialVideoListener(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;)V
.locals 0
iput-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->j:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
const/4 p1, 0x1
iput-boolean p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->m:Z
iput-boolean p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->l:Z
return-void
.end method
.method public setRewardVideoListener(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;)V
.locals 0
.annotation runtime Ljava/lang/Deprecated;
.end annotation
iput-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->j:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
const/4 p1, 0x1
iput-boolean p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->m:Z
iput-boolean p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->l:Z
return-void
.end method
.method public showFromBid()V
.locals 7
iget-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->i:Z
if-eqz v0, :cond_1
.line 200
invoke-direct {p0}, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->b()V
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->h:Lcom/mbridge/msdk/newreward/b/d;
if-eqz v0, :cond_0
const-string v1, ""
.line 202
invoke-virtual {v0, v1, v1, v1}, Lcom/mbridge/msdk/newreward/b/d;->a(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
:cond_0
return-void
.line 206
:cond_1
invoke-direct {p0}, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->a()V
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->a:Lcom/mbridge/msdk/reward/b/a;
if-eqz v0, :cond_2
.line 208
invoke-static {}, Lcom/mbridge/msdk/foundation/same/report/d/d;->a()Lcom/mbridge/msdk/foundation/same/report/d/d;
move-result-object v1
const/4 v2, 0x1
const/16 v3, 0x11f
iget-object v4, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->b:Ljava/lang/String;
const/4 v5, 0x0
const/4 v6, -0x1
invoke-virtual/range {v1 .. v6}, Lcom/mbridge/msdk/foundation/same/report/d/d;->a(IILjava/lang/String;ZI)Lcom/mbridge/msdk/foundation/same/report/d/e;
move-result-object v0
iget-object v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBBidInterstitialVideoHandler;->a:Lcom/mbridge/msdk/reward/b/a;
const/4 v2, 0x0
.line 209
invoke-virtual {v1, v2, v2, v2, v0}, Lcom/mbridge/msdk/reward/b/a;->a(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/mbridge/msdk/foundation/same/report/d/e;)V
:cond_2
return-void
.end method

View File

@@ -0,0 +1,881 @@
.class public Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# instance fields
.field private a:Ljava/lang/String;
.field private b:Lcom/mbridge/msdk/reward/b/a;
.field private c:Ljava/lang/String;
.field private d:Ljava/lang/String;
.field private e:Ljava/lang/String;
.field private f:Ljava/lang/String;
.field private g:Ljava/lang/String;
.field private h:Lcom/mbridge/msdk/newreward/b/d;
.field private i:Z
.field private j:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
.field private k:I
.field private l:Z
.field private m:Z
.field private n:Z
.field private o:Z
.field private p:I
.field private q:I
.field private r:I
# direct methods
.method public constructor <init>(Landroid/content/Context;Ljava/lang/String;Ljava/lang/String;)V
.locals 2
.line 46
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const/4 v0, 0x0
iput-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->i:Z
const/4 v1, 0x2
iput v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->k:I
iput-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->l:Z
iput-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->m:Z
iput-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->n:Z
iput-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->o:Z
.line 47
invoke-static {}, Lcom/mbridge/msdk/foundation/controller/c;->m()Lcom/mbridge/msdk/foundation/controller/c;
move-result-object v0
invoke-virtual {v0}, Lcom/mbridge/msdk/foundation/controller/a;->c()Landroid/content/Context;
move-result-object v0
if-nez v0, :cond_0
if-eqz p1, :cond_0
.line 48
invoke-static {}, Lcom/mbridge/msdk/foundation/controller/c;->m()Lcom/mbridge/msdk/foundation/controller/c;
move-result-object v0
invoke-virtual {v0, p1}, Lcom/mbridge/msdk/foundation/controller/a;->b(Landroid/content/Context;)V
.line 50
:cond_0
invoke-static {p3}, Lcom/mbridge/msdk/foundation/tools/ak;->e(Ljava/lang/String;)Ljava/lang/String;
move-result-object p1
.line 51
invoke-static {p1}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v0
if-nez v0, :cond_1
.line 52
invoke-static {p3, p1}, Lcom/mbridge/msdk/foundation/tools/ak;->b(Ljava/lang/String;Ljava/lang/String;)V
:cond_1
iput-object p2, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->a:Ljava/lang/String;
iput-object p3, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->c:Ljava/lang/String;
return-void
.end method
.method public constructor <init>(Ljava/lang/String;Ljava/lang/String;)V
.locals 2
.line 59
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const/4 v0, 0x0
iput-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->i:Z
const/4 v1, 0x2
iput v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->k:I
iput-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->l:Z
iput-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->m:Z
iput-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->n:Z
iput-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->o:Z
iput-object p2, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->c:Ljava/lang/String;
iput-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->a:Ljava/lang/String;
return-void
.end method
.method private a()V
.locals 6
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->b:Lcom/mbridge/msdk/reward/b/a;
if-nez v0, :cond_0
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->a:Ljava/lang/String;
iget-object v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->c:Ljava/lang/String;
.line 102
invoke-direct {p0, v0, v1}, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->a(Ljava/lang/String;Ljava/lang/String;)V
:cond_0
iget-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->m:Z
const/4 v1, 0x0
if-eqz v0, :cond_1
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->b:Lcom/mbridge/msdk/reward/b/a;
.line 105
new-instance v2, Lcom/mbridge/msdk/interstitialvideo/a/a;
iget-object v3, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->j:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
iget-object v4, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->c:Ljava/lang/String;
invoke-direct {v2, v3, v4, v1}, Lcom/mbridge/msdk/interstitialvideo/a/a;-><init>(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;Ljava/lang/String;Z)V
invoke-virtual {v0, v2}, Lcom/mbridge/msdk/reward/b/a;->a(Lcom/mbridge/msdk/videocommon/listener/InterVideoOutListener;)V
iput-boolean v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->m:Z
:cond_1
iget-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->n:Z
if-eqz v0, :cond_2
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->b:Lcom/mbridge/msdk/reward/b/a;
iget-object v2, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->d:Ljava/lang/String;
iget-object v3, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->e:Ljava/lang/String;
iget-object v4, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->f:Ljava/lang/String;
iget-object v5, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->g:Ljava/lang/String;
.line 109
invoke-virtual {v0, v2, v3, v4, v5}, Lcom/mbridge/msdk/reward/b/a;->a(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
iput-boolean v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->n:Z
:cond_2
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->b:Lcom/mbridge/msdk/reward/b/a;
if-eqz v0, :cond_3
iget v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->p:I
iget v2, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->r:I
iget v3, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->q:I
.line 113
invoke-virtual {v0, v1, v2, v3}, Lcom/mbridge/msdk/reward/b/a;->a(III)V
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->b:Lcom/mbridge/msdk/reward/b/a;
iget v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->k:I
.line 114
invoke-virtual {v0, v1}, Lcom/mbridge/msdk/reward/b/a;->a(I)V
:cond_3
return-void
.end method
.method private a(Ljava/lang/String;Ljava/lang/String;)V
.locals 2
:try_start_0
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->b:Lcom/mbridge/msdk/reward/b/a;
if-nez v0, :cond_0
.line 67
new-instance v0, Lcom/mbridge/msdk/reward/b/a;
invoke-direct {v0}, Lcom/mbridge/msdk/reward/b/a;-><init>()V
iput-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->b:Lcom/mbridge/msdk/reward/b/a;
const/4 v1, 0x1
.line 68
invoke-virtual {v0, v1}, Lcom/mbridge/msdk/reward/b/a;->a(Z)V
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->b:Lcom/mbridge/msdk/reward/b/a;
.line 69
invoke-virtual {v0, p1, p2}, Lcom/mbridge/msdk/reward/b/a;->b(Ljava/lang/String;Ljava/lang/String;)V
.line 70
invoke-static {}, Lcom/mbridge/msdk/c/h;->a()Lcom/mbridge/msdk/c/h;
move-result-object p1
invoke-virtual {p1, p2}, Lcom/mbridge/msdk/c/h;->e(Ljava/lang/String;)V
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
goto :goto_0
:catchall_0
move-exception p1
const-string p2, "MBRewardVideoHandler"
.line 73
invoke-virtual {p1}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String;
move-result-object v0
invoke-static {p2, v0, p1}, Lcom/mbridge/msdk/foundation/tools/af;->b(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
:cond_0
:goto_0
return-void
.end method
.method private b()V
.locals 6
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->h:Lcom/mbridge/msdk/newreward/b/d;
if-nez v0, :cond_0
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->a:Ljava/lang/String;
iget-object v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->c:Ljava/lang/String;
.line 120
invoke-direct {p0, v0, v1}, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->b(Ljava/lang/String;Ljava/lang/String;)V
:cond_0
iget-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->l:Z
const/4 v1, 0x0
if-eqz v0, :cond_1
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->h:Lcom/mbridge/msdk/newreward/b/d;
.line 123
new-instance v2, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;
iget-object v3, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->j:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
invoke-direct {v2, v3}, Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListenerWrapper;-><init>(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;)V
invoke-virtual {v0, v2}, Lcom/mbridge/msdk/newreward/b/d;->a(Lcom/mbridge/msdk/newout/RewardVideoListener;)V
iput-boolean v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->l:Z
:cond_1
iget-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->o:Z
if-eqz v0, :cond_2
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->c:Ljava/lang/String;
iget-object v2, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->d:Ljava/lang/String;
iget-object v3, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->e:Ljava/lang/String;
iget-object v4, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->f:Ljava/lang/String;
iget-object v5, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->g:Ljava/lang/String;
.line 127
invoke-static {v0, v2, v3, v4, v5}, Lcom/mbridge/msdk/newreward/function/common/MBridgeGlobalCommon;->setAlertDialogText(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
iput-boolean v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->o:Z
:cond_2
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->h:Lcom/mbridge/msdk/newreward/b/d;
if-eqz v0, :cond_3
iget v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->p:I
iget v2, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->r:I
iget v3, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->q:I
.line 131
invoke-virtual {v0, v1, v2, v3}, Lcom/mbridge/msdk/newreward/b/d;->a(III)V
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->h:Lcom/mbridge/msdk/newreward/b/d;
iget v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->k:I
.line 132
invoke-virtual {v0, v1}, Lcom/mbridge/msdk/newreward/b/d;->a(I)V
:cond_3
return-void
.end method
.method private b(Ljava/lang/String;Ljava/lang/String;)V
.locals 4
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->h:Lcom/mbridge/msdk/newreward/b/d;
if-nez v0, :cond_2
.line 79
new-instance v0, Lcom/mbridge/msdk/newreward/b/d;
invoke-static {p1}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v1
const-string v2, ""
if-eqz v1, :cond_0
move-object p1, v2
:cond_0
invoke-static {p2}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v1
if-eqz v1, :cond_1
goto :goto_0
:cond_1
move-object v2, p2
:goto_0
const/4 v1, 0x0
const/16 v3, 0x11f
invoke-direct {v0, v3, p1, v2, v1}, Lcom/mbridge/msdk/newreward/b/d;-><init>(ILjava/lang/String;Ljava/lang/String;Z)V
iput-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->h:Lcom/mbridge/msdk/newreward/b/d;
.line 80
invoke-static {}, Lcom/mbridge/msdk/c/h;->a()Lcom/mbridge/msdk/c/h;
move-result-object p1
invoke-virtual {p1, p2}, Lcom/mbridge/msdk/c/h;->e(Ljava/lang/String;)V
:cond_2
return-void
.end method
# virtual methods
.method public clearVideoCache()V
.locals 1
iget-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->i:Z
if-eqz v0, :cond_0
return-void
:cond_0
:try_start_0
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->b:Lcom/mbridge/msdk/reward/b/a;
if-eqz v0, :cond_1
.line 1595
invoke-static {}, Lcom/mbridge/msdk/foundation/tools/ad;->b()V
:try_end_0
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_0
:catch_0
move-exception v0
.line 230
invoke-virtual {v0}, Ljava/lang/Throwable;->printStackTrace()V
:cond_1
:goto_0
return-void
.end method
.method public getCreativeIdWithUnitId()Ljava/lang/String;
.locals 2
iget-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->i:Z
const-string v1, ""
if-eqz v0, :cond_1
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->h:Lcom/mbridge/msdk/newreward/b/d;
if-eqz v0, :cond_0
.line 182
invoke-virtual {v0}, Lcom/mbridge/msdk/newreward/b/d;->c()Ljava/lang/String;
move-result-object v0
return-object v0
:cond_0
return-object v1
:cond_1
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->b:Lcom/mbridge/msdk/reward/b/a;
if-eqz v0, :cond_2
.line 187
invoke-virtual {v0}, Lcom/mbridge/msdk/reward/b/a;->d()Ljava/lang/String;
move-result-object v0
return-object v0
:cond_2
return-object v1
.end method
.method public getRequestId()Ljava/lang/String;
.locals 2
iget-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->i:Z
const-string v1, ""
if-eqz v0, :cond_1
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->h:Lcom/mbridge/msdk/newreward/b/d;
if-eqz v0, :cond_0
.line 169
invoke-virtual {v0}, Lcom/mbridge/msdk/newreward/b/d;->b()Ljava/lang/String;
move-result-object v0
return-object v0
:cond_0
return-object v1
:cond_1
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->b:Lcom/mbridge/msdk/reward/b/a;
if-eqz v0, :cond_2
.line 174
invoke-virtual {v0}, Lcom/mbridge/msdk/reward/b/a;->a()Ljava/lang/String;
move-result-object v0
return-object v0
:cond_2
return-object v1
.end method
.method public isReady()Z
.locals 3
iget-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->i:Z
const/4 v1, 0x0
const/4 v2, 0x1
if-eqz v0, :cond_1
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->h:Lcom/mbridge/msdk/newreward/b/d;
if-eqz v0, :cond_0
.line 155
invoke-virtual {v0, v2}, Lcom/mbridge/msdk/newreward/b/d;->a(Z)Z
move-result v0
return v0
:cond_0
return v1
:cond_1
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->b:Lcom/mbridge/msdk/reward/b/a;
if-eqz v0, :cond_2
.line 160
invoke-virtual {v0, v2}, Lcom/mbridge/msdk/reward/b/a;->d(Z)Z
move-result v0
return v0
:cond_2
return v1
.end method
.method public load()V
.locals 8
.line 85
invoke-static {}, Lcom/mbridge/msdk/foundation/same/b;->a()Lcom/mbridge/msdk/foundation/same/b;
move-result-object v0
const-string v1, "new_bridge_reward_video"
invoke-virtual {v0, v1}, Lcom/mbridge/msdk/foundation/same/b;->a(Ljava/lang/String;)Z
move-result v0
iput-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->i:Z
const/4 v1, 0x1
if-eqz v0, :cond_1
.line 87
invoke-direct {p0}, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->b()V
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->h:Lcom/mbridge/msdk/newreward/b/d;
if-eqz v0, :cond_0
const-string v2, ""
.line 89
invoke-virtual {v0, v1, v2}, Lcom/mbridge/msdk/newreward/b/d;->a(ZLjava/lang/String;)V
:cond_0
return-void
.line 93
:cond_1
invoke-direct {p0}, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->a()V
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->b:Lcom/mbridge/msdk/reward/b/a;
if-eqz v0, :cond_2
.line 95
invoke-static {}, Lcom/mbridge/msdk/foundation/same/report/d/d;->a()Lcom/mbridge/msdk/foundation/same/report/d/d;
move-result-object v2
const/4 v3, 0x0
const/16 v4, 0x11f
iget-object v5, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->c:Ljava/lang/String;
const/4 v6, 0x1
const/4 v7, 0x2
invoke-virtual/range {v2 .. v7}, Lcom/mbridge/msdk/foundation/same/report/d/d;->a(IILjava/lang/String;ZI)Lcom/mbridge/msdk/foundation/same/report/d/e;
move-result-object v0
iget-object v2, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->b:Lcom/mbridge/msdk/reward/b/a;
.line 96
invoke-virtual {v2, v1, v0}, Lcom/mbridge/msdk/reward/b/a;->a(ZLcom/mbridge/msdk/foundation/same/report/d/e;)V
:cond_2
return-void
.end method
.method public loadFormSelfFilling()V
.locals 8
.line 137
invoke-static {}, Lcom/mbridge/msdk/foundation/same/b;->a()Lcom/mbridge/msdk/foundation/same/b;
move-result-object v0
const-string v1, "new_bridge_reward_video"
invoke-virtual {v0, v1}, Lcom/mbridge/msdk/foundation/same/b;->a(Ljava/lang/String;)Z
move-result v0
iput-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->i:Z
const/4 v1, 0x0
if-eqz v0, :cond_1
.line 139
invoke-direct {p0}, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->b()V
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->h:Lcom/mbridge/msdk/newreward/b/d;
if-eqz v0, :cond_0
const-string v2, ""
.line 141
invoke-virtual {v0, v1, v2}, Lcom/mbridge/msdk/newreward/b/d;->a(ZLjava/lang/String;)V
:cond_0
return-void
.line 145
:cond_1
invoke-direct {p0}, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->a()V
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->b:Lcom/mbridge/msdk/reward/b/a;
if-eqz v0, :cond_2
.line 147
invoke-static {}, Lcom/mbridge/msdk/foundation/same/report/d/d;->a()Lcom/mbridge/msdk/foundation/same/report/d/d;
move-result-object v2
const/4 v3, 0x0
const/16 v4, 0x11f
iget-object v5, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->c:Ljava/lang/String;
const/4 v6, 0x1
const/4 v7, 0x1
invoke-virtual/range {v2 .. v7}, Lcom/mbridge/msdk/foundation/same/report/d/d;->a(IILjava/lang/String;ZI)Lcom/mbridge/msdk/foundation/same/report/d/e;
move-result-object v0
iget-object v2, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->b:Lcom/mbridge/msdk/reward/b/a;
.line 148
invoke-virtual {v2, v1, v0}, Lcom/mbridge/msdk/reward/b/a;->a(ZLcom/mbridge/msdk/foundation/same/report/d/e;)V
:cond_2
return-void
.end method
.method public playVideoMute(I)V
.locals 1
iput p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->k:I
iget-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->i:Z
if-eqz v0, :cond_1
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->h:Lcom/mbridge/msdk/newreward/b/d;
if-eqz v0, :cond_0
.line 238
invoke-virtual {v0, p1}, Lcom/mbridge/msdk/newreward/b/d;->a(I)V
:cond_0
return-void
:cond_1
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->b:Lcom/mbridge/msdk/reward/b/a;
if-eqz v0, :cond_2
.line 243
invoke-virtual {v0, p1}, Lcom/mbridge/msdk/reward/b/a;->a(I)V
:cond_2
return-void
.end method
.method public setAlertDialogText(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
.locals 0
iput-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->d:Ljava/lang/String;
iput-object p2, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->e:Ljava/lang/String;
iput-object p3, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->f:Ljava/lang/String;
iput-object p4, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->g:Ljava/lang/String;
const/4 p1, 0x1
iput-boolean p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->n:Z
iput-boolean p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->o:Z
return-void
.end method
.method public setIVRewardEnable(ID)V
.locals 2
iput p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->p:I
const-wide/high16 v0, 0x4059000000000000L # 100.0
mul-double/2addr p2, v0
double-to-int p1, p2
iput p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->q:I
.line 257
sget p1, Lcom/mbridge/msdk/foundation/same/a;->J:I
iput p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->r:I
return-void
.end method
.method public setIVRewardEnable(II)V
.locals 0
iput p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->p:I
iput p2, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->q:I
.line 251
sget p1, Lcom/mbridge/msdk/foundation/same/a;->K:I
iput p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->r:I
return-void
.end method
.method public setInterstitialVideoListener(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;)V
.locals 0
iput-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->j:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
const/4 p1, 0x1
iput-boolean p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->m:Z
iput-boolean p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->l:Z
return-void
.end method
.method public setRewardVideoListener(Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;)V
.locals 0
.annotation runtime Ljava/lang/Deprecated;
.end annotation
iput-object p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->j:Lcom/mbridge/msdk/interstitialvideo/out/InterstitialVideoListener;
const/4 p1, 0x1
iput-boolean p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->m:Z
iput-boolean p1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->l:Z
return-void
.end method
.method public show()V
.locals 7
iget-boolean v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->i:Z
if-eqz v0, :cond_1
.line 194
invoke-direct {p0}, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->b()V
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->h:Lcom/mbridge/msdk/newreward/b/d;
if-eqz v0, :cond_0
const-string v1, ""
.line 196
invoke-virtual {v0, v1, v1, v1}, Lcom/mbridge/msdk/newreward/b/d;->a(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
:cond_0
return-void
.line 200
:cond_1
invoke-direct {p0}, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->a()V
iget-object v0, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->b:Lcom/mbridge/msdk/reward/b/a;
if-eqz v0, :cond_2
.line 202
invoke-static {}, Lcom/mbridge/msdk/foundation/same/report/d/d;->a()Lcom/mbridge/msdk/foundation/same/report/d/d;
move-result-object v1
const/4 v2, 0x0
const/16 v3, 0x11f
iget-object v4, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->c:Ljava/lang/String;
const/4 v5, 0x0
const/4 v6, -0x1
invoke-virtual/range {v1 .. v6}, Lcom/mbridge/msdk/foundation/same/report/d/d;->a(IILjava/lang/String;ZI)Lcom/mbridge/msdk/foundation/same/report/d/e;
move-result-object v0
iget-object v1, p0, Lcom/mbridge/msdk/interstitialvideo/out/MBInterstitialVideoHandler;->b:Lcom/mbridge/msdk/reward/b/a;
const/4 v2, 0x0
.line 203
invoke-virtual {v1, v2, v2, v2, v0}, Lcom/mbridge/msdk/reward/b/a;->a(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/mbridge/msdk/foundation/same/report/d/e;)V
:cond_2
return-void
.end method