public struct ChannelInterstitialViewInfo : Decodable
Internal descriptor for building an interstitial view from XIB and tagged bindings.
public struct ChannelInterstitialViewInfo : Decodable
Internal descriptor for building an interstitial view from XIB and tagged bindings.
Swift
public init(from decoder: Decoder) throws
Prepared interstitial view instance.
Swift
public private(set) var view: UIView? { get }