NextChannelInfo Structure

public struct NextChannelInfo : Decodable

Interstitial-view configuration used for channel up/down transitions.

Lifecycle

  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Creates interstitial configuration from a JSON string and preloads its views.

    Declaration

    Swift

    public init?(from json: String)

    Parameters

    json

    JSON payload containing interstitial definitions.

Public

  • Prepared view shown when moving to the next channel.

    Declaration

    Swift

    public var nextChannelInterstitialView: UIView? { get }
  • Prepared view shown when moving to the previous channel.

    Declaration

    Swift

    public var previousChannelInterstitialView: UIView? { get }