CsaiAdCuePointVast

public struct CsaiAdCuePointVast : Codable

VAST ad request URL as per the cue points defined in the content. This is for the client applications that are not compatible to use Google IMA SDK for integration.

  • Ad Start time

    Declaration

    Swift

    public var start: Int
  • end

    Ad End time

    Declaration

    Swift

    public var end: Int
  • Ad Position

    Declaration

    Swift

    public var type: AdPosition
  • Ad Provider

    Declaration

    Swift

    public var provider: String
  • url

    Ad request URL

    Declaration

    Swift

    public var url: String