JWSkippableTimeRange

@available(tvOS 14, *)
@available(iOS, unavailable)
@objcMembers
public class JWSkippableTimeRange : NSObject

Defines a time range in the video which should display a skip button, along with a destination in the video to seek to.

  • A time range over which a skip button is displayed.

    Declaration

    Swift

    public let buttonDisplayTime: JWTimeRange
  • A time to seek to when the skip button is tapped.

    Declaration

    Swift

    public let seekToTime: TimeInterval
  • Text to display on the button.

    Declaration

    Swift

    public let buttonText: String