DJI Mobile SDK Documentation

      class WaypointMissionUploadEvent

      @EXClassNullAway
      final class WaypointMissionUploadEvent extends WaypointMissionEvent
      Package:dji.common.mission.waypoint
      Inherits From:WaypointMissionEvent
      Description:

      The upload event of a waypoint mission.

      Class Members:
      Progress
      method
      method getProgress
      @Nullable
      WaypointUploadProgress getProgress()
      Package:dji.common.mission.waypoint
      Description:

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

      Return:
      WaypointUploadProgressAn object of WaypointUploadProgress.
      State
      method
      method getPreviousState

      @Nullable
      WaypointMissionState getPreviousState()
      Package:dji.common.mission.waypoint
      Description:

      The previous state of the operator.

      Return:
      @Nullable WaypointMissionStateAn object of WaypointMissionState.
      method getCurrentState

      @NonNull
      WaypointMissionState getCurrentState()
      Package:dji.common.mission.waypoint
      Description:

      The current state of the operator.

      Return:
      @NonNull WaypointMissionStateAn object of WaypointMissionState.
      Inherited Methods:
      dji.common.mission.waypoint.WaypointMissionEvent
      method
      method getError
      @Nullable
      DJIError getError()
      Package:dji.common.mission.waypoint
      Description:

      Error for Waypoint mission event.

      Return:
      DJIErrorAn object of DJIError.