JWRelatedMethod

@objc
public enum JWRelatedMethod : Int
extension JWRelatedMethod: CustomStringConvertible

Constants representing related play methods.

  • The related item began playing automatically.

    Declaration

    Swift

    case auto
  • The related item began playing due to user interaction or API call.

    Declaration

    Swift

    case manual
  • Declaration

    Swift

    public var description: String { get }