FinishedFlightInfo

@objc(GSFinishedFlightInfo)
public protocol FinishedFlightInfo

Information about a finished guided flight.

  • Guided flight type.

    Declaration

    Swift

    var guidedType: GuidedType { get }
  • Whether the guided flight succeeded. true if the guided flight succeeded, false otherwise.

    Declaration

    Swift

    var wasSuccessful: Bool { get }