CrashReportDownloaderState

@objcMembers
@objc(GSCrashReportDownloaderState)
public class CrashReportDownloaderState : NSObject

State of the crash report downloader. Informs about any ongoing crash reports download progress, as well as the completion status of the crash reports download.

  • Current completion status of the crash report 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 crash report download begins, where it switches back to .none.

    Declaration

    Swift

    public internal(set) var status: CrashReportDownloadCompletionStatus { get }
  • The current progress of an ongoing crash report download, expressed as a percentage.

    Declaration

    Swift

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