FlightLogReporter

@objc(GSFlightLogReporter)
public protocol FlightLogReporter : Facility

This facility provides access to the flightLog reporter status.

  • Count of flight log pending to be uploaded.

    Declaration

    Swift

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

    Declaration

    Swift

    var isUploading: Bool { get }