MediationRewardedAdUnit
@objcMembers
public class MediationRewardedAdUnit : MediationBaseInterstitialAdUnit
This class is responsible for making bid request and providing the winning bid and targeting keywords to mediating SDKs. This class is a part of Mediation API.
-
Initializes a new instance of the
MediationRewardedAdUnit
with the specified configuration ID and mediation delegate.Declaration
Swift
public override init(configId: String, mediationDelegate: PrebidMediationDelegate)
Parameters
configId
The configuration ID for the ad unit.
mediationDelegate
The delegate for mediation-related tasks.