package com.google.android.gms.ads.mediation; import android.content.Context; import android.location.Location; import android.os.Bundle; /* loaded from: classes.dex */ public class MediationRewardedAdConfiguration extends MediationAdConfiguration { public MediationRewardedAdConfiguration(Context context, String str, Bundle bundle, Bundle bundle2, boolean z10, Location location, int i10, int i11, String str2, String str3) { super(context, str, bundle, bundle2, z10, location, i10, i11, str2, str3); } }