DJI Mobile SDK Documentation

      class DJIWaypointV2MissionDownloadEvent

      @interface DJIWaypointV2MissionDownloadEvent : NSObject
      Header:DJIWaypointV2MissionOperator.h
      Inherits From:NSObject
      Description:

      The download event of a waypoint mission.

      Class Members:
      Progress
      property
      property progress
      @property (nonatomic, readonly, nullable) DJIWaypointV2DownloadProgress *progress
      Header:DJIWaypointV2MissionOperator.h
      Description:

      The download progress of the mission. It is nil if there is an error during download.

      See Also:

      DJIWaypointV2DownloadProgress

      property
      property error
      @property (nonatomic, readonly, nullable) NSError *error
      Header:DJIWaypointV2MissionOperator.h
      Description:

      The encountered error during download if there is any. Otherwise, it is nil.