ChannelInterstitialViewInfo Structure

public struct ChannelInterstitialViewInfo : Decodable

Internal descriptor for building an interstitial view from XIB and tagged bindings.

Lifecycle

  • Declaration

    Swift

    public init(from decoder: Decoder) throws

Public

  • Prepared interstitial view instance.

    Declaration

    Swift

    public private(set) var view: UIView? { get }