JWRelatedOnComplete

@objc
public enum JWRelatedOnComplete : Int
extension JWRelatedOnComplete: CustomStringConvertible

Constants describing what action to perform when a playlist item completes.

  • Show the related overlay.

    Declaration

    Swift

    case show
  • Only related icon will appear alongside the replay button.

    Declaration

    Swift

    case hide
  • Shows the related overlay. Automatically plays the next related video in the related feed after a delay.

    Declaration

    Swift

    case autoplay
  • No overlay appears and player automatically advances to the next playlist item. If there is no media item to advance to, the replay button appears.

    Declaration

    Swift

    case none
  • Declaration

    Swift

    public var description: String { get }