FlightCameraRecordReporter

public protocol FlightCameraRecordReporter : Facility

This facility provides access to the flight camera record reporter status.

  • Count of flight camera records pending to be uploaded.

    Declaration

    Swift

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

    Declaration

    Swift

    var isUploading: Bool { get }