InstreamAdSkipInfo

@objc(YMAInstreamAdSkipInfo)
public protocol InstreamAdSkipInfo

Describes whether an ad is skippable and a skip offset.

  • Indicates whether the ad break can be skipped by the user.

    Declaration

    Swift

    var isSkippable: Bool { get }
  • Number of seconds of ad break playback before it becomes skippable.

    Declaration

    Swift

    var skipOffset: TimeInterval { get }