CertificateImagesDownloaderState

public class CertificateImagesDownloaderState : NSObject

State of the certificate for images downloader.

  • Current completion status of the CertificateImages downloader.

    The completion status changes to either .failed or .success when the download failed or completes successfully, then remains in this state until drone disconnect , where it switches back to .none.

    Declaration

    Swift

    public internal(set) var status: CertificateDownloadCompletionStatus { get }