FlightCameraRecordDownloaderState

public class FlightCameraRecordDownloaderState : NSObject

State of the flight camera record downloader. Informs about any ongoing flight camera records download progress, as well as the completion status of the flight camera records download.

  • Current completion status of the flight camera record downloader.

    The completion status changes to either .interrupted or .success when the download has been interrupted or completes successfully, then remains in this state until another flight camera record download begins, where it switches back to .none.

    Declaration

    Swift

    public internal(set) var status: FCRDownloadCompletionStatus { get }
  • The current progress of an ongoing flight camera record download, expressed as a percentage.

    Declaration

    Swift

    public internal(set) var downloadedCount: Int { get }