JWRelatedOnClick

@objc
public enum JWRelatedOnClick : Int
extension JWRelatedOnClick: CustomStringConvertible

Constants describing what action is performed when a related video is tapped.

  • Plays the related content which was tapped.

    Declaration

    Swift

    case play
  • Opens a browser, and goes to the link provided. Current unsupported.

    Declaration

    Swift

    case link

RelatedOnClick

  • Declaration

    Swift

    public var description: String { get }