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,446 @@
.class public abstract Lcom/google/android/gms/ads/mediation/Adapter;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/ads/mediation/MediationExtrasReceiver;
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public abstract getSDKVersionInfo()Lcom/google/android/gms/ads/VersionInfo;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract getVersionInfo()Lcom/google/android/gms/ads/VersionInfo;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract initialize(Landroid/content/Context;Lcom/google/android/gms/ads/mediation/InitializationCompleteCallback;Ljava/util/List;)V
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/gms/ads/mediation/InitializationCompleteCallback;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p3 # Ljava/util/List;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Landroid/content/Context;",
"Lcom/google/android/gms/ads/mediation/InitializationCompleteCallback;",
"Ljava/util/List<",
"Lcom/google/android/gms/ads/mediation/MediationConfiguration;",
">;)V"
}
.end annotation
.end method
.method public loadAppOpenAd(Lcom/google/android/gms/ads/mediation/MediationAppOpenAdConfiguration;Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;)V
.locals 3
.param p1 # Lcom/google/android/gms/ads/mediation/MediationAppOpenAdConfiguration;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/gms/ads/mediation/MediationAppOpenAdConfiguration;",
"Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback<",
"Lcom/google/android/gms/ads/mediation/MediationAppOpenAd;",
"Lcom/google/android/gms/ads/mediation/MediationAppOpenAdCallback;",
">;)V"
}
.end annotation
.line 1
invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object p1
new-instance v0, Lcom/google/android/gms/ads/AdError;
invoke-virtual {p1}, Ljava/lang/Class;->getSimpleName()Ljava/lang/String;
move-result-object p1
const-string v1, " does not support app open ads."
invoke-virtual {p1, v1}, Ljava/lang/String;->concat(Ljava/lang/String;)Ljava/lang/String;
move-result-object p1
const-string v1, "com.google.android.gms.ads"
const/4 v2, 0x7
invoke-direct {v0, v2, p1, v1}, Lcom/google/android/gms/ads/AdError;-><init>(ILjava/lang/String;Ljava/lang/String;)V
.line 2
invoke-interface {p2, v0}, Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;->onFailure(Lcom/google/android/gms/ads/AdError;)V
return-void
.end method
.method public loadBannerAd(Lcom/google/android/gms/ads/mediation/MediationBannerAdConfiguration;Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;)V
.locals 3
.param p1 # Lcom/google/android/gms/ads/mediation/MediationBannerAdConfiguration;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/gms/ads/mediation/MediationBannerAdConfiguration;",
"Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback<",
"Lcom/google/android/gms/ads/mediation/MediationBannerAd;",
"Lcom/google/android/gms/ads/mediation/MediationBannerAdCallback;",
">;)V"
}
.end annotation
.line 1
invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object p1
new-instance v0, Lcom/google/android/gms/ads/AdError;
invoke-virtual {p1}, Ljava/lang/Class;->getSimpleName()Ljava/lang/String;
move-result-object p1
const-string v1, " does not support banner ads."
invoke-virtual {p1, v1}, Ljava/lang/String;->concat(Ljava/lang/String;)Ljava/lang/String;
move-result-object p1
const-string v1, "com.google.android.gms.ads"
const/4 v2, 0x7
invoke-direct {v0, v2, p1, v1}, Lcom/google/android/gms/ads/AdError;-><init>(ILjava/lang/String;Ljava/lang/String;)V
.line 2
invoke-interface {p2, v0}, Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;->onFailure(Lcom/google/android/gms/ads/AdError;)V
return-void
.end method
.method public loadInterscrollerAd(Lcom/google/android/gms/ads/mediation/MediationBannerAdConfiguration;Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;)V
.locals 3
.param p1 # Lcom/google/android/gms/ads/mediation/MediationBannerAdConfiguration;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/gms/ads/mediation/MediationBannerAdConfiguration;",
"Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback<",
"Lcom/google/android/gms/ads/mediation/MediationInterscrollerAd;",
"Lcom/google/android/gms/ads/mediation/MediationBannerAdCallback;",
">;)V"
}
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.line 1
invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object p1
new-instance v0, Lcom/google/android/gms/ads/AdError;
invoke-virtual {p1}, Ljava/lang/Class;->getSimpleName()Ljava/lang/String;
move-result-object p1
const-string v1, " does not support interscroller ads."
invoke-virtual {p1, v1}, Ljava/lang/String;->concat(Ljava/lang/String;)Ljava/lang/String;
move-result-object p1
const-string v1, "com.google.android.gms.ads"
const/4 v2, 0x7
invoke-direct {v0, v2, p1, v1}, Lcom/google/android/gms/ads/AdError;-><init>(ILjava/lang/String;Ljava/lang/String;)V
.line 2
invoke-interface {p2, v0}, Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;->onFailure(Lcom/google/android/gms/ads/AdError;)V
return-void
.end method
.method public loadInterstitialAd(Lcom/google/android/gms/ads/mediation/MediationInterstitialAdConfiguration;Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;)V
.locals 3
.param p1 # Lcom/google/android/gms/ads/mediation/MediationInterstitialAdConfiguration;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/gms/ads/mediation/MediationInterstitialAdConfiguration;",
"Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback<",
"Lcom/google/android/gms/ads/mediation/MediationInterstitialAd;",
"Lcom/google/android/gms/ads/mediation/MediationInterstitialAdCallback;",
">;)V"
}
.end annotation
.line 1
invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object p1
new-instance v0, Lcom/google/android/gms/ads/AdError;
invoke-virtual {p1}, Ljava/lang/Class;->getSimpleName()Ljava/lang/String;
move-result-object p1
const-string v1, " does not support interstitial ads."
invoke-virtual {p1, v1}, Ljava/lang/String;->concat(Ljava/lang/String;)Ljava/lang/String;
move-result-object p1
const-string v1, "com.google.android.gms.ads"
const/4 v2, 0x7
invoke-direct {v0, v2, p1, v1}, Lcom/google/android/gms/ads/AdError;-><init>(ILjava/lang/String;Ljava/lang/String;)V
.line 2
invoke-interface {p2, v0}, Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;->onFailure(Lcom/google/android/gms/ads/AdError;)V
return-void
.end method
.method public loadNativeAd(Lcom/google/android/gms/ads/mediation/MediationNativeAdConfiguration;Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;)V
.locals 3
.param p1 # Lcom/google/android/gms/ads/mediation/MediationNativeAdConfiguration;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/gms/ads/mediation/MediationNativeAdConfiguration;",
"Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback<",
"Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;",
"Lcom/google/android/gms/ads/mediation/MediationNativeAdCallback;",
">;)V"
}
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.line 1
invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object p1
new-instance v0, Lcom/google/android/gms/ads/AdError;
invoke-virtual {p1}, Ljava/lang/Class;->getSimpleName()Ljava/lang/String;
move-result-object p1
const-string v1, " does not support native ads."
invoke-virtual {p1, v1}, Ljava/lang/String;->concat(Ljava/lang/String;)Ljava/lang/String;
move-result-object p1
const-string v1, "com.google.android.gms.ads"
const/4 v2, 0x7
invoke-direct {v0, v2, p1, v1}, Lcom/google/android/gms/ads/AdError;-><init>(ILjava/lang/String;Ljava/lang/String;)V
.line 2
invoke-interface {p2, v0}, Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;->onFailure(Lcom/google/android/gms/ads/AdError;)V
return-void
.end method
.method public loadNativeAdMapper(Lcom/google/android/gms/ads/mediation/MediationNativeAdConfiguration;Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;)V
.locals 0
.param p1 # Lcom/google/android/gms/ads/mediation/MediationNativeAdConfiguration;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/gms/ads/mediation/MediationNativeAdConfiguration;",
"Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback<",
"Lcom/google/android/gms/ads/mediation/NativeAdMapper;",
"Lcom/google/android/gms/ads/mediation/MediationNativeAdCallback;",
">;)V"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.line 1
new-instance p1, Landroid/os/RemoteException;
const-string p2, "Method is not found"
invoke-direct {p1, p2}, Landroid/os/RemoteException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public loadRewardedAd(Lcom/google/android/gms/ads/mediation/MediationRewardedAdConfiguration;Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;)V
.locals 3
.param p1 # Lcom/google/android/gms/ads/mediation/MediationRewardedAdConfiguration;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/gms/ads/mediation/MediationRewardedAdConfiguration;",
"Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback<",
"Lcom/google/android/gms/ads/mediation/MediationRewardedAd;",
"Lcom/google/android/gms/ads/mediation/MediationRewardedAdCallback;",
">;)V"
}
.end annotation
.line 1
invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object p1
new-instance v0, Lcom/google/android/gms/ads/AdError;
invoke-virtual {p1}, Ljava/lang/Class;->getSimpleName()Ljava/lang/String;
move-result-object p1
const-string v1, " does not support rewarded ads."
invoke-virtual {p1, v1}, Ljava/lang/String;->concat(Ljava/lang/String;)Ljava/lang/String;
move-result-object p1
const-string v1, "com.google.android.gms.ads"
const/4 v2, 0x7
invoke-direct {v0, v2, p1, v1}, Lcom/google/android/gms/ads/AdError;-><init>(ILjava/lang/String;Ljava/lang/String;)V
.line 2
invoke-interface {p2, v0}, Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;->onFailure(Lcom/google/android/gms/ads/AdError;)V
return-void
.end method
.method public loadRewardedInterstitialAd(Lcom/google/android/gms/ads/mediation/MediationRewardedAdConfiguration;Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;)V
.locals 3
.param p1 # Lcom/google/android/gms/ads/mediation/MediationRewardedAdConfiguration;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/gms/ads/mediation/MediationRewardedAdConfiguration;",
"Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback<",
"Lcom/google/android/gms/ads/mediation/MediationRewardedAd;",
"Lcom/google/android/gms/ads/mediation/MediationRewardedAdCallback;",
">;)V"
}
.end annotation
.line 1
invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object p1
new-instance v0, Lcom/google/android/gms/ads/AdError;
invoke-virtual {p1}, Ljava/lang/Class;->getSimpleName()Ljava/lang/String;
move-result-object p1
const-string v1, " does not support rewarded interstitial ads."
invoke-virtual {p1, v1}, Ljava/lang/String;->concat(Ljava/lang/String;)Ljava/lang/String;
move-result-object p1
const-string v1, "com.google.android.gms.ads"
const/4 v2, 0x7
invoke-direct {v0, v2, p1, v1}, Lcom/google/android/gms/ads/AdError;-><init>(ILjava/lang/String;Ljava/lang/String;)V
.line 2
invoke-interface {p2, v0}, Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;->onFailure(Lcom/google/android/gms/ads/AdError;)V
return-void
.end method

View File

@@ -0,0 +1,15 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/InitializationCompleteCallback;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract onInitializationFailed(Ljava/lang/String;)V
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract onInitializationSucceeded()V
.end method

View File

@@ -0,0 +1,17 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/MediationAdCallback;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract onAdClosed()V
.end method
.method public abstract onAdOpened()V
.end method
.method public abstract reportAdClicked()V
.end method
.method public abstract reportAdImpression()V
.end method

View File

@@ -0,0 +1,21 @@
.class public interface abstract annotation Lcom/google/android/gms/ads/mediation/MediationAdConfiguration$TagForChildDirectedTreatment;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x2609
name = "TagForChildDirectedTreatment"
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->SOURCE:Ljava/lang/annotation/RetentionPolicy;
.end annotation

View File

@@ -0,0 +1,184 @@
.class public Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/android/gms/ads/mediation/MediationAdConfiguration$TagForChildDirectedTreatment;
}
.end annotation
# static fields
.field public static final TAG_FOR_CHILD_DIRECTED_TREATMENT_FALSE:I = 0x0
.field public static final TAG_FOR_CHILD_DIRECTED_TREATMENT_TRUE:I = 0x1
.field public static final TAG_FOR_CHILD_DIRECTED_TREATMENT_UNSPECIFIED:I = -0x1
# instance fields
.field private final zza:Ljava/lang/String;
.field private final zzb:Landroid/os/Bundle;
.field private final zzc:Landroid/os/Bundle;
.field private final zzd:Landroid/content/Context;
.field private final zze:Z
.field private final zzf:I
.field private final zzg:I
.field private final zzh:Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
.field private final zzi:Ljava/lang/String;
# direct methods
.method public constructor <init>(Landroid/content/Context;Ljava/lang/String;Landroid/os/Bundle;Landroid/os/Bundle;ZLandroid/location/Location;IILjava/lang/String;Ljava/lang/String;)V
.locals 0
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/lang/String;
.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 # Landroid/os/Bundle;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p6 # Landroid/location/Location;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p9 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p10 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p2, p0, Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;->zza:Ljava/lang/String;
iput-object p3, p0, Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;->zzb:Landroid/os/Bundle;
iput-object p4, p0, Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;->zzc:Landroid/os/Bundle;
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;->zzd:Landroid/content/Context;
iput-boolean p5, p0, Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;->zze:Z
iput p7, p0, Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;->zzf:I
iput p8, p0, Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;->zzg:I
iput-object p9, p0, Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;->zzh:Ljava/lang/String;
iput-object p10, p0, Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;->zzi:Ljava/lang/String;
return-void
.end method
# virtual methods
.method public getBidResponse()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;->zza:Ljava/lang/String;
return-object v0
.end method
.method public getContext()Landroid/content/Context;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;->zzd:Landroid/content/Context;
return-object v0
.end method
.method public getMaxAdContentRating()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;->zzh:Ljava/lang/String;
return-object v0
.end method
.method public getMediationExtras()Landroid/os/Bundle;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;->zzc:Landroid/os/Bundle;
return-object v0
.end method
.method public getServerParameters()Landroid/os/Bundle;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;->zzb:Landroid/os/Bundle;
return-object v0
.end method
.method public getWatermark()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;->zzi:Ljava/lang/String;
return-object v0
.end method
.method public isTestRequest()Z
.locals 1
iget-boolean v0, p0, Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;->zze:Z
return v0
.end method
.method public taggedForChildDirectedTreatment()I
.locals 1
iget v0, p0, Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;->zzf:I
return v0
.end method
.method public taggedForUnderAgeTreatment()I
.locals 1
iget v0, p0, Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;->zzg:I
return v0
.end method

View File

@@ -0,0 +1,49 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<MediationAdT:",
"Ljava/lang/Object;",
"MediationAdCallbackT:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
.method public abstract onFailure(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 onFailure(Ljava/lang/String;)V
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract onSuccess(Ljava/lang/Object;)Ljava/lang/Object;
.param p1 # Ljava/lang/Object;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(TMediationAdT;)TMediationAdCallbackT;"
}
.end annotation
.end method

View File

@@ -0,0 +1,61 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/MediationAdRequest;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# static fields
.field public static final TAG_FOR_CHILD_DIRECTED_TREATMENT_FALSE:I = 0x0
.field public static final TAG_FOR_CHILD_DIRECTED_TREATMENT_TRUE:I = 0x1
.field public static final TAG_FOR_CHILD_DIRECTED_TREATMENT_UNSPECIFIED:I = -0x1
# virtual methods
.method public abstract getBirthday()Ljava/util/Date;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract getGender()I
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract getKeywords()Ljava/util/Set;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/Set<",
"Ljava/lang/String;",
">;"
}
.end annotation
.end method
.method public abstract getLocation()Landroid/location/Location;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract isDesignedForFamilies()Z
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract isTesting()Z
.end method
.method public abstract taggedForChildDirectedTreatment()I
.end method

View File

@@ -0,0 +1,22 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/MediationAdapter;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/ads/mediation/MediationExtrasReceiver;
# 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,12 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/MediationAppOpenAd;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract showAd(Landroid/content/Context;)V
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method

View File

@@ -0,0 +1,15 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/MediationAppOpenAdCallback;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/ads/mediation/MediationAdCallback;
# virtual methods
.method public abstract onAdFailedToShow(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

View File

@@ -0,0 +1,42 @@
.class public Lcom/google/android/gms/ads/mediation/MediationAppOpenAdConfiguration;
.super Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;
.source "SourceFile"
# direct methods
.method public constructor <init>(Landroid/content/Context;Ljava/lang/String;Landroid/os/Bundle;Landroid/os/Bundle;ZLandroid/location/Location;IILjava/lang/String;Ljava/lang/String;)V
.locals 0
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/lang/String;
.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 # Landroid/os/Bundle;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p6 # Landroid/location/Location;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p9 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p10 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 1
invoke-direct/range {p0 .. p10}, Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;-><init>(Landroid/content/Context;Ljava/lang/String;Landroid/os/Bundle;Landroid/os/Bundle;ZLandroid/location/Location;IILjava/lang/String;Ljava/lang/String;)V
return-void
.end method

View File

@@ -0,0 +1,10 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/MediationBannerAd;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract getView()Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method

View File

@@ -0,0 +1,11 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/MediationBannerAdCallback;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/ads/mediation/MediationAdCallback;
# virtual methods
.method public abstract onAdLeftApplication()V
.end method

View File

@@ -0,0 +1,88 @@
.class public Lcom/google/android/gms/ads/mediation/MediationBannerAdConfiguration;
.super Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;
.source "SourceFile"
# instance fields
.field private final zza:Lcom/google/android/gms/ads/AdSize;
# direct methods
.method public constructor <init>(Landroid/content/Context;Ljava/lang/String;Landroid/os/Bundle;Landroid/os/Bundle;ZLandroid/location/Location;IILjava/lang/String;Lcom/google/android/gms/ads/AdSize;Ljava/lang/String;)V
.locals 11
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/lang/String;
.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 # Landroid/os/Bundle;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p6 # Landroid/location/Location;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p9 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p10 # Lcom/google/android/gms/ads/AdSize;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p11 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
move-object v0, p0
move-object v1, p1
move-object v2, p2
move-object v3, p3
move-object v4, p4
move/from16 v5, p5
move-object/from16 v6, p6
move/from16 v7, p7
move/from16 v8, p8
move-object/from16 v9, p9
move-object/from16 v10, p11
.line 1
invoke-direct/range {v0 .. v10}, Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;-><init>(Landroid/content/Context;Ljava/lang/String;Landroid/os/Bundle;Landroid/os/Bundle;ZLandroid/location/Location;IILjava/lang/String;Ljava/lang/String;)V
move-object/from16 v1, p10
iput-object v1, v0, Lcom/google/android/gms/ads/mediation/MediationBannerAdConfiguration;->zza:Lcom/google/android/gms/ads/AdSize;
return-void
.end method
# virtual methods
.method public getAdSize()Lcom/google/android/gms/ads/AdSize;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/MediationBannerAdConfiguration;->zza:Lcom/google/android/gms/ads/AdSize;
return-object v0
.end method

View File

@@ -0,0 +1,45 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/MediationBannerAdapter;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/ads/mediation/MediationAdapter;
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# virtual methods
.method public abstract getBannerView()Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract 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
.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
.end method

View File

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

View File

@@ -0,0 +1,60 @@
.class public Lcom/google/android/gms/ads/mediation/MediationConfiguration;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field public static final CUSTOM_EVENT_SERVER_PARAMETER_FIELD:Ljava/lang/String; = "parameter"
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
# instance fields
.field private final zza:Lcom/google/android/gms/ads/AdFormat;
.field private final zzb:Landroid/os/Bundle;
# direct methods
.method public constructor <init>(Lcom/google/android/gms/ads/AdFormat;Landroid/os/Bundle;)V
.locals 0
.param p1 # Lcom/google/android/gms/ads/AdFormat;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Landroid/os/Bundle;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/MediationConfiguration;->zza:Lcom/google/android/gms/ads/AdFormat;
iput-object p2, p0, Lcom/google/android/gms/ads/mediation/MediationConfiguration;->zzb:Landroid/os/Bundle;
return-void
.end method
# virtual methods
.method public getFormat()Lcom/google/android/gms/ads/AdFormat;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/MediationConfiguration;->zza:Lcom/google/android/gms/ads/AdFormat;
return-object v0
.end method
.method public getServerParameters()Landroid/os/Bundle;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/MediationConfiguration;->zzb:Landroid/os/Bundle;
return-object v0
.end method

View File

@@ -0,0 +1,3 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/MediationExtrasReceiver;
.super Ljava/lang/Object;
.source "SourceFile"

View File

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

View File

@@ -0,0 +1,12 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/MediationInterstitialAd;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract showAd(Landroid/content/Context;)V
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method

View File

@@ -0,0 +1,27 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/MediationInterstitialAdCallback;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/ads/mediation/MediationAdCallback;
# virtual methods
.method public abstract onAdFailedToShow(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 onAdFailedToShow(Ljava/lang/String;)V
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract onAdLeftApplication()V
.end method

View File

@@ -0,0 +1,42 @@
.class public Lcom/google/android/gms/ads/mediation/MediationInterstitialAdConfiguration;
.super Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;
.source "SourceFile"
# direct methods
.method public constructor <init>(Landroid/content/Context;Ljava/lang/String;Landroid/os/Bundle;Landroid/os/Bundle;ZLandroid/location/Location;IILjava/lang/String;Ljava/lang/String;)V
.locals 0
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/lang/String;
.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 # Landroid/os/Bundle;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p6 # Landroid/location/Location;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p9 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p10 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 1
invoke-direct/range {p0 .. p10}, Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;-><init>(Landroid/content/Context;Ljava/lang/String;Landroid/os/Bundle;Landroid/os/Bundle;ZLandroid/location/Location;IILjava/lang/String;Ljava/lang/String;)V
return-void
.end method

View File

@@ -0,0 +1,39 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/MediationInterstitialAdapter;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/ads/mediation/MediationAdapter;
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# virtual methods
.method public abstract 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
.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
.end method
.method public abstract showInterstitial()V
.end method

View File

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

View File

@@ -0,0 +1,26 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/MediationNativeAdCallback;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/ads/mediation/MediationAdCallback;
# virtual methods
.method public abstract onAdLeftApplication()V
.end method
.method public abstract onVideoComplete()V
.end method
.method public abstract onVideoMute()V
.end method
.method public abstract onVideoPause()V
.end method
.method public abstract onVideoPlay()V
.end method
.method public abstract onVideoUnmute()V
.end method

View File

@@ -0,0 +1,52 @@
.class public Lcom/google/android/gms/ads/mediation/MediationNativeAdConfiguration;
.super Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;
.source "SourceFile"
# instance fields
.field private final zza:Lcom/google/android/gms/internal/ads/zzbfl;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
# direct methods
.method public constructor <init>(Landroid/content/Context;Ljava/lang/String;Landroid/os/Bundle;Landroid/os/Bundle;ZLandroid/location/Location;IILjava/lang/String;Ljava/lang/String;Lcom/google/android/gms/internal/ads/zzbfl;)V
.locals 0
.param p6 # Landroid/location/Location;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p9 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p11 # Lcom/google/android/gms/internal/ads/zzbfl;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.line 1
invoke-direct/range {p0 .. p10}, Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;-><init>(Landroid/content/Context;Ljava/lang/String;Landroid/os/Bundle;Landroid/os/Bundle;ZLandroid/location/Location;IILjava/lang/String;Ljava/lang/String;)V
iput-object p11, p0, Lcom/google/android/gms/ads/mediation/MediationNativeAdConfiguration;->zza:Lcom/google/android/gms/internal/ads/zzbfl;
return-void
.end method
# virtual methods
.method public getNativeAdOptions()Lcom/google/android/gms/ads/nativead/NativeAdOptions;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/MediationNativeAdConfiguration;->zza:Lcom/google/android/gms/internal/ads/zzbfl;
.line 1
invoke-static {v0}, Lcom/google/android/gms/internal/ads/zzbfl;->zza(Lcom/google/android/gms/internal/ads/zzbfl;)Lcom/google/android/gms/ads/nativead/NativeAdOptions;
move-result-object v0
return-object v0
.end method

View File

@@ -0,0 +1,36 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/ads/mediation/MediationAdapter;
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# virtual methods
.method public abstract 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
.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
.end method

View File

@@ -0,0 +1,89 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/MediationNativeListener;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# virtual methods
.method public abstract onAdClicked(Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;)V
.param p1 # Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract onAdClosed(Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;)V
.param p1 # Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract onAdFailedToLoad(Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;I)V
.param p1 # Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract onAdFailedToLoad(Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;Lcom/google/android/gms/ads/AdError;)V
.param p1 # Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/gms/ads/AdError;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract onAdImpression(Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;)V
.param p1 # Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract onAdLeftApplication(Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;)V
.param p1 # Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract onAdLoaded(Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;)V
.param p1 # Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract onAdOpened(Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;)V
.param p1 # Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract onVideoEnd(Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;)V
.param p1 # Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract zzd(Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;Lcom/google/android/gms/internal/ads/zzbgr;)V
.end method
.method public abstract zze(Lcom/google/android/gms/ads/mediation/MediationNativeAdapter;Lcom/google/android/gms/internal/ads/zzbgr;Ljava/lang/String;)V
.end method

View File

@@ -0,0 +1,12 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/MediationRewardedAd;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract showAd(Landroid/content/Context;)V
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method

View File

@@ -0,0 +1,37 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/MediationRewardedAdCallback;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/ads/mediation/MediationAdCallback;
# virtual methods
.method public abstract onAdFailedToShow(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 onAdFailedToShow(Ljava/lang/String;)V
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract onUserEarnedReward(Lcom/google/android/gms/ads/rewarded/RewardItem;)V
.param p1 # Lcom/google/android/gms/ads/rewarded/RewardItem;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract onVideoComplete()V
.end method
.method public abstract onVideoStart()V
.end method

View File

@@ -0,0 +1,42 @@
.class public Lcom/google/android/gms/ads/mediation/MediationRewardedAdConfiguration;
.super Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;
.source "SourceFile"
# direct methods
.method public constructor <init>(Landroid/content/Context;Ljava/lang/String;Landroid/os/Bundle;Landroid/os/Bundle;ZLandroid/location/Location;IILjava/lang/String;Ljava/lang/String;)V
.locals 0
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/lang/String;
.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 # Landroid/os/Bundle;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p6 # Landroid/location/Location;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p9 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p10 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 1
invoke-direct/range {p0 .. p10}, Lcom/google/android/gms/ads/mediation/MediationAdConfiguration;-><init>(Landroid/content/Context;Ljava/lang/String;Landroid/os/Bundle;Landroid/os/Bundle;ZLandroid/location/Location;IILjava/lang/String;Ljava/lang/String;)V
return-void
.end method

View File

@@ -0,0 +1,475 @@
.class public abstract Lcom/google/android/gms/ads/mediation/NativeAdMapper;
.super Ljava/lang/Object;
.source "SourceFile"
# instance fields
.field private zza:Ljava/lang/String;
.field private zzb:Ljava/util/List;
.field private zzc:Ljava/lang/String;
.field private zzd:Lcom/google/android/gms/ads/nativead/NativeAd$Image;
.field private zze:Ljava/lang/String;
.field private zzf:Ljava/lang/String;
.field private zzg:Ljava/lang/Double;
.field private zzh:Ljava/lang/String;
.field private zzi:Ljava/lang/String;
.field private zzj:Z
.field private zzk:Landroid/view/View;
.field private zzl:Landroid/view/View;
.field private zzm:Landroid/os/Bundle;
.field private zzn:Z
.field private zzo:Z
.field private zzp:F
# direct methods
.method public constructor <init>()V
.locals 1
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
new-instance v0, Landroid/os/Bundle;
invoke-direct {v0}, Landroid/os/Bundle;-><init>()V
iput-object v0, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzm:Landroid/os/Bundle;
return-void
.end method
# virtual methods
.method public getAdChoicesContent()Landroid/view/View;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzk:Landroid/view/View;
return-object v0
.end method
.method public final getAdvertiser()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzf:Ljava/lang/String;
return-object v0
.end method
.method public final getBody()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzc:Ljava/lang/String;
return-object v0
.end method
.method public final getCallToAction()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zze:Ljava/lang/String;
return-object v0
.end method
.method public getCurrentTime()F
.locals 1
const/4 v0, 0x0
return v0
.end method
.method public getDuration()F
.locals 1
const/4 v0, 0x0
return v0
.end method
.method public final getExtras()Landroid/os/Bundle;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzm:Landroid/os/Bundle;
return-object v0
.end method
.method public final getHeadline()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zza:Ljava/lang/String;
return-object v0
.end method
.method public final getIcon()Lcom/google/android/gms/ads/nativead/NativeAd$Image;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzd:Lcom/google/android/gms/ads/nativead/NativeAd$Image;
return-object v0
.end method
.method public final getImages()Ljava/util/List;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Lcom/google/android/gms/ads/nativead/NativeAd$Image;",
">;"
}
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzb:Ljava/util/List;
return-object v0
.end method
.method public getMediaContentAspectRatio()F
.locals 1
iget v0, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzp:F
return v0
.end method
.method public final getOverrideClickHandling()Z
.locals 1
iget-boolean v0, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzo:Z
return v0
.end method
.method public final getOverrideImpressionRecording()Z
.locals 1
iget-boolean v0, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzn:Z
return v0
.end method
.method public final getPrice()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzi:Ljava/lang/String;
return-object v0
.end method
.method public final getStarRating()Ljava/lang/Double;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzg:Ljava/lang/Double;
return-object v0
.end method
.method public final getStore()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzh:Ljava/lang/String;
return-object v0
.end method
.method public handleClick(Landroid/view/View;)V
.locals 0
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
return-void
.end method
.method public hasVideoContent()Z
.locals 1
iget-boolean v0, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzj:Z
return v0
.end method
.method public recordImpression()V
.locals 0
return-void
.end method
.method public setAdChoicesContent(Landroid/view/View;)V
.locals 0
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzk:Landroid/view/View;
return-void
.end method
.method public final setAdvertiser(Ljava/lang/String;)V
.locals 0
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzf:Ljava/lang/String;
return-void
.end method
.method public final setBody(Ljava/lang/String;)V
.locals 0
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzc:Ljava/lang/String;
return-void
.end method
.method public final setCallToAction(Ljava/lang/String;)V
.locals 0
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zze:Ljava/lang/String;
return-void
.end method
.method public final setExtras(Landroid/os/Bundle;)V
.locals 0
.param p1 # Landroid/os/Bundle;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzm:Landroid/os/Bundle;
return-void
.end method
.method public setHasVideoContent(Z)V
.locals 0
iput-boolean p1, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzj:Z
return-void
.end method
.method public final setHeadline(Ljava/lang/String;)V
.locals 0
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zza:Ljava/lang/String;
return-void
.end method
.method public final setIcon(Lcom/google/android/gms/ads/nativead/NativeAd$Image;)V
.locals 0
.param p1 # Lcom/google/android/gms/ads/nativead/NativeAd$Image;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzd:Lcom/google/android/gms/ads/nativead/NativeAd$Image;
return-void
.end method
.method public final setImages(Ljava/util/List;)V
.locals 0
.param p1 # Ljava/util/List;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List<",
"Lcom/google/android/gms/ads/nativead/NativeAd$Image;",
">;)V"
}
.end annotation
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzb:Ljava/util/List;
return-void
.end method
.method public setMediaContentAspectRatio(F)V
.locals 0
iput p1, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzp:F
return-void
.end method
.method public setMediaView(Landroid/view/View;)V
.locals 0
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzl:Landroid/view/View;
return-void
.end method
.method public final setOverrideClickHandling(Z)V
.locals 0
iput-boolean p1, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzo:Z
return-void
.end method
.method public final setOverrideImpressionRecording(Z)V
.locals 0
iput-boolean p1, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzn:Z
return-void
.end method
.method public final setPrice(Ljava/lang/String;)V
.locals 0
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzi:Ljava/lang/String;
return-void
.end method
.method public final setStarRating(Ljava/lang/Double;)V
.locals 0
.param p1 # Ljava/lang/Double;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzg:Ljava/lang/Double;
return-void
.end method
.method public final setStore(Ljava/lang/String;)V
.locals 0
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzh:Ljava/lang/String;
return-void
.end method
.method public trackViews(Landroid/view/View;Ljava/util/Map;Ljava/util/Map;)V
.locals 0
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/util/Map;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p3 # Ljava/util/Map;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Landroid/view/View;",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Landroid/view/View;",
">;",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Landroid/view/View;",
">;)V"
}
.end annotation
return-void
.end method
.method public untrackView(Landroid/view/View;)V
.locals 0
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
return-void
.end method
.method public final zza()Landroid/view/View;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/NativeAdMapper;->zzl:Landroid/view/View;
return-object v0
.end method

View File

@@ -0,0 +1,43 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/NativeMediationAdRequest;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/ads/mediation/MediationAdRequest;
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# virtual methods
.method public abstract getAdVolume()F
.end method
.method public abstract getNativeAdOptions()Lcom/google/android/gms/ads/formats/NativeAdOptions;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract getNativeAdRequestOptions()Lcom/google/android/gms/ads/nativead/NativeAdOptions;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract isAdMuted()Z
.end method
.method public abstract isUnifiedNativeAdRequested()Z
.end method
.method public abstract zza()Ljava/util/Map;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract zzb()Z
.end method

View File

@@ -0,0 +1,8 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/NetworkExtras;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation

View File

@@ -0,0 +1,12 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/OnContextChangedListener;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract onContextChanged(Landroid/content/Context;)V
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method

View File

@@ -0,0 +1,8 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/OnImmersiveModeUpdatedListener;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract onImmersiveModeUpdated(Z)V
.end method

View File

@@ -0,0 +1,523 @@
.class public abstract Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;
.super Ljava/lang/Object;
.source "SourceFile"
# instance fields
.field private zza:Ljava/lang/String;
.field private zzb:Ljava/util/List;
.field private zzc:Ljava/lang/String;
.field private zzd:Lcom/google/android/gms/ads/formats/NativeAd$Image;
.field private zze:Ljava/lang/String;
.field private zzf:Ljava/lang/String;
.field private zzg:Ljava/lang/Double;
.field private zzh:Ljava/lang/String;
.field private zzi:Ljava/lang/String;
.field private zzj:Lcom/google/android/gms/ads/VideoController;
.field private zzk:Z
.field private zzl:Landroid/view/View;
.field private zzm:Landroid/view/View;
.field private zzn:Ljava/lang/Object;
.field private zzo:Landroid/os/Bundle;
.field private zzp:Z
.field private zzq:Z
.field private zzr:F
# direct methods
.method public constructor <init>()V
.locals 1
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
new-instance v0, Landroid/os/Bundle;
invoke-direct {v0}, Landroid/os/Bundle;-><init>()V
iput-object v0, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzo:Landroid/os/Bundle;
return-void
.end method
# virtual methods
.method public getAdChoicesContent()Landroid/view/View;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzl:Landroid/view/View;
return-object v0
.end method
.method public final getAdvertiser()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzf:Ljava/lang/String;
return-object v0
.end method
.method public final getBody()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzc:Ljava/lang/String;
return-object v0
.end method
.method public final getCallToAction()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zze:Ljava/lang/String;
return-object v0
.end method
.method public getCurrentTime()F
.locals 1
const/4 v0, 0x0
return v0
.end method
.method public getDuration()F
.locals 1
const/4 v0, 0x0
return v0
.end method
.method public final getExtras()Landroid/os/Bundle;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzo:Landroid/os/Bundle;
return-object v0
.end method
.method public final getHeadline()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zza:Ljava/lang/String;
return-object v0
.end method
.method public final getIcon()Lcom/google/android/gms/ads/formats/NativeAd$Image;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzd:Lcom/google/android/gms/ads/formats/NativeAd$Image;
return-object v0
.end method
.method public final getImages()Ljava/util/List;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Lcom/google/android/gms/ads/formats/NativeAd$Image;",
">;"
}
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzb:Ljava/util/List;
return-object v0
.end method
.method public getMediaContentAspectRatio()F
.locals 1
iget v0, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzr:F
return v0
.end method
.method public final getOverrideClickHandling()Z
.locals 1
iget-boolean v0, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzq:Z
return v0
.end method
.method public final getOverrideImpressionRecording()Z
.locals 1
iget-boolean v0, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzp:Z
return v0
.end method
.method public final getPrice()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzi:Ljava/lang/String;
return-object v0
.end method
.method public final getStarRating()Ljava/lang/Double;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzg:Ljava/lang/Double;
return-object v0
.end method
.method public final getStore()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzh:Ljava/lang/String;
return-object v0
.end method
.method public handleClick(Landroid/view/View;)V
.locals 0
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
return-void
.end method
.method public hasVideoContent()Z
.locals 1
iget-boolean v0, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzk:Z
return v0
.end method
.method public recordImpression()V
.locals 0
return-void
.end method
.method public setAdChoicesContent(Landroid/view/View;)V
.locals 0
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzl:Landroid/view/View;
return-void
.end method
.method public final setAdvertiser(Ljava/lang/String;)V
.locals 0
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzf:Ljava/lang/String;
return-void
.end method
.method public final setBody(Ljava/lang/String;)V
.locals 0
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzc:Ljava/lang/String;
return-void
.end method
.method public final setCallToAction(Ljava/lang/String;)V
.locals 0
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zze:Ljava/lang/String;
return-void
.end method
.method public final setExtras(Landroid/os/Bundle;)V
.locals 0
.param p1 # Landroid/os/Bundle;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzo:Landroid/os/Bundle;
return-void
.end method
.method public setHasVideoContent(Z)V
.locals 0
iput-boolean p1, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzk:Z
return-void
.end method
.method public final setHeadline(Ljava/lang/String;)V
.locals 0
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zza:Ljava/lang/String;
return-void
.end method
.method public final setIcon(Lcom/google/android/gms/ads/formats/NativeAd$Image;)V
.locals 0
.param p1 # Lcom/google/android/gms/ads/formats/NativeAd$Image;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzd:Lcom/google/android/gms/ads/formats/NativeAd$Image;
return-void
.end method
.method public final setImages(Ljava/util/List;)V
.locals 0
.param p1 # Ljava/util/List;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List<",
"Lcom/google/android/gms/ads/formats/NativeAd$Image;",
">;)V"
}
.end annotation
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzb:Ljava/util/List;
return-void
.end method
.method public setMediaContentAspectRatio(F)V
.locals 0
iput p1, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzr:F
return-void
.end method
.method public setMediaView(Landroid/view/View;)V
.locals 0
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzm:Landroid/view/View;
return-void
.end method
.method public final setOverrideClickHandling(Z)V
.locals 0
iput-boolean p1, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzq:Z
return-void
.end method
.method public final setOverrideImpressionRecording(Z)V
.locals 0
iput-boolean p1, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzp:Z
return-void
.end method
.method public final setPrice(Ljava/lang/String;)V
.locals 0
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzi:Ljava/lang/String;
return-void
.end method
.method public final setStarRating(Ljava/lang/Double;)V
.locals 0
.param p1 # Ljava/lang/Double;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzg:Ljava/lang/Double;
return-void
.end method
.method public final setStore(Ljava/lang/String;)V
.locals 0
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzh:Ljava/lang/String;
return-void
.end method
.method public trackViews(Landroid/view/View;Ljava/util/Map;Ljava/util/Map;)V
.locals 0
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/util/Map;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p3 # Ljava/util/Map;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Landroid/view/View;",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Landroid/view/View;",
">;",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Landroid/view/View;",
">;)V"
}
.end annotation
return-void
.end method
.method public untrackView(Landroid/view/View;)V
.locals 0
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
return-void
.end method
.method public final zza()Landroid/view/View;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzm:Landroid/view/View;
return-object v0
.end method
.method public final zzb()Lcom/google/android/gms/ads/VideoController;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzj:Lcom/google/android/gms/ads/VideoController;
return-object v0
.end method
.method public final zzc()Ljava/lang/Object;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzn:Ljava/lang/Object;
return-object v0
.end method
.method public final zzd(Ljava/lang/Object;)V
.locals 0
.param p1 # Ljava/lang/Object;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzn:Ljava/lang/Object;
return-void
.end method
.method public final zze(Lcom/google/android/gms/ads/VideoController;)V
.locals 0
.param p1 # Lcom/google/android/gms/ads/VideoController;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;->zzj:Lcom/google/android/gms/ads/VideoController;
return-void
.end method

View File

@@ -0,0 +1,19 @@
.class public final Lcom/google/android/gms/ads/mediation/VersionInfo;
.super Lcom/google/android/gms/ads/VersionInfo;
.source "SourceFile"
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# direct methods
.method public constructor <init>(III)V
.locals 0
.line 1
invoke-direct {p0, p1, p2, p3}, Lcom/google/android/gms/ads/VersionInfo;-><init>(III)V
return-void
.end method

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

View File

@@ -0,0 +1,277 @@
.class public abstract Lcom/google/android/gms/ads/mediation/rtb/RtbAdapter;
.super Lcom/google/android/gms/ads/mediation/Adapter;
.source "SourceFile"
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Lcom/google/android/gms/ads/mediation/Adapter;-><init>()V
return-void
.end method
# virtual methods
.method public abstract collectSignals(Lcom/google/android/gms/ads/mediation/rtb/RtbSignalData;Lcom/google/android/gms/ads/mediation/rtb/SignalCallbacks;)V
.param p1 # Lcom/google/android/gms/ads/mediation/rtb/RtbSignalData;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/gms/ads/mediation/rtb/SignalCallbacks;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public loadRtbAppOpenAd(Lcom/google/android/gms/ads/mediation/MediationAppOpenAdConfiguration;Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;)V
.locals 0
.param p1 # Lcom/google/android/gms/ads/mediation/MediationAppOpenAdConfiguration;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/gms/ads/mediation/MediationAppOpenAdConfiguration;",
"Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback<",
"Lcom/google/android/gms/ads/mediation/MediationAppOpenAd;",
"Lcom/google/android/gms/ads/mediation/MediationAppOpenAdCallback;",
">;)V"
}
.end annotation
.line 1
invoke-virtual {p0, p1, p2}, Lcom/google/android/gms/ads/mediation/Adapter;->loadAppOpenAd(Lcom/google/android/gms/ads/mediation/MediationAppOpenAdConfiguration;Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;)V
return-void
.end method
.method public loadRtbBannerAd(Lcom/google/android/gms/ads/mediation/MediationBannerAdConfiguration;Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;)V
.locals 0
.param p1 # Lcom/google/android/gms/ads/mediation/MediationBannerAdConfiguration;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/gms/ads/mediation/MediationBannerAdConfiguration;",
"Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback<",
"Lcom/google/android/gms/ads/mediation/MediationBannerAd;",
"Lcom/google/android/gms/ads/mediation/MediationBannerAdCallback;",
">;)V"
}
.end annotation
.line 1
invoke-virtual {p0, p1, p2}, Lcom/google/android/gms/ads/mediation/Adapter;->loadBannerAd(Lcom/google/android/gms/ads/mediation/MediationBannerAdConfiguration;Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;)V
return-void
.end method
.method public loadRtbInterscrollerAd(Lcom/google/android/gms/ads/mediation/MediationBannerAdConfiguration;Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;)V
.locals 3
.param p1 # Lcom/google/android/gms/ads/mediation/MediationBannerAdConfiguration;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/gms/ads/mediation/MediationBannerAdConfiguration;",
"Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback<",
"Lcom/google/android/gms/ads/mediation/MediationInterscrollerAd;",
"Lcom/google/android/gms/ads/mediation/MediationBannerAdCallback;",
">;)V"
}
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.line 1
invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object p1
new-instance v0, Lcom/google/android/gms/ads/AdError;
invoke-virtual {p1}, Ljava/lang/Class;->getSimpleName()Ljava/lang/String;
move-result-object p1
const-string v1, " does not support interscroller ads."
invoke-virtual {p1, v1}, Ljava/lang/String;->concat(Ljava/lang/String;)Ljava/lang/String;
move-result-object p1
const-string v1, "com.google.android.gms.ads"
const/4 v2, 0x7
invoke-direct {v0, v2, p1, v1}, Lcom/google/android/gms/ads/AdError;-><init>(ILjava/lang/String;Ljava/lang/String;)V
.line 2
invoke-interface {p2, v0}, Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;->onFailure(Lcom/google/android/gms/ads/AdError;)V
return-void
.end method
.method public loadRtbInterstitialAd(Lcom/google/android/gms/ads/mediation/MediationInterstitialAdConfiguration;Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;)V
.locals 0
.param p1 # Lcom/google/android/gms/ads/mediation/MediationInterstitialAdConfiguration;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/gms/ads/mediation/MediationInterstitialAdConfiguration;",
"Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback<",
"Lcom/google/android/gms/ads/mediation/MediationInterstitialAd;",
"Lcom/google/android/gms/ads/mediation/MediationInterstitialAdCallback;",
">;)V"
}
.end annotation
.line 1
invoke-virtual {p0, p1, p2}, Lcom/google/android/gms/ads/mediation/Adapter;->loadInterstitialAd(Lcom/google/android/gms/ads/mediation/MediationInterstitialAdConfiguration;Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;)V
return-void
.end method
.method public loadRtbNativeAd(Lcom/google/android/gms/ads/mediation/MediationNativeAdConfiguration;Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;)V
.locals 0
.param p1 # Lcom/google/android/gms/ads/mediation/MediationNativeAdConfiguration;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/gms/ads/mediation/MediationNativeAdConfiguration;",
"Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback<",
"Lcom/google/android/gms/ads/mediation/UnifiedNativeAdMapper;",
"Lcom/google/android/gms/ads/mediation/MediationNativeAdCallback;",
">;)V"
}
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.line 1
invoke-virtual {p0, p1, p2}, Lcom/google/android/gms/ads/mediation/Adapter;->loadNativeAd(Lcom/google/android/gms/ads/mediation/MediationNativeAdConfiguration;Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;)V
return-void
.end method
.method public loadRtbNativeAdMapper(Lcom/google/android/gms/ads/mediation/MediationNativeAdConfiguration;Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;)V
.locals 0
.param p1 # Lcom/google/android/gms/ads/mediation/MediationNativeAdConfiguration;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/gms/ads/mediation/MediationNativeAdConfiguration;",
"Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback<",
"Lcom/google/android/gms/ads/mediation/NativeAdMapper;",
"Lcom/google/android/gms/ads/mediation/MediationNativeAdCallback;",
">;)V"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.line 1
invoke-virtual {p0, p1, p2}, Lcom/google/android/gms/ads/mediation/Adapter;->loadNativeAdMapper(Lcom/google/android/gms/ads/mediation/MediationNativeAdConfiguration;Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;)V
return-void
.end method
.method public loadRtbRewardedAd(Lcom/google/android/gms/ads/mediation/MediationRewardedAdConfiguration;Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;)V
.locals 0
.param p1 # Lcom/google/android/gms/ads/mediation/MediationRewardedAdConfiguration;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/gms/ads/mediation/MediationRewardedAdConfiguration;",
"Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback<",
"Lcom/google/android/gms/ads/mediation/MediationRewardedAd;",
"Lcom/google/android/gms/ads/mediation/MediationRewardedAdCallback;",
">;)V"
}
.end annotation
.line 1
invoke-virtual {p0, p1, p2}, Lcom/google/android/gms/ads/mediation/Adapter;->loadRewardedAd(Lcom/google/android/gms/ads/mediation/MediationRewardedAdConfiguration;Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;)V
return-void
.end method
.method public loadRtbRewardedInterstitialAd(Lcom/google/android/gms/ads/mediation/MediationRewardedAdConfiguration;Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;)V
.locals 0
.param p1 # Lcom/google/android/gms/ads/mediation/MediationRewardedAdConfiguration;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/gms/ads/mediation/MediationRewardedAdConfiguration;",
"Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback<",
"Lcom/google/android/gms/ads/mediation/MediationRewardedAd;",
"Lcom/google/android/gms/ads/mediation/MediationRewardedAdCallback;",
">;)V"
}
.end annotation
.line 1
invoke-virtual {p0, p1, p2}, Lcom/google/android/gms/ads/mediation/Adapter;->loadRewardedInterstitialAd(Lcom/google/android/gms/ads/mediation/MediationRewardedAdConfiguration;Lcom/google/android/gms/ads/mediation/MediationAdLoadCallback;)V
return-void
.end method

View File

@@ -0,0 +1,151 @@
.class public Lcom/google/android/gms/ads/mediation/rtb/RtbSignalData;
.super Ljava/lang/Object;
.source "SourceFile"
# instance fields
.field private final zza:Landroid/content/Context;
.field private final zzb:Ljava/util/List;
.field private final zzc:Landroid/os/Bundle;
.field private final zzd:Lcom/google/android/gms/ads/AdSize;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
# direct methods
.method public constructor <init>(Landroid/content/Context;Ljava/util/List;Landroid/os/Bundle;Lcom/google/android/gms/ads/AdSize;)V
.locals 0
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/util/List;
.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/Nullable;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Landroid/content/Context;",
"Ljava/util/List<",
"Lcom/google/android/gms/ads/mediation/MediationConfiguration;",
">;",
"Landroid/os/Bundle;",
"Lcom/google/android/gms/ads/AdSize;",
")V"
}
.end annotation
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lcom/google/android/gms/ads/mediation/rtb/RtbSignalData;->zza:Landroid/content/Context;
iput-object p2, p0, Lcom/google/android/gms/ads/mediation/rtb/RtbSignalData;->zzb:Ljava/util/List;
iput-object p3, p0, Lcom/google/android/gms/ads/mediation/rtb/RtbSignalData;->zzc:Landroid/os/Bundle;
iput-object p4, p0, Lcom/google/android/gms/ads/mediation/rtb/RtbSignalData;->zzd:Lcom/google/android/gms/ads/AdSize;
return-void
.end method
# virtual methods
.method public getAdSize()Lcom/google/android/gms/ads/AdSize;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/rtb/RtbSignalData;->zzd:Lcom/google/android/gms/ads/AdSize;
return-object v0
.end method
.method public getConfiguration()Lcom/google/android/gms/ads/mediation/MediationConfiguration;
.locals 2
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/rtb/RtbSignalData;->zzb:Ljava/util/List;
if-eqz v0, :cond_0
.line 1
invoke-interface {v0}, Ljava/util/List;->size()I
move-result v0
if-lez v0, :cond_0
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/rtb/RtbSignalData;->zzb:Ljava/util/List;
const/4 v1, 0x0
.line 2
invoke-interface {v0, v1}, Ljava/util/List;->get(I)Ljava/lang/Object;
move-result-object v0
check-cast v0, Lcom/google/android/gms/ads/mediation/MediationConfiguration;
return-object v0
:cond_0
const/4 v0, 0x0
return-object v0
.end method
.method public getConfigurations()Ljava/util/List;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Lcom/google/android/gms/ads/mediation/MediationConfiguration;",
">;"
}
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/rtb/RtbSignalData;->zzb:Ljava/util/List;
return-object v0
.end method
.method public getContext()Landroid/content/Context;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/rtb/RtbSignalData;->zza:Landroid/content/Context;
return-object v0
.end method
.method public getNetworkExtras()Landroid/os/Bundle;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/mediation/rtb/RtbSignalData;->zzc:Landroid/os/Bundle;
return-object v0
.end method

View File

@@ -0,0 +1,28 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/rtb/SignalCallbacks;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract onFailure(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 onFailure(Ljava/lang/String;)V
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract onSuccess(Ljava/lang/String;)V
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method

View File

@@ -0,0 +1,8 @@
.class public interface abstract Lcom/google/android/gms/ads/mediation/zza;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract getVideoController()Lcom/google/android/gms/ads/internal/client/zzeb;
.end method