DJI Mobile SDK Documentation

      class ActionDownloadEvent

      interface ActionDownloadEvent
      Package:dji.common.mission.waypointv2.Action
      Description:

      The download event of a waypoint mission.

      Class Members:
      State
      method
      method getProgress
      @Nullable
      ActionDownloadProgress getProgress()
      Package:dji.common.mission.waypointv2.Action
      Description:

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

      Return:
      ActionDownloadProgressAn object of DJIWaypointV2Action_DJIWaypointV2ActionDownloadProgress.
      method
      method getError
      @Nullable
      DJIWaypointV2Error getError()
      Package:dji.common.mission.waypointv2.Action
      Description:

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

      Return:
      DJIWaypointV2ErrorAn object of DJIWaypointV2Error.