- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
27 lines
921 B
Java
27 lines
921 B
Java
package com.google.android.gms.ads.mediation;
|
|
|
|
import android.content.Context;
|
|
import android.location.Location;
|
|
import android.os.Bundle;
|
|
import androidx.annotation.NonNull;
|
|
import androidx.annotation.Nullable;
|
|
import com.google.android.gms.ads.nativead.NativeAdOptions;
|
|
import com.google.android.gms.internal.ads.zzbfl;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class MediationNativeAdConfiguration extends MediationAdConfiguration {
|
|
|
|
@Nullable
|
|
private final zzbfl zza;
|
|
|
|
public MediationNativeAdConfiguration(Context context, String str, Bundle bundle, Bundle bundle2, boolean z, @Nullable Location location, int i, int i2, @Nullable String str2, String str3, @Nullable zzbfl zzbflVar) {
|
|
super(context, str, bundle, bundle2, z, location, i, i2, str2, str3);
|
|
this.zza = zzbflVar;
|
|
}
|
|
|
|
@NonNull
|
|
public NativeAdOptions getNativeAdOptions() {
|
|
return zzbfl.zza(this.zza);
|
|
}
|
|
}
|