PlanetKitVideoStatus

public class PlanetKitVideoStatus : NSObject

Represents the status of a video.

  • The current state of the video.

    Declaration

    Swift

    @objc
    public let state: PlanetKitVideoState
  • The reason why the video is paused.

    Declaration

    Swift

    @objc
    public let pauseReason: PlanetKitVideoPauseReason
  • A string representation of the PlanetKitVideoStatus object.

    Declaration

    Swift

    public override var description: String { get }