InterstitialController
-public class InterstitialController : NSObject, PBMAdViewManagerDelegate
-
- Undocumented
- --
-
-
- --
- - - adFormats -
-- --- - ---Undocumented
- ---Declaration
---Swift
-
- -@objc -public var adFormats: Set<AdFormat> { get set }
- -
- --
- - - isOptIn -
-- --- - ---Sets a video interstitial ad unit as an opt-in video
- ---Declaration
---Swift
-
- -@objc -public var isOptIn: Bool { get set }
- -
- --
- - - videoControlsConfig -
-- --- - ---Undocumented
- ---Declaration
---Swift
-
- -@objc -public var videoControlsConfig: VideoControlsConfiguration { get set }
- -
- --
- - - videoParameters -
-- --- - ---Undocumented
- ---Declaration
---Swift
-
- -@objc -public var videoParameters: VideoParameters { get set }
- -
- --
- - - loadingDelegate -
-- --- - ---Undocumented
- ---Declaration
---Swift
-
- -@objc -public weak var loadingDelegate: InterstitialControllerLoadingDelegate?
- -
- --
- - - interactionDelegate -
-- --- - ---Undocumented
- ---Declaration
---Swift
-
- -@objc -public weak var interactionDelegate: InterstitialControllerInteractionDelegate?
-
-
-
-
- --
- - - init(bid:
-adConfiguration: -) - --- - ---Undocumented
- ---Declaration
---Swift
-
- -@objc -public init(bid: Bid, adConfiguration: AdUnitConfig)
- -
- --
- - - init(bid:
-configId: -) - --- - ---Undocumented
- ---Declaration
---Swift
-
- -@objc -public convenience init(bid: Bid, configId: String)
- -
- --
- - - loadAd() -
-- --- - ---Undocumented
- ---Declaration
---Swift
-
- -@objc -public func loadAd()
- -
- --
- - - show() -
-- --- - ---Undocumented
- ---Declaration
---Swift
-
- -@objc -public func show()
-
-
-
-
- --
- - - viewControllerForModalPresentation() -
-- --- - ---Undocumented
- ---Declaration
---Swift
-
- -public func viewControllerForModalPresentation() -> UIViewController?
- -
- --
- - - adLoaded(_:
-) -- --- - ---Undocumented
- ---Declaration
---Swift
-
- -public func adLoaded(_ pbmAdDetails: PBMAdDetails)
- -
- --
- - - failed(toLoad:
-) -- --- - ---Undocumented
- ---Declaration
---Swift
-
- -public func failed(toLoad error: Error)
- -
- --
- - - adDidComplete() -
-- --- - ---Undocumented
- ---Declaration
---Swift
-
- -public func adDidComplete()
- -
- --
- - - adDidDisplay() -
-- --- - ---Undocumented
- ---Declaration
---Swift
-
- -public func adDidDisplay()
- -
- --
- - - adWasClicked() -
-- --- - ---Undocumented
- ---Declaration
---Swift
-
- -public func adWasClicked()
- -
- --
- - - adViewWasClicked() -
-- --- - ---Undocumented
- ---Declaration
---Swift
-
- -public func adViewWasClicked()
- -
- --
- - - adDidExpand() -
-- --- - ---Undocumented
- ---Declaration
---Swift
-
- -public func adDidExpand()
- -
- --
- - - adDidCollapse() -
-- --- - ---Undocumented
- ---Declaration
---Swift
-
- -public func adDidCollapse()
- -
- --
- - - adDidLeaveApp() -
-- --- - ---Undocumented
- ---Declaration
---Swift
-
- -public func adDidLeaveApp()
- -
- --
- - - adClickthroughDidClose() -
-- --- - ---Undocumented
- ---Declaration
---Swift
-
- -public func adClickthroughDidClose()
- -
- --
- - - adDidClose() -
-- --- - ---Undocumented
- ---Declaration
---Swift
-
- -public func adDidClose()
- -
- --
- - - interstitialDisplayProperties() -
-- --- - ---Undocumented
- ---Declaration
---Swift
-
- -public func interstitialDisplayProperties() -> PBMInterstitialDisplayProperties
-