DJI Mobile SDK Documentation

      class DJIWaypointV2MissionUploadEvent

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

      The upload event of a waypoint mission.

      Class Members:
      Previous State
      property
      property previousState
      @property (nonatomic, readonly) DJIWaypointV2MissionState previousState
      Header:DJIWaypointV2MissionOperator.h
      Description:

      The previous state of the operator.

      See Also:

      DJIWaypointV2MissionState

      Current State
      property
      property currentState
      @property (nonatomic, readonly) DJIWaypointV2MissionState currentState
      Header:DJIWaypointV2MissionOperator.h
      Description:

      The current state of the operator.

      See Also:

      DJIWaypointV2MissionState

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

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

      See Also:

      DJIWaypointV2UploadProgress

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

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