DJI Mobile SDK Documentation

      class ActionDownloadProgress

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

      The download progress of the actions operator.

      Class Members:
      Download Action Index
      method
      method getLastDownloadedActionIndex
      int getLastDownloadedActionIndex()
      Package:dji.common.mission.waypointv2.Action
      Description:

      The last index of downloaded action. Information for action is downloaded in ascending order. If no action has been downloaded, the value should be -1.

      Return:
      intAn int value of download action index.
      Total Action Count
      method
      method getTotalActionCount
      int getTotalActionCount()
      Package:dji.common.mission.waypointv2.Action
      Description:

      The total count of actions in the waypoint mission.

      Return:
      intAn int value of total action count.