RewardedAd
@objc(YMARewardedAd)
@objcMembers
public class RewardedAd : NSObject
This class is responsible for showing a rewarded ad.
-
Information data for ad
Declaration
Swift
public let adInfo: AdInfo? -
Information about additional ad attributes
Declaration
Swift
public let adAttributes: [AdAttributes] -
Tracks ad lifecycle events.
Declaration
Swift
public weak var delegate: RewardedAdDelegate? { get set } -
Use this method to display an rewarded ad after preloading.
Declaration
Swift
@objc(showFromViewController:) public func show(from viewController: UIViewController?)Parameters
viewControllerAn object of the
UIViewControllerclass, which is used to display an rewarded ad.