JWIdleReason

@objc
public enum JWIdleReason : Int
extension JWIdleReason: CustomStringConvertible

Constants indicating the reason the player is in the idle state.

  • Player went into idle because the content ended.

    Declaration

    Swift

    case complete
  • Player is in the initial idle state.

    Declaration

    Swift

    case idle
  • Unknown reason.

    Declaration

    Swift

    case unknown
  • Declaration

    Swift

    public var description: String { get }