RTBRewardedVideoAd
@objc public class RTBRewardedVideoAd : NSObject {
/// The delegate the will be notified with the different events
@objc weak public var delegate: RTBRewardedVideoAdDelegate?
/// Start loading a rewarded video ad
/// - Parameter configuration: Rewarded video request configuration that is needed to request a new Ad, see ``RTBRewardedVideoRequestConfiguration``
@discardableResult
@objc public func load(configuration: RTBRewardedVideoRequestConfiguration) -> Bool
/// Show the loaded rewarded video ad
/// - Parameter viewController: The view controller that will be used to present the rewarded video ad
@discardableResult
@objc public func show(viewController: UIViewController) -> Bool
}
Last updated