package com.ironsource.mediationsdk.sdk; import com.ironsource.mediationsdk.bidding.BiddingDataCallback; import java.util.Map; import org.json.JSONObject; /* loaded from: classes4.dex */ public interface InterstitialAdapterInterface extends AdUnitAdapterInterface { void collectInterstitialBiddingData(JSONObject jSONObject, JSONObject jSONObject2, BiddingDataCallback biddingDataCallback); Map getInterstitialBiddingData(JSONObject jSONObject, JSONObject jSONObject2); void initInterstitial(String str, String str2, JSONObject jSONObject, InterstitialSmashListener interstitialSmashListener); void initInterstitialForBidding(String str, String str2, JSONObject jSONObject, InterstitialSmashListener interstitialSmashListener); boolean isInterstitialReady(JSONObject jSONObject); void loadInterstitial(JSONObject jSONObject, JSONObject jSONObject2, InterstitialSmashListener interstitialSmashListener); void loadInterstitialForBidding(JSONObject jSONObject, JSONObject jSONObject2, String str, InterstitialSmashListener interstitialSmashListener); void showInterstitial(JSONObject jSONObject, InterstitialSmashListener interstitialSmashListener); }