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
MediationRewardedAdUnitwith the specified configuration ID and mediation delegate.Declaration
Swift
public override init(configId: String, mediationDelegate: PrebidMediationDelegate)Parameters
configIdThe configuration ID for the ad unit.
mediationDelegateThe delegate for mediation-related tasks.