First Upload

Just the APK
Force update disabled, will only work offline.
This commit is contained in:
supermegamestre
2026-01-26 00:26:29 -03:00
commit 4bbd74a497
44413 changed files with 11043538 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/customevent/CustomEvent;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# virtual methods
.method public abstract onDestroy()V
.end method
.method public abstract onPause()V
.end method
.method public abstract onResume()V
.end method

View File

@@ -0,0 +1,582 @@
.class public final Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/ads/mediation/MediationBannerAdapter;
.implements Lcom/google/android/gms/ads/mediation/MediationInterstitialAdapter;
.implements Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;
# annotations
.annotation build Lcom/google/android/gms/common/annotation/KeepForSdkWithMembers;
.end annotation
.annotation build Lcom/google/android/gms/common/annotation/KeepName;
.end annotation
# static fields
.field static final zza:Lcom/google/android/gms/ads/AdError;
.annotation build Landroidx/annotation/VisibleForTesting;
.end annotation
.end field
# instance fields
.field zzb:Lcom/google/android/gms/ads/mediation/customevent/CustomEventBanner;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation build Landroidx/annotation/VisibleForTesting;
.end annotation
.end field
.field zzc:Lcom/google/android/gms/ads/mediation/customevent/CustomEventInterstitial;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation build Landroidx/annotation/VisibleForTesting;
.end annotation
.end field
.field zzd:Lcom/google/android/gms/ads/mediation/customevent/CustomEventNative;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation build Landroidx/annotation/VisibleForTesting;
.end annotation
.end field
.field private zze:Landroid/view/View;
# direct methods
.method static constructor <clinit>()V
.locals 4
new-instance v0, Lcom/google/android/gms/ads/AdError;
const/4 v1, 0x0
const-string v2, "Could not instantiate custom event adapter"
const-string v3, "com.google.android.gms.ads"
invoke-direct {v0, v1, v2, v3}, Lcom/google/android/gms/ads/AdError;-><init>(ILjava/lang/String;Ljava/lang/String;)V
sput-object v0, Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;->zza:Lcom/google/android/gms/ads/AdError;
return-void
.end method
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static synthetic zza(Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;Landroid/view/View;)V
.locals 0
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;->zze:Landroid/view/View;
return-void
.end method
.method private static zzb(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;
.locals 3
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation build Landroidx/annotation/Nullable;
.end annotation
.line 2
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
.line 1
:try_start_0
invoke-static {p1}, Ljava/lang/Class;->forName(Ljava/lang/String;)Ljava/lang/Class;
move-result-object v0
const/4 v1, 0x0
new-array v2, v1, [Ljava/lang/Class;
invoke-virtual {v0, v2}, Ljava/lang/Class;->getDeclaredConstructor([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
move-result-object v0
new-array v1, v1, [Ljava/lang/Object;
invoke-virtual {v0, v1}, Ljava/lang/reflect/Constructor;->newInstance([Ljava/lang/Object;)Ljava/lang/Object;
move-result-object v0
invoke-virtual {p0, v0}, Ljava/lang/Class;->cast(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
return-object p0
:catchall_0
move-exception p0
.line 3
invoke-virtual {p0}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String;
move-result-object p0
new-instance v0, Ljava/lang/StringBuilder;
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
const-string v1, "Could not instantiate custom event adapter: "
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
const-string p1, ". "
invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v0, p0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p0
.line 4
invoke-static {p0}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zzj(Ljava/lang/String;)V
const/4 p0, 0x0
return-object p0
.end method
# virtual methods
.method public getBannerView()Landroid/view/View;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;->zze:Landroid/view/View;
return-object v0
.end method
.method public onDestroy()V
.locals 1
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;->zzb:Lcom/google/android/gms/ads/mediation/customevent/CustomEventBanner;
if-eqz v0, :cond_0
.line 1
invoke-interface {v0}, Lcom/google/android/gms/ads/mediation/customevent/CustomEvent;->onDestroy()V
:cond_0
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;->zzc:Lcom/google/android/gms/ads/mediation/customevent/CustomEventInterstitial;
if-eqz v0, :cond_1
.line 2
invoke-interface {v0}, Lcom/google/android/gms/ads/mediation/customevent/CustomEvent;->onDestroy()V
:cond_1
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;->zzd:Lcom/google/android/gms/ads/mediation/customevent/CustomEventNative;
if-eqz v0, :cond_2
.line 3
invoke-interface {v0}, Lcom/google/android/gms/ads/mediation/customevent/CustomEvent;->onDestroy()V
:cond_2
return-void
.end method
.method public onPause()V
.locals 1
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;->zzb:Lcom/google/android/gms/ads/mediation/customevent/CustomEventBanner;
if-eqz v0, :cond_0
.line 1
invoke-interface {v0}, Lcom/google/android/gms/ads/mediation/customevent/CustomEvent;->onPause()V
:cond_0
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;->zzc:Lcom/google/android/gms/ads/mediation/customevent/CustomEventInterstitial;
if-eqz v0, :cond_1
.line 2
invoke-interface {v0}, Lcom/google/android/gms/ads/mediation/customevent/CustomEvent;->onPause()V
:cond_1
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;->zzd:Lcom/google/android/gms/ads/mediation/customevent/CustomEventNative;
if-eqz v0, :cond_2
.line 3
invoke-interface {v0}, Lcom/google/android/gms/ads/mediation/customevent/CustomEvent;->onPause()V
:cond_2
return-void
.end method
.method public onResume()V
.locals 1
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;->zzb:Lcom/google/android/gms/ads/mediation/customevent/CustomEventBanner;
if-eqz v0, :cond_0
.line 1
invoke-interface {v0}, Lcom/google/android/gms/ads/mediation/customevent/CustomEvent;->onResume()V
:cond_0
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;->zzc:Lcom/google/android/gms/ads/mediation/customevent/CustomEventInterstitial;
if-eqz v0, :cond_1
.line 2
invoke-interface {v0}, Lcom/google/android/gms/ads/mediation/customevent/CustomEvent;->onResume()V
:cond_1
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;->zzd:Lcom/google/android/gms/ads/mediation/customevent/CustomEventNative;
if-eqz v0, :cond_2
.line 3
invoke-interface {v0}, Lcom/google/android/gms/ads/mediation/customevent/CustomEvent;->onResume()V
:cond_2
return-void
.end method
.method public requestBannerAd(Landroid/content/Context;Lcom/google/android/gms/ads/mediation/MediationBannerListener;Landroid/os/Bundle;Lcom/google/android/gms/ads/AdSize;Lcom/google/android/gms/ads/mediation/MediationAdRequest;Landroid/os/Bundle;)V
.locals 7
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/gms/ads/mediation/MediationBannerListener;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p3 # Landroid/os/Bundle;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p4 # Lcom/google/android/gms/ads/AdSize;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p5 # Lcom/google/android/gms/ads/mediation/MediationAdRequest;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p6 # Landroid/os/Bundle;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
const-string v0, "class_name"
.line 1
invoke-virtual {p3, v0}, Landroid/os/BaseBundle;->getString(Ljava/lang/String;)Ljava/lang/String;
move-result-object v1
const-class v2, Lcom/google/android/gms/ads/mediation/customevent/CustomEventBanner;
.line 2
invoke-static {v2, v1}, Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;->zzb(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;
move-result-object v1
check-cast v1, Lcom/google/android/gms/ads/mediation/customevent/CustomEventBanner;
iput-object v1, p0, Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;->zzb:Lcom/google/android/gms/ads/mediation/customevent/CustomEventBanner;
if-nez v1, :cond_0
sget-object p1, Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;->zza:Lcom/google/android/gms/ads/AdError;
.line 3
invoke-interface {p2, p0, p1}, Lcom/google/android/gms/ads/mediation/MediationBannerListener;->onAdFailedToLoad(Lcom/google/android/gms/ads/mediation/MediationBannerAdapter;Lcom/google/android/gms/ads/AdError;)V
return-void
:cond_0
if-nez p6, :cond_1
const/4 p6, 0x0
:goto_0
move-object v6, p6
goto :goto_1
.line 4
:cond_1
invoke-virtual {p3, v0}, Landroid/os/BaseBundle;->getString(Ljava/lang/String;)Ljava/lang/String;
move-result-object v0
invoke-virtual {p6, v0}, Landroid/os/Bundle;->getBundle(Ljava/lang/String;)Landroid/os/Bundle;
move-result-object p6
goto :goto_0
:goto_1
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;->zzb:Lcom/google/android/gms/ads/mediation/customevent/CustomEventBanner;
.line 7
invoke-virtual {v0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
new-instance v2, Lcom/google/android/gms/ads/mediation/customevent/zza;
invoke-direct {v2, p0, p2}, Lcom/google/android/gms/ads/mediation/customevent/zza;-><init>(Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;Lcom/google/android/gms/ads/mediation/MediationBannerListener;)V
const-string p2, "parameter"
.line 5
invoke-virtual {p3, p2}, Landroid/os/BaseBundle;->getString(Ljava/lang/String;)Ljava/lang/String;
move-result-object v3
move-object v1, p1
move-object v4, p4
move-object v5, p5
.line 6
invoke-interface/range {v0 .. v6}, Lcom/google/android/gms/ads/mediation/customevent/CustomEventBanner;->requestBannerAd(Landroid/content/Context;Lcom/google/android/gms/ads/mediation/customevent/CustomEventBannerListener;Ljava/lang/String;Lcom/google/android/gms/ads/AdSize;Lcom/google/android/gms/ads/mediation/MediationAdRequest;Landroid/os/Bundle;)V
return-void
.end method
.method public requestInterstitialAd(Landroid/content/Context;Lcom/google/android/gms/ads/mediation/MediationInterstitialListener;Landroid/os/Bundle;Lcom/google/android/gms/ads/mediation/MediationAdRequest;Landroid/os/Bundle;)V
.locals 6
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/gms/ads/mediation/MediationInterstitialListener;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p3 # Landroid/os/Bundle;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p4 # Lcom/google/android/gms/ads/mediation/MediationAdRequest;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p5 # Landroid/os/Bundle;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
const-string v0, "class_name"
.line 1
invoke-virtual {p3, v0}, Landroid/os/BaseBundle;->getString(Ljava/lang/String;)Ljava/lang/String;
move-result-object v1
const-class v2, Lcom/google/android/gms/ads/mediation/customevent/CustomEventInterstitial;
.line 2
invoke-static {v2, v1}, Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;->zzb(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;
move-result-object v1
check-cast v1, Lcom/google/android/gms/ads/mediation/customevent/CustomEventInterstitial;
iput-object v1, p0, Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;->zzc:Lcom/google/android/gms/ads/mediation/customevent/CustomEventInterstitial;
if-nez v1, :cond_0
sget-object p1, Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;->zza:Lcom/google/android/gms/ads/AdError;
.line 3
invoke-interface {p2, p0, p1}, Lcom/google/android/gms/ads/mediation/MediationInterstitialListener;->onAdFailedToLoad(Lcom/google/android/gms/ads/mediation/MediationInterstitialAdapter;Lcom/google/android/gms/ads/AdError;)V
return-void
:cond_0
if-nez p5, :cond_1
const/4 p5, 0x0
:goto_0
move-object v5, p5
goto :goto_1
.line 4
:cond_1
invoke-virtual {p3, v0}, Landroid/os/BaseBundle;->getString(Ljava/lang/String;)Ljava/lang/String;
move-result-object v0
invoke-virtual {p5, v0}, Landroid/os/Bundle;->getBundle(Ljava/lang/String;)Landroid/os/Bundle;
move-result-object p5
goto :goto_0
:goto_1
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;->zzc:Lcom/google/android/gms/ads/mediation/customevent/CustomEventInterstitial;
.line 7
invoke-virtual {v0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
new-instance v2, Lcom/google/android/gms/ads/mediation/customevent/zzb;
invoke-direct {v2, p0, p0, p2}, Lcom/google/android/gms/ads/mediation/customevent/zzb;-><init>(Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;Lcom/google/android/gms/ads/mediation/MediationInterstitialListener;)V
const-string p2, "parameter"
.line 5
invoke-virtual {p3, p2}, Landroid/os/BaseBundle;->getString(Ljava/lang/String;)Ljava/lang/String;
move-result-object v3
move-object v1, p1
move-object v4, p4
.line 6
invoke-interface/range {v0 .. v5}, Lcom/google/android/gms/ads/mediation/customevent/CustomEventInterstitial;->requestInterstitialAd(Landroid/content/Context;Lcom/google/android/gms/ads/mediation/customevent/CustomEventInterstitialListener;Ljava/lang/String;Lcom/google/android/gms/ads/mediation/MediationAdRequest;Landroid/os/Bundle;)V
return-void
.end method
.method public requestNativeAd(Landroid/content/Context;Lcom/google/android/gms/ads/mediation/MediationNativeListener;Landroid/os/Bundle;Lcom/google/android/gms/ads/mediation/NativeMediationAdRequest;Landroid/os/Bundle;)V
.locals 6
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/gms/ads/mediation/MediationNativeListener;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p3 # Landroid/os/Bundle;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p4 # Lcom/google/android/gms/ads/mediation/NativeMediationAdRequest;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p5 # Landroid/os/Bundle;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
const-string v0, "class_name"
.line 1
invoke-virtual {p3, v0}, Landroid/os/BaseBundle;->getString(Ljava/lang/String;)Ljava/lang/String;
move-result-object v1
const-class v2, Lcom/google/android/gms/ads/mediation/customevent/CustomEventNative;
.line 2
invoke-static {v2, v1}, Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;->zzb(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;
move-result-object v1
check-cast v1, Lcom/google/android/gms/ads/mediation/customevent/CustomEventNative;
iput-object v1, p0, Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;->zzd:Lcom/google/android/gms/ads/mediation/customevent/CustomEventNative;
if-nez v1, :cond_0
sget-object p1, Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;->zza:Lcom/google/android/gms/ads/AdError;
.line 3
invoke-interface {p2, p0, p1}, Lcom/google/android/gms/ads/mediation/MediationNativeListener;->onAdFailedToLoad(Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;Lcom/google/android/gms/ads/AdError;)V
return-void
:cond_0
if-nez p5, :cond_1
const/4 p5, 0x0
:goto_0
move-object v5, p5
goto :goto_1
.line 4
:cond_1
invoke-virtual {p3, v0}, Landroid/os/BaseBundle;->getString(Ljava/lang/String;)Ljava/lang/String;
move-result-object v0
invoke-virtual {p5, v0}, Landroid/os/Bundle;->getBundle(Ljava/lang/String;)Landroid/os/Bundle;
move-result-object p5
goto :goto_0
:goto_1
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;->zzd:Lcom/google/android/gms/ads/mediation/customevent/CustomEventNative;
.line 7
invoke-virtual {v0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
new-instance v2, Lcom/google/android/gms/ads/mediation/customevent/zzc;
invoke-direct {v2, p0, p2}, Lcom/google/android/gms/ads/mediation/customevent/zzc;-><init>(Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;Lcom/google/android/gms/ads/mediation/MediationNativeListener;)V
const-string p2, "parameter"
.line 5
invoke-virtual {p3, p2}, Landroid/os/BaseBundle;->getString(Ljava/lang/String;)Ljava/lang/String;
move-result-object v3
move-object v1, p1
move-object v4, p4
.line 6
invoke-interface/range {v0 .. v5}, Lcom/google/android/gms/ads/mediation/customevent/CustomEventNative;->requestNativeAd(Landroid/content/Context;Lcom/google/android/gms/ads/mediation/customevent/CustomEventNativeListener;Ljava/lang/String;Lcom/google/android/gms/ads/mediation/NativeMediationAdRequest;Landroid/os/Bundle;)V
return-void
.end method
.method public showInterstitial()V
.locals 1
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;->zzc:Lcom/google/android/gms/ads/mediation/customevent/CustomEventInterstitial;
if-eqz v0, :cond_0
.line 1
invoke-interface {v0}, Lcom/google/android/gms/ads/mediation/customevent/CustomEventInterstitial;->showInterstitial()V
:cond_0
return-void
.end method

View File

@@ -0,0 +1,40 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/customevent/CustomEventBanner;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/ads/mediation/customevent/CustomEvent;
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# virtual methods
.method public abstract requestBannerAd(Landroid/content/Context;Lcom/google/android/gms/ads/mediation/customevent/CustomEventBannerListener;Ljava/lang/String;Lcom/google/android/gms/ads/AdSize;Lcom/google/android/gms/ads/mediation/MediationAdRequest;Landroid/os/Bundle;)V
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/gms/ads/mediation/customevent/CustomEventBannerListener;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p3 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p4 # Lcom/google/android/gms/ads/AdSize;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p5 # Lcom/google/android/gms/ads/mediation/MediationAdRequest;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p6 # Landroid/os/Bundle;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.end method

View File

@@ -0,0 +1,20 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/customevent/CustomEventBannerListener;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/ads/mediation/customevent/CustomEventListener;
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# virtual methods
.method public abstract onAdLoaded(Landroid/view/View;)V
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method

View File

@@ -0,0 +1,69 @@
.class public final Lcom/google/android/gms/ads/mediation/customevent/CustomEventExtras;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# instance fields
.field private final zza:Ljava/util/HashMap;
# direct methods
.method public constructor <init>()V
.locals 1
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
new-instance v0, Ljava/util/HashMap;
invoke-direct {v0}, Ljava/util/HashMap;-><init>()V
iput-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/CustomEventExtras;->zza:Ljava/util/HashMap;
return-void
.end method
# virtual methods
.method public getExtra(Ljava/lang/String;)Ljava/lang/Object;
.locals 1
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/Nullable;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/CustomEventExtras;->zza:Ljava/util/HashMap;
.line 1
invoke-virtual {v0, p1}, Ljava/util/HashMap;->get(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p1
return-object p1
.end method
.method public setExtra(Ljava/lang/String;Ljava/lang/Object;)V
.locals 1
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/lang/Object;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/CustomEventExtras;->zza:Ljava/util/HashMap;
.line 1
invoke-virtual {v0, p1, p2}, Ljava/util/HashMap;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
return-void
.end method

View File

@@ -0,0 +1,39 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/customevent/CustomEventInterstitial;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/ads/mediation/customevent/CustomEvent;
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# virtual methods
.method public abstract requestInterstitialAd(Landroid/content/Context;Lcom/google/android/gms/ads/mediation/customevent/CustomEventInterstitialListener;Ljava/lang/String;Lcom/google/android/gms/ads/mediation/MediationAdRequest;Landroid/os/Bundle;)V
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/gms/ads/mediation/customevent/CustomEventInterstitialListener;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p3 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p4 # Lcom/google/android/gms/ads/mediation/MediationAdRequest;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p5 # Landroid/os/Bundle;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.end method
.method public abstract showInterstitial()V
.end method

View File

@@ -0,0 +1,16 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/customevent/CustomEventInterstitialListener;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/ads/mediation/customevent/CustomEventListener;
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# virtual methods
.method public abstract onAdLoaded()V
.end method

View File

@@ -0,0 +1,34 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/customevent/CustomEventListener;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# virtual methods
.method public abstract onAdClicked()V
.end method
.method public abstract onAdClosed()V
.end method
.method public abstract onAdFailedToLoad(I)V
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract onAdFailedToLoad(Lcom/google/android/gms/ads/AdError;)V
.param p1 # Lcom/google/android/gms/ads/AdError;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract onAdLeftApplication()V
.end method
.method public abstract onAdOpened()V
.end method

View File

@@ -0,0 +1,36 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/customevent/CustomEventNative;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/ads/mediation/customevent/CustomEvent;
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# virtual methods
.method public abstract requestNativeAd(Landroid/content/Context;Lcom/google/android/gms/ads/mediation/customevent/CustomEventNativeListener;Ljava/lang/String;Lcom/google/android/gms/ads/mediation/NativeMediationAdRequest;Landroid/os/Bundle;)V
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/gms/ads/mediation/customevent/CustomEventNativeListener;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p3 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p4 # Lcom/google/android/gms/ads/mediation/NativeMediationAdRequest;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p5 # Landroid/os/Bundle;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.end method

View File

@@ -0,0 +1,23 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/customevent/CustomEventNativeListener;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/ads/mediation/customevent/CustomEventListener;
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# virtual methods
.method public abstract onAdImpression()V
.end method
.method public abstract onAdLoaded(Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;)V
.param p1 # Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method

View File

@@ -0,0 +1,164 @@
.class final Lcom/google/android/gms/ads/mediation/customevent/zza;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/ads/mediation/customevent/CustomEventBannerListener;
# annotations
.annotation build Landroidx/annotation/VisibleForTesting;
.end annotation
# instance fields
.field private final zza:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.field private final zzb:Lcom/google/android/gms/ads/mediation/MediationBannerListener;
# direct methods
.method public constructor <init>(Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;Lcom/google/android/gms/ads/mediation/MediationBannerListener;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/customevent/zza;->zza:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
iput-object p2, p0, Lcom/google/android/gms/ads/mediation/customevent/zza;->zzb:Lcom/google/android/gms/ads/mediation/MediationBannerListener;
return-void
.end method
# virtual methods
.method public final onAdClicked()V
.locals 2
const-string v0, "Custom event adapter called onAdClicked."
.line 1
invoke-static {v0}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zze(Ljava/lang/String;)V
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/zza;->zzb:Lcom/google/android/gms/ads/mediation/MediationBannerListener;
iget-object v1, p0, Lcom/google/android/gms/ads/mediation/customevent/zza;->zza:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.line 2
invoke-interface {v0, v1}, Lcom/google/android/gms/ads/mediation/MediationBannerListener;->onAdClicked(Lcom/google/android/gms/ads/mediation/MediationBannerAdapter;)V
return-void
.end method
.method public final onAdClosed()V
.locals 2
const-string v0, "Custom event adapter called onAdClosed."
.line 1
invoke-static {v0}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zze(Ljava/lang/String;)V
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/zza;->zzb:Lcom/google/android/gms/ads/mediation/MediationBannerListener;
iget-object v1, p0, Lcom/google/android/gms/ads/mediation/customevent/zza;->zza:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.line 2
invoke-interface {v0, v1}, Lcom/google/android/gms/ads/mediation/MediationBannerListener;->onAdClosed(Lcom/google/android/gms/ads/mediation/MediationBannerAdapter;)V
return-void
.end method
.method public final onAdFailedToLoad(I)V
.locals 2
const-string v0, "Custom event adapter called onAdFailedToLoad."
.line 1
invoke-static {v0}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zze(Ljava/lang/String;)V
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/zza;->zzb:Lcom/google/android/gms/ads/mediation/MediationBannerListener;
iget-object v1, p0, Lcom/google/android/gms/ads/mediation/customevent/zza;->zza:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.line 2
invoke-interface {v0, v1, p1}, Lcom/google/android/gms/ads/mediation/MediationBannerListener;->onAdFailedToLoad(Lcom/google/android/gms/ads/mediation/MediationBannerAdapter;I)V
return-void
.end method
.method public final onAdFailedToLoad(Lcom/google/android/gms/ads/AdError;)V
.locals 2
const-string v0, "Custom event adapter called onAdFailedToLoad."
.line 3
invoke-static {v0}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zze(Ljava/lang/String;)V
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/zza;->zzb:Lcom/google/android/gms/ads/mediation/MediationBannerListener;
iget-object v1, p0, Lcom/google/android/gms/ads/mediation/customevent/zza;->zza:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.line 4
invoke-interface {v0, v1, p1}, Lcom/google/android/gms/ads/mediation/MediationBannerListener;->onAdFailedToLoad(Lcom/google/android/gms/ads/mediation/MediationBannerAdapter;Lcom/google/android/gms/ads/AdError;)V
return-void
.end method
.method public final onAdLeftApplication()V
.locals 2
const-string v0, "Custom event adapter called onAdLeftApplication."
.line 1
invoke-static {v0}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zze(Ljava/lang/String;)V
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/zza;->zzb:Lcom/google/android/gms/ads/mediation/MediationBannerListener;
iget-object v1, p0, Lcom/google/android/gms/ads/mediation/customevent/zza;->zza:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.line 2
invoke-interface {v0, v1}, Lcom/google/android/gms/ads/mediation/MediationBannerListener;->onAdLeftApplication(Lcom/google/android/gms/ads/mediation/MediationBannerAdapter;)V
return-void
.end method
.method public final onAdLoaded(Landroid/view/View;)V
.locals 1
const-string v0, "Custom event adapter called onAdLoaded."
.line 1
invoke-static {v0}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zze(Ljava/lang/String;)V
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/zza;->zza:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.line 2
invoke-static {v0, p1}, Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;->zza(Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;Landroid/view/View;)V
iget-object p1, p0, Lcom/google/android/gms/ads/mediation/customevent/zza;->zzb:Lcom/google/android/gms/ads/mediation/MediationBannerListener;
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/zza;->zza:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.line 3
invoke-interface {p1, v0}, Lcom/google/android/gms/ads/mediation/MediationBannerListener;->onAdLoaded(Lcom/google/android/gms/ads/mediation/MediationBannerAdapter;)V
return-void
.end method
.method public final onAdOpened()V
.locals 2
const-string v0, "Custom event adapter called onAdOpened."
.line 1
invoke-static {v0}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zze(Ljava/lang/String;)V
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/zza;->zzb:Lcom/google/android/gms/ads/mediation/MediationBannerListener;
iget-object v1, p0, Lcom/google/android/gms/ads/mediation/customevent/zza;->zza:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.line 2
invoke-interface {v0, v1}, Lcom/google/android/gms/ads/mediation/MediationBannerListener;->onAdOpened(Lcom/google/android/gms/ads/mediation/MediationBannerAdapter;)V
return-void
.end method

View File

@@ -0,0 +1,163 @@
.class final Lcom/google/android/gms/ads/mediation/customevent/zzb;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/ads/mediation/customevent/CustomEventInterstitialListener;
# annotations
.annotation build Landroidx/annotation/VisibleForTesting;
.end annotation
# instance fields
.field final synthetic zza:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.field private final zzb:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.field private final zzc:Lcom/google/android/gms/ads/mediation/MediationInterstitialListener;
# direct methods
.method public constructor <init>(Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;Lcom/google/android/gms/ads/mediation/MediationInterstitialListener;)V
.locals 0
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/customevent/zzb;->zza:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p2, p0, Lcom/google/android/gms/ads/mediation/customevent/zzb;->zzb:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
iput-object p3, p0, Lcom/google/android/gms/ads/mediation/customevent/zzb;->zzc:Lcom/google/android/gms/ads/mediation/MediationInterstitialListener;
return-void
.end method
# virtual methods
.method public final onAdClicked()V
.locals 2
const-string v0, "Custom event adapter called onAdClicked."
.line 1
invoke-static {v0}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zze(Ljava/lang/String;)V
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/zzb;->zzc:Lcom/google/android/gms/ads/mediation/MediationInterstitialListener;
iget-object v1, p0, Lcom/google/android/gms/ads/mediation/customevent/zzb;->zzb:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.line 2
invoke-interface {v0, v1}, Lcom/google/android/gms/ads/mediation/MediationInterstitialListener;->onAdClicked(Lcom/google/android/gms/ads/mediation/MediationInterstitialAdapter;)V
return-void
.end method
.method public final onAdClosed()V
.locals 2
const-string v0, "Custom event adapter called onAdClosed."
.line 1
invoke-static {v0}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zze(Ljava/lang/String;)V
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/zzb;->zzc:Lcom/google/android/gms/ads/mediation/MediationInterstitialListener;
iget-object v1, p0, Lcom/google/android/gms/ads/mediation/customevent/zzb;->zzb:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.line 2
invoke-interface {v0, v1}, Lcom/google/android/gms/ads/mediation/MediationInterstitialListener;->onAdClosed(Lcom/google/android/gms/ads/mediation/MediationInterstitialAdapter;)V
return-void
.end method
.method public final onAdFailedToLoad(I)V
.locals 2
const-string v0, "Custom event adapter called onFailedToReceiveAd."
.line 1
invoke-static {v0}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zze(Ljava/lang/String;)V
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/zzb;->zzc:Lcom/google/android/gms/ads/mediation/MediationInterstitialListener;
iget-object v1, p0, Lcom/google/android/gms/ads/mediation/customevent/zzb;->zzb:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.line 2
invoke-interface {v0, v1, p1}, Lcom/google/android/gms/ads/mediation/MediationInterstitialListener;->onAdFailedToLoad(Lcom/google/android/gms/ads/mediation/MediationInterstitialAdapter;I)V
return-void
.end method
.method public final onAdFailedToLoad(Lcom/google/android/gms/ads/AdError;)V
.locals 2
const-string v0, "Custom event adapter called onFailedToReceiveAd."
.line 3
invoke-static {v0}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zze(Ljava/lang/String;)V
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/zzb;->zzc:Lcom/google/android/gms/ads/mediation/MediationInterstitialListener;
iget-object v1, p0, Lcom/google/android/gms/ads/mediation/customevent/zzb;->zzb:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.line 4
invoke-interface {v0, v1, p1}, Lcom/google/android/gms/ads/mediation/MediationInterstitialListener;->onAdFailedToLoad(Lcom/google/android/gms/ads/mediation/MediationInterstitialAdapter;Lcom/google/android/gms/ads/AdError;)V
return-void
.end method
.method public final onAdLeftApplication()V
.locals 2
const-string v0, "Custom event adapter called onAdLeftApplication."
.line 1
invoke-static {v0}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zze(Ljava/lang/String;)V
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/zzb;->zzc:Lcom/google/android/gms/ads/mediation/MediationInterstitialListener;
iget-object v1, p0, Lcom/google/android/gms/ads/mediation/customevent/zzb;->zzb:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.line 2
invoke-interface {v0, v1}, Lcom/google/android/gms/ads/mediation/MediationInterstitialListener;->onAdLeftApplication(Lcom/google/android/gms/ads/mediation/MediationInterstitialAdapter;)V
return-void
.end method
.method public final onAdLoaded()V
.locals 2
const-string v0, "Custom event adapter called onReceivedAd."
.line 1
invoke-static {v0}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zze(Ljava/lang/String;)V
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/zzb;->zzc:Lcom/google/android/gms/ads/mediation/MediationInterstitialListener;
iget-object v1, p0, Lcom/google/android/gms/ads/mediation/customevent/zzb;->zza:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.line 2
invoke-interface {v0, v1}, Lcom/google/android/gms/ads/mediation/MediationInterstitialListener;->onAdLoaded(Lcom/google/android/gms/ads/mediation/MediationInterstitialAdapter;)V
return-void
.end method
.method public final onAdOpened()V
.locals 2
const-string v0, "Custom event adapter called onAdOpened."
.line 1
invoke-static {v0}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zze(Ljava/lang/String;)V
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/zzb;->zzc:Lcom/google/android/gms/ads/mediation/MediationInterstitialListener;
iget-object v1, p0, Lcom/google/android/gms/ads/mediation/customevent/zzb;->zzb:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.line 2
invoke-interface {v0, v1}, Lcom/google/android/gms/ads/mediation/MediationInterstitialListener;->onAdOpened(Lcom/google/android/gms/ads/mediation/MediationInterstitialAdapter;)V
return-void
.end method

View File

@@ -0,0 +1,177 @@
.class final Lcom/google/android/gms/ads/mediation/customevent/zzc;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/ads/mediation/customevent/CustomEventNativeListener;
# annotations
.annotation build Landroidx/annotation/VisibleForTesting;
.end annotation
# instance fields
.field private final zza:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.field private final zzb:Lcom/google/android/gms/ads/mediation/MediationNativeListener;
# direct methods
.method public constructor <init>(Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;Lcom/google/android/gms/ads/mediation/MediationNativeListener;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/customevent/zzc;->zza:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
iput-object p2, p0, Lcom/google/android/gms/ads/mediation/customevent/zzc;->zzb:Lcom/google/android/gms/ads/mediation/MediationNativeListener;
return-void
.end method
# virtual methods
.method public final onAdClicked()V
.locals 2
const-string v0, "Custom event adapter called onAdClicked."
.line 1
invoke-static {v0}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zze(Ljava/lang/String;)V
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/zzc;->zzb:Lcom/google/android/gms/ads/mediation/MediationNativeListener;
iget-object v1, p0, Lcom/google/android/gms/ads/mediation/customevent/zzc;->zza:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.line 2
invoke-interface {v0, v1}, Lcom/google/android/gms/ads/mediation/MediationNativeListener;->onAdClicked(Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;)V
return-void
.end method
.method public final onAdClosed()V
.locals 2
const-string v0, "Custom event adapter called onAdClosed."
.line 1
invoke-static {v0}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zze(Ljava/lang/String;)V
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/zzc;->zzb:Lcom/google/android/gms/ads/mediation/MediationNativeListener;
iget-object v1, p0, Lcom/google/android/gms/ads/mediation/customevent/zzc;->zza:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.line 2
invoke-interface {v0, v1}, Lcom/google/android/gms/ads/mediation/MediationNativeListener;->onAdClosed(Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;)V
return-void
.end method
.method public final onAdFailedToLoad(I)V
.locals 2
const-string v0, "Custom event adapter called onAdFailedToLoad."
.line 1
invoke-static {v0}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zze(Ljava/lang/String;)V
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/zzc;->zzb:Lcom/google/android/gms/ads/mediation/MediationNativeListener;
iget-object v1, p0, Lcom/google/android/gms/ads/mediation/customevent/zzc;->zza:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.line 2
invoke-interface {v0, v1, p1}, Lcom/google/android/gms/ads/mediation/MediationNativeListener;->onAdFailedToLoad(Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;I)V
return-void
.end method
.method public final onAdFailedToLoad(Lcom/google/android/gms/ads/AdError;)V
.locals 2
const-string v0, "Custom event adapter called onAdFailedToLoad."
.line 3
invoke-static {v0}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zze(Ljava/lang/String;)V
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/zzc;->zzb:Lcom/google/android/gms/ads/mediation/MediationNativeListener;
iget-object v1, p0, Lcom/google/android/gms/ads/mediation/customevent/zzc;->zza:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.line 4
invoke-interface {v0, v1, p1}, Lcom/google/android/gms/ads/mediation/MediationNativeListener;->onAdFailedToLoad(Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;Lcom/google/android/gms/ads/AdError;)V
return-void
.end method
.method public final onAdImpression()V
.locals 2
const-string v0, "Custom event adapter called onAdImpression."
.line 1
invoke-static {v0}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zze(Ljava/lang/String;)V
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/zzc;->zzb:Lcom/google/android/gms/ads/mediation/MediationNativeListener;
iget-object v1, p0, Lcom/google/android/gms/ads/mediation/customevent/zzc;->zza:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.line 2
invoke-interface {v0, v1}, Lcom/google/android/gms/ads/mediation/MediationNativeListener;->onAdImpression(Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;)V
return-void
.end method
.method public final onAdLeftApplication()V
.locals 2
const-string v0, "Custom event adapter called onAdLeftApplication."
.line 1
invoke-static {v0}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zze(Ljava/lang/String;)V
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/zzc;->zzb:Lcom/google/android/gms/ads/mediation/MediationNativeListener;
iget-object v1, p0, Lcom/google/android/gms/ads/mediation/customevent/zzc;->zza:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.line 2
invoke-interface {v0, v1}, Lcom/google/android/gms/ads/mediation/MediationNativeListener;->onAdLeftApplication(Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;)V
return-void
.end method
.method public final onAdLoaded(Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;)V
.locals 2
const-string v0, "Custom event adapter called onAdLoaded."
.line 1
invoke-static {v0}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zze(Ljava/lang/String;)V
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/zzc;->zzb:Lcom/google/android/gms/ads/mediation/MediationNativeListener;
iget-object v1, p0, Lcom/google/android/gms/ads/mediation/customevent/zzc;->zza:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.line 2
invoke-interface {v0, v1, p1}, Lcom/google/android/gms/ads/mediation/MediationNativeListener;->onAdLoaded(Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;)V
return-void
.end method
.method public final onAdOpened()V
.locals 2
const-string v0, "Custom event adapter called onAdOpened."
.line 1
invoke-static {v0}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zze(Ljava/lang/String;)V
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/customevent/zzc;->zzb:Lcom/google/android/gms/ads/mediation/MediationNativeListener;
iget-object v1, p0, Lcom/google/android/gms/ads/mediation/customevent/zzc;->zza:Lcom/google/android/gms/ads/mediation/customevent/CustomEventAdapter;
.line 2
invoke-interface {v0, v1}, Lcom/google/android/gms/ads/mediation/MediationNativeListener;->onAdOpened(Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;)V
return-void
.end method