DJI Mobile SDK Documentation

      class DJIFlightHubHistoricalFlight

      @interface DJIFlightHubHistoricalFlight : NSObject
      Header:DJIFlightHubBaseTypes.h
      Inherits From:NSObject
      Description:

      Class that constructed with flight statistics data and flight history in FlightHubManager.

      Class Members:
      property
      property statistics
      @property (nonatomic, readonly) DJIFlightHubStatistics *statistics
      Header:DJIFlightHubBaseTypes.h
      Description:

      Gets the statistics of flights.

      See Also:

      DJIFlightHubStatistics

      property
      property history
      @property (nonatomic, readonly) NSArray<DJIFlightHubFlightHistoricalDetail*> *history
      Header:DJIFlightHubBaseTypes.h
      Description:

      Gets the history of flight.

      See Also:

      DJIFlightHubFlightHistoricalDetail