BlackBoxReporter

@objc(GSBlackBoxReporter)
public protocol BlackBoxReporter : Facility

This facility provides access to the black box reporter status.

  • Count of black box reports pending to be uploaded.

    Declaration

    Swift

    var pendingCount: Int { get }
  • true if the reporter is currently uploading a black box, otherwise false.

    Declaration

    Swift

    var isUploading: Bool { get }