public struct NextChannelInfo : Decodable
Interstitial-view configuration used for channel up/down transitions.
public struct NextChannelInfo : Decodable
Interstitial-view configuration used for channel up/down transitions.
Swift
public init(from decoder: Decoder) throws
Creates interstitial configuration from a JSON string and preloads its views.
Swift
public init?(from json: String)
json
|
JSON payload containing interstitial definitions. |
Prepared view shown when moving to the next channel.
Swift
public var nextChannelInterstitialView: UIView? { get }
Prepared view shown when moving to the previous channel.
Swift
public var previousChannelInterstitialView: UIView? { get }