package com.google.ads.mediation; import com.google.android.gms.ads.FullScreenContentCallback; import com.google.android.gms.ads.mediation.MediationInterstitialListener; /* loaded from: classes.dex */ final class d extends FullScreenContentCallback { /* renamed from: c, reason: collision with root package name */ final AbstractAdViewAdapter f4233c; /* renamed from: d, reason: collision with root package name */ final MediationInterstitialListener f4234d; public d(AbstractAdViewAdapter abstractAdViewAdapter, MediationInterstitialListener mediationInterstitialListener) { this.f4233c = abstractAdViewAdapter; this.f4234d = mediationInterstitialListener; } @Override // com.google.android.gms.ads.FullScreenContentCallback public final void onAdDismissedFullScreenContent() { this.f4234d.onAdClosed(this.f4233c); } @Override // com.google.android.gms.ads.FullScreenContentCallback public final void onAdShowedFullScreenContent() { this.f4234d.onAdOpened(this.f4233c); } }