CustomEventAdapter.smali
.class public final Lcom/google/ads/mediation/customevent/CustomEventAdapter;
.super Ljava/lang/Object;
.source "com.google.android.gms:play-services-ads-lite@@19.4.0"
# interfaces
.implements Lcom/google/ads/mediation/MediationBannerAdapter;
.implements Lcom/google/ads/mediation/MediationInterstitialAdapter;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/ads/mediation/customevent/CustomEventAdapter$zzb;,
Lcom/google/ads/mediation/customevent/CustomEventAdapter$zza;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lcom/google/ads/mediation/MediationBannerAdapter<",
"Lcom/google/android/gms/ads/mediation/customevent/CustomEventExtras;",
"Lcom/google/ads/mediation/customevent/CustomEventServerParameters;",
">;",
"Lcom/google/ads/mediation/MediationInterstitialAdapter<",
"Lcom/google/android/gms/ads/mediation/customevent/CustomEventExtras;",
"Lcom/google/ads/mediation/customevent/CustomEventServerParameters;",
">;"
}
.end annotation
# instance fields
.field private zzne:Landroid/view/View;
.field private zznf:Lcom/google/ads/mediation/customevent/CustomEventBanner;
.field private zzng:Lcom/google/ads/mediation/customevent/CustomEventInterstitial;
# direct methods
.method public constructor <init>()V
.registers 1
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method private final zza(Landroid/view/View;)V
.registers 2
.line 35
iput-object p1, p0, Lcom/google/ads/mediation/customevent/CustomEventAdapter;->zzne:Landroid/view/View;
return-void
.end method
.method static synthetic zza(Lcom/google/ads/mediation/customevent/CustomEventAdapter;Landroid/view/View;)V
.registers 2
.line 39
invoke-direct {p0, p1}, Lcom/google/ads/mediation/customevent/CustomEventAdapter;->zza(Landroid/view/View;)V
return-void
.end method
.method private static zzam(Ljava/lang/String;)Ljava/lang/Object;
.registers 4
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(",
"Ljava/lang/String;",
")TT;"
}
.end annotation
.line 2
:try_start_0
invoke-static {p0}, Ljava/lang/Class;->forName(Ljava/lang/String;)Ljava/lang/Class;
move-result-object v0
invoke-virtual {v0}, Ljava/lang/Class;->newInstance()Ljava/lang/Object;
move-result-object p0
:try_end_8
.catchall {:try_start_0 .. :try_end_8} :catchall_9
return-object p0
:catchall_9
move-exception v0
.line 4
invoke-virtual {v0}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String;
move-result-object v0
invoke-static {p0}, Ljava/lang/String;->valueOf(Ljava/lang/Object;)Ljava/lang/String;
move-result-object v1
invoke-virtual {v1}, Ljava/lang/String;->length()I
move-result v1
add-int/lit8 v1, v1, 0x2e
invoke-static {v0}, Ljava/lang/String;->valueOf(Ljava/lang/Object;)Ljava/lang/String;
move-result-object v2
invoke-virtual {v2}, Ljava/lang/String;->length()I
move-result v2
add-int/2addr v1, v2
new-instance v2, Ljava/lang/StringBuilder;
invoke-direct {v2, v1}, Ljava/lang/StringBuilder;-><init>(I)V
const-string v1, "Could not instantiate custom event adapter: "
invoke-virtual {v2, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v2, p0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
const-string p0, ". "
invoke-virtual {v2, p0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v2, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v2}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p0
.line 5
invoke-static {p0}, Lcom/google/android/gms/internal/ads/zzbbq;->zzfe(Ljava/lang/String;)V
const/4 p0, 0x0
return-object p0
.end method
# virtual methods
.method public final destroy()V
.registers 2
.line 7
iget-object v0, p0, Lcom/google/ads/mediation/customevent/CustomEventAdapter;->zznf:Lcom/google/ads/mediation/customevent/CustomEventBanner;
if-eqz v0, :cond_7
.line 8
invoke-interface {v0}, Lcom/google/ads/mediation/customevent/CustomEventBanner;->destroy()V
.line 9
:cond_7
iget-object v0, p0, Lcom/google/ads/mediation/customevent/CustomEventAdapter;->zzng:Lcom/google/ads/mediation/customevent/CustomEventInterstitial;
if-eqz v0, :cond_e
.line 10
invoke-interface {v0}, Lcom/google/ads/mediation/customevent/CustomEventInterstitial;->destroy()V
:cond_e
return-void
.end method
.method public final getAdditionalParametersType()Ljava/lang/Class;
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/lang/Class<",
"Lcom/google/android/gms/ads/mediation/customevent/CustomEventExtras;",
">;"
}
.end annotation
.line 12
const-class v0, Lcom/google/android/gms/ads/mediation/customevent/CustomEventExtras;
return-object v0
.end method
.method public final getBannerView()Landroid/view/View;
.registers 2
.line 13
iget-object v0, p0, Lcom/google/ads/mediation/customevent/CustomEventAdapter;->zzne:Landroid/view/View;
return-object v0
.end method
.method public final getServerParametersType()Ljava/lang/Class;
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/lang/Class<",
"Lcom/google/ads/mediation/customevent/CustomEventServerParameters;",
">;"
}
.end annotation
.line 14
const-class v0, Lcom/google/ads/mediation/customevent/CustomEventServerParameters;
return-object v0
.end method
.method public final bridge synthetic requestBannerAd(Lcom/google/ads/mediation/MediationBannerListener;Landroid/app/Activity;Lcom/google/ads/mediation/MediationServerParameters;Lcom/google/ads/AdSize;Lcom/google/ads/mediation/MediationAdRequest;Lcom/google/ads/mediation/NetworkExtras;)V
.registers 7
.line 37
check-cast p3, Lcom/google/ads/mediation/customevent/CustomEventServerParameters;
check-cast p6, Lcom/google/android/gms/ads/mediation/customevent/CustomEventExtras;
invoke-virtual/range {p0 .. p6}, Lcom/google/ads/mediation/customevent/CustomEventAdapter;->requestBannerAd(Lcom/google/ads/mediation/MediationBannerListener;Landroid/app/Activity;Lcom/google/ads/mediation/customevent/CustomEventServerParameters;Lcom/google/ads/AdSize;Lcom/google/ads/mediation/MediationAdRequest;Lcom/google/android/gms/ads/mediation/customevent/CustomEventExtras;)V
return-void
.end method
.method public final requestBannerAd(Lcom/google/ads/mediation/MediationBannerListener;Landroid/app/Activity;Lcom/google/ads/mediation/customevent/CustomEventServerParameters;Lcom/google/ads/AdSize;Lcom/google/ads/mediation/MediationAdRequest;Lcom/google/android/gms/ads/mediation/customevent/CustomEventExtras;)V
.registers 15
.line 15
iget-object v0, p3, Lcom/google/ads/mediation/customevent/CustomEventServerParameters;->className:Ljava/lang/String;
invoke-static {v0}, Lcom/google/ads/mediation/customevent/CustomEventAdapter;->zzam(Ljava/lang/String;)Ljava/lang/Object;
move-result-object v0
check-cast v0, Lcom/google/ads/mediation/customevent/CustomEventBanner;
iput-object v0, p0, Lcom/google/ads/mediation/customevent/CustomEventAdapter;->zznf:Lcom/google/ads/mediation/customevent/CustomEventBanner;
if-nez v0, :cond_12
.line 17
sget-object p2, Lcom/google/ads/AdRequest$ErrorCode;->INTERNAL_ERROR:Lcom/google/ads/AdRequest$ErrorCode;
invoke-interface {p1, p0, p2}, Lcom/google/ads/mediation/MediationBannerListener;->onFailedToReceiveAd(Lcom/google/ads/mediation/MediationBannerAdapter;Lcom/google/ads/AdRequest$ErrorCode;)V
return-void
:cond_12
if-nez p6, :cond_16
const/4 p6, 0x0
goto :goto_1c
.line 19
:cond_16
iget-object v0, p3, Lcom/google/ads/mediation/customevent/CustomEventServerParameters;->label:Ljava/lang/String;
invoke-virtual {p6, v0}, Lcom/google/android/gms/ads/mediation/customevent/CustomEventExtras;->getExtra(Ljava/lang/String;)Ljava/lang/Object;
move-result-object p6
:goto_1c
move-object v7, p6
.line 20
iget-object v0, p0, Lcom/google/ads/mediation/customevent/CustomEventAdapter;->zznf:Lcom/google/ads/mediation/customevent/CustomEventBanner;
new-instance v1, Lcom/google/ads/mediation/customevent/CustomEventAdapter$zza;
invoke-direct {v1, p0, p1}, Lcom/google/ads/mediation/customevent/CustomEventAdapter$zza;-><init>(Lcom/google/ads/mediation/customevent/CustomEventAdapter;Lcom/google/ads/mediation/MediationBannerListener;)V
iget-object v3, p3, Lcom/google/ads/mediation/customevent/CustomEventServerParameters;->label:Ljava/lang/String;
iget-object v4, p3, Lcom/google/ads/mediation/customevent/CustomEventServerParameters;->parameter:Ljava/lang/String;
move-object v2, p2
move-object v5, p4
move-object v6, p5
invoke-interface/range {v0 .. v7}, Lcom/google/ads/mediation/customevent/CustomEventBanner;->requestBannerAd(Lcom/google/ads/mediation/customevent/CustomEventBannerListener;Landroid/app/Activity;Ljava/lang/String;Ljava/lang/String;Lcom/google/ads/AdSize;Lcom/google/ads/mediation/MediationAdRequest;Ljava/lang/Object;)V
return-void
.end method
.method public final bridge synthetic requestInterstitialAd(Lcom/google/ads/mediation/MediationInterstitialListener;Landroid/app/Activity;Lcom/google/ads/mediation/MediationServerParameters;Lcom/google/ads/mediation/MediationAdRequest;Lcom/google/ads/mediation/NetworkExtras;)V
.registers 6
.line 38
check-cast p3, Lcom/google/ads/mediation/customevent/CustomEventServerParameters;
check-cast p5, Lcom/google/android/gms/ads/mediation/customevent/CustomEventExtras;
invoke-virtual/range {p0 .. p5}, Lcom/google/ads/mediation/customevent/CustomEventAdapter;->requestInterstitialAd(Lcom/google/ads/mediation/MediationInterstitialListener;Landroid/app/Activity;Lcom/google/ads/mediation/customevent/CustomEventServerParameters;Lcom/google/ads/mediation/MediationAdRequest;Lcom/google/android/gms/ads/mediation/customevent/CustomEventExtras;)V
return-void
.end method
.method public final requestInterstitialAd(Lcom/google/ads/mediation/MediationInterstitialListener;Landroid/app/Activity;Lcom/google/ads/mediation/customevent/CustomEventServerParameters;Lcom/google/ads/mediation/MediationAdRequest;Lcom/google/android/gms/ads/mediation/customevent/CustomEventExtras;)V
.registers 13
.line 22
iget-object v0, p3, Lcom/google/ads/mediation/customevent/CustomEventServerParameters;->className:Ljava/lang/String;
invoke-static {v0}, Lcom/google/ads/mediation/customevent/CustomEventAdapter;->zzam(Ljava/lang/String;)Ljava/lang/Object;
move-result-object v0
check-cast v0, Lcom/google/ads/mediation/customevent/CustomEventInterstitial;
iput-object v0, p0, Lcom/google/ads/mediation/customevent/CustomEventAdapter;->zzng:Lcom/google/ads/mediation/customevent/CustomEventInterstitial;
if-nez v0, :cond_12
.line 24
sget-object p2, Lcom/google/ads/AdRequest$ErrorCode;->INTERNAL_ERROR:Lcom/google/ads/AdRequest$ErrorCode;
invoke-interface {p1, p0, p2}, Lcom/google/ads/mediation/MediationInterstitialListener;->onFailedToReceiveAd(Lcom/google/ads/mediation/MediationInterstitialAdapter;Lcom/google/ads/AdRequest$ErrorCode;)V
return-void
:cond_12
if-nez p5, :cond_16
const/4 p5, 0x0
goto :goto_1c
.line 26
:cond_16
iget-object v0, p3, Lcom/google/ads/mediation/customevent/CustomEventServerParameters;->label:Ljava/lang/String;
invoke-virtual {p5, v0}, Lcom/google/android/gms/ads/mediation/customevent/CustomEventExtras;->getExtra(Ljava/lang/String;)Ljava/lang/Object;
move-result-object p5
:goto_1c
move-object v6, p5
.line 27
iget-object v0, p0, Lcom/google/ads/mediation/customevent/CustomEventAdapter;->zzng:Lcom/google/ads/mediation/customevent/CustomEventInterstitial;
.line 29
new-instance v1, Lcom/google/ads/mediation/customevent/CustomEventAdapter$zzb;
invoke-direct {v1, p0, p0, p1}, Lcom/google/ads/mediation/customevent/CustomEventAdapter$zzb;-><init>(Lcom/google/ads/mediation/customevent/CustomEventAdapter;Lcom/google/ads/mediation/customevent/CustomEventAdapter;Lcom/google/ads/mediation/MediationInterstitialListener;)V
.line 30
iget-object v3, p3, Lcom/google/ads/mediation/customevent/CustomEventServerParameters;->label:Ljava/lang/String;
iget-object v4, p3, Lcom/google/ads/mediation/customevent/CustomEventServerParameters;->parameter:Ljava/lang/String;
move-object v2, p2
move-object v5, p4
.line 31
invoke-interface/range {v0 .. v6}, Lcom/google/ads/mediation/customevent/CustomEventInterstitial;->requestInterstitialAd(Lcom/google/ads/mediation/customevent/CustomEventInterstitialListener;Landroid/app/Activity;Ljava/lang/String;Ljava/lang/String;Lcom/google/ads/mediation/MediationAdRequest;Ljava/lang/Object;)V
return-void
.end method
.method public final showInterstitial()V
.registers 2
.line 33
iget-object v0, p0, Lcom/google/ads/mediation/customevent/CustomEventAdapter;->zzng:Lcom/google/ads/mediation/customevent/CustomEventInterstitial;
invoke-interface {v0}, Lcom/google/ads/mediation/customevent/CustomEventInterstitial;->showInterstitial()V
return-void
.end method