InstreamAdBreakType

@objc(YMAInstreamAdBreakType)
@objcMembers
public class InstreamAdBreakType : NSObject

InstreamAdBreakType specifies type of the ad break.

  1. preroll
  2. midroll
  3. postroll
  4. inroll
  5. pauseroll

preroll

Preroll ad break type.

Declaration

Swift

public static let preroll: String

midroll

Midroll ad break type.

Declaration

Swift

public static let midroll: String

postroll

Postroll ad break type.

Declaration

Swift

public static let postroll: String

inroll

Inroll ad break type.

Declaration

Swift

public static let inroll: String

pauseroll

Pauseroll ad break type.

Declaration

Swift

public static let pauseroll: String