AdOverlayUIScope
public class AdOverlayUIScope
Provides the UI scope for an overlay view shown on top of an ad view group.
-
The
UIViewthat is overlaying the player.Declaration
Swift
public var view: UIView -
The purpose of the overlay view.
Declaration
Swift
public var purpose: AdOverlayPurpose -
The detailed reaon for the overlay view purpose.
Declaration
Swift
public var reason: String -
Undocumented
Declaration
Swift
public init(view: UIView, purpose: AdOverlayPurpose, reason: String)