InstreamAdBreakPositionType

@objc(YMAInstreamAdBreakPositionType)
@objcMembers
public class InstreamAdBreakPositionType : NSObject

InstreamAdBreakPositionType specifies type of the ad position in the content video.

  1. percents
  2. milliseconds
  3. position

percents

Percents position type.

Declaration

Swift

public static let percents: String

milliseconds

Milliseconds position type.

Declaration

Swift

public static let milliseconds: String

position

Position position type.

Declaration

Swift

public static let position: String